Template:Map: Difference between revisions
(Created page with "<div id="map" style="height: 400px;"></div> <script> function initMap() { var latitude = parseFloat('{{{latitude}}}'); var longitude = parseFloat('{{{longitude}}}'); var coordinates = { lat: latitude, lng: longitude }; var mapOptions = { center: coordinates, zoom: 15 }; var map = new google.maps.Map(document.getElementById('map'), mapOptions); var marker = new google.maps.Marker({...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div id="map" style="height: 400px;" | <div id="map" style="height: 400px;" data-src="{{{GPS}}}"></div> | ||
{{{GPS}}} | |||
Latest revision as of 19:51, 19 February 2024
{{{GPS}}}