Changed JS

This commit is contained in:
James Dinh 2022-07-23 21:29:30 -07:00
parent 6d38b185b4
commit 558c59a0b7

View File

@ -13,5 +13,4 @@ L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
let marker = L.marker([37.00529, -121.572764], {icon: myIcon}).addTo(map) let marker = L.marker([37.00529, -121.572764], {icon: myIcon}).addTo(map)
L.popup().setLatLng([37.00529, -121.572697]).setContent('<h3 style="text-align: center">Gilroy Library</h3><br>350 W 6th St, Gilroy, CA 95020') L.popup().setLatLng([37.00529, -121.572697]).setContent('<h3 style="text-align: center">Gilroy Library</h3><br>350 W 6th St, Gilroy, CA 95020').openOn(map);
.openOn(map);