I would like to create a custom map and put pins programmatically on locations based on data from our database. Is there some open source api which allows me to do this or should I use gmaps?

you are viewing a single comment's thread
view the rest of the comments
[–] 20 points 2 years ago

Leaflet is probably the most common JS library for embedding OpenStreetMap into a website. OSM also has a wiki page regarding other options.

  • source