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?
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?
Leaflet is probably the most common JS library for embedding OpenStreetMap into a website. OSM also has a wiki page regarding other options.