You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second endpoint should be a valid GeoJSON api, containing in one response all the details of a route (stops and stop_positions).
To avoid nesting geometries, the simplest solution seems to be a FeatureCollection containing:
a Feature describing the route
multiple Features describing the stops
multiple Features describing the stop_positions
If we provide this API, do we know someone interested ?
The text was updated successfully, but these errors were encountered:
This issue sums up the discussion in #20.
The second endpoint should be a valid GeoJSON api, containing in one response all the details of a route (stops and stop_positions).
To avoid nesting geometries, the simplest solution seems to be a
FeatureCollection
containing:If we provide this API, do we know someone interested ?
The text was updated successfully, but these errors were encountered: