Organization html

From Redazione
Jump to navigation Jump to search
Line 247: Line 247:
  
  
     <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css"/>
+
     <link rel="stylesheet" href="https://culturaitaliana.org/w/en/leaflet.css"/>
 
     <label for="latInput">Latitude</label>
 
     <label for="latInput">Latitude</label>
 
     <input id="latInput"/>
 
     <input id="latInput"/>
Line 281: Line 281:
  
  
map.on('mousemove', function(e) {
+
map.on('click', function(e) {
 
     $('#latInput').val(e.latlng.lat);
 
     $('#latInput').val(e.latlng.lat);
 
     $('#lngInput').val(e.latlng.lng);
 
     $('#lngInput').val(e.latlng.lng);

Revision as of 13:45, 28 February 2020

Organization