Open vasile opened 2 months ago
Given this request https://gist.github.com/vasile/62bcfd15070b6a2c0f7a30edf33966e4#file-ojp2_tr_via_coords-xml-L30-L40
is using TripVia of type GeoPosition
<Via> <ViaPoint> <GeoPosition> <siri:Longitude>7.58956</siri:Longitude> <siri:Latitude>47.54741</siri:Latitude> </GeoPosition> <Name> <Text>Basel SBB</Text> </Name> </ViaPoint> </Via>
but no trips are returned.
Using StopPlaceRef works as expected
StopPlaceRef
<Via> <ViaPoint> <StopPlaceRef>8500010</StopPlaceRef> <Name> <Text>Basel</Text> </Name> </ViaPoint> </Via>
Given this request https://gist.github.com/vasile/62bcfd15070b6a2c0f7a30edf33966e4#file-ojp2_tr_via_coords-xml-L30-L40
is using TripVia of type GeoPosition
but no trips are returned.
Using
StopPlaceRef
works as expected