appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.55k stars 3.73k forks source link

[Feature] Add support for OpenStreetMaps #1905

Open hetunandu opened 3 years ago

hetunandu commented 3 years ago

Summary

Add additional support for OpenStreetMaps instead on only Google Maps

Additional Context

https://www.openstreetmap.org/about

cbertelli commented 1 year ago

I think leaflet (leafletjs.com, github.com/Leaflet) is an easy target and it adds a bunch of map styles like github.com/simsieg/awesome-maps. By the way, I see the number of issues and feature requests on maps is high and some of the issues are already solved in Leaflet. OpenLayers is more flexible but the implementation may be more cumbersome. I have no experience at all on Cesium except for usage, but I did not dig in the code.