google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
679 stars 254 forks source link

Stops are not appearing in ScheduleViewer #423

Open michichan opened 7 years ago

michichan commented 7 years ago

I am not sure if this is a known issue. It has been awhile since I ran ScheduleViewer. I am running a freshly installed 1.2.15 on Windows 10. After loading a GTFS file that FeedValidator shows as perfectly (green) valid, I will see the map with a few of the stops throughout the system showing. Which is normal behavior that I am use to from the older versions.

image

However, when I bring up a line, It is not showing any stops. It is recognizing the stops as it is counting the stops and on feeds that do not have a shapes.txt file, it is properly drawing the line.

image

This is both with and without running ScheduleViewer as an administrator and this is happening both with and without a Google Maps API key.

lubbo commented 6 years ago

I have the same problem. Any news?