cemrehancavdar / hyperleaflet

https://docs.hyperleaflet.dev/
MIT License
67 stars 3 forks source link

Reconsidering Coordinate Order in Hyperleaflet #22

Closed cemrehancavdar closed 1 year ago

cemrehancavdar commented 1 year ago

We are reviewing the coordinate order in Hyperleaflet to align it with Leaflet and minimize confusion. The current decision to reverse the coordinates to match most data sources, such as GeoJSON, will be reverted.

Instead, we will maintain Leaflet's coordinate order by default. However, to accommodate different data sources, an optional feature will be introduced to allow for coordinate reversal if desired.