How can i add map to my web page in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i add map to my web page in html

Please help me out

2nd Nov 2022, 6:11 PM
Pal Paredi
Pal Paredi - avatar
2 Answers
2nd Nov 2022, 7:23 PM
Ausgrindtube
Ausgrindtube - avatar
+ 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
2nd Nov 2022, 7:43 PM
morl
morl - avatar