Closed leonardehrenfried closed 3 years ago
The flex Locations
in locations.geojson
don't have any properties, only an id
, which is why there is no name
:
https://github.com/OneBusAway/onebusaway-gtfs-modules/blob/627ee8dd49cd23e52f0c564a38d20fbf0eaf14ee/onebusaway-gtfs/src/main/java/org/onebusaway/gtfs/serialization/LocationsGeoJSONReader.java#L52
Looking into the spec, I wonder if it should not rather read the name from the property stop_name?
In https://github.com/derhuerst/generate-herrenberg-gtfs-flex/commit/89304366ce1438fa76131fe47ff794d096ee5239, I have added name
, stop_name
and stop_desc
to each location area.
In the following GraphQL trip
from.name
andto.name
arenull
.