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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
mapbox-sdk-py/mapbox/services/directions.py
Line 263 in 4f97aee
polyline.decode
returns a list of (latitude, longitude) pairs, however the geojson format uses (longitude, latitude).Thus calling
service.directions()
without explicitly setgeometries
togeojson
will return a wrongly formattedgeojson
.The text was updated successfully, but these errors were encountered: