Sandbox: Cultural Mapping: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 23: Line 23:
   }).addTo(map);
   }).addTo(map);


   
  // PIN PLUS LABEL AND URL: Malolos City with clickable URL
  L.marker([14.8432, 120.8114]).addTo(map)
  .bindPopup('Makasaysayang Lungsod ng Malolos
<a href="https://malolos.gov.ph" target="_blank">Visit Website</a>')
  .openPopup();