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
Oddly, polylines and points are going against the geojson convention to use [lat,lng] coordinates instead of [lng, lat], while polygons use the correct convention:
Oddly, polylines and points are going against the geojson convention to use
[lat,lng]
coordinates instead of[lng, lat]
, while polygons use the correct convention:robertleeplummerjr/Leaflet.glify#78
This needs to be handled so that users of the plugin only need to provide single/canonical format.
The text was updated successfully, but these errors were encountered: