0
How can i add map to my web page in html
Please help me out
2 Réponses
+ 5
+ 2
There is also this one,
https://www.openstreetmap.org/
https://wiki.openstreetmap.org/wiki/Using_OpenStreetMap
(not the easiest docs to navigate though)
If you only wanted just a simple link to a map, the HTML is even more straightforward. Something like: <a href="https://www.openstreetmap.org/#map=9/31.23/30.05">View a map on OpenStreetMap</a> The URL within that HTML is a "permalink" to OpenStreetMap, with latitude and longitude parameters. See Browsing#Linking to Maps
https://medium.com/@nargessmi87/how-to-embede-open-street-map-in-a-webpage-like-google-maps-8968fdad7fe4