this post was submitted on 05 Sep 2023
1 points (66.7% liked)

Open Source

30767 readers
491 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

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
[–] [email protected] 2 points 1 year ago

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