Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello! I want to add a real life map to my website but I don’t know how to do it, does anyone have a good way of explaining this? Even just like a code or something like that I Hope you will get back to me soon, thank you Oli |
||||
|
You could use open street map to embed an interactive map on your website. You can paste this code into an HTML Code element: <script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"></script> Be sure to replace the coordinates ('48.20852670657821', '16.364331936539912') with the ones you want to focus. |
|