From 558c59a0b72fd580eef9ae2b1f48470deb7040db Mon Sep 17 00:00:00 2001 From: James Dinh Date: Sat, 23 Jul 2022 21:29:30 -0700 Subject: [PATCH] Changed JS --- js/map.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/map.js b/js/map.js index 80850e2..7e395c2 100644 --- a/js/map.js +++ b/js/map.js @@ -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) -L.popup().setLatLng([37.00529, -121.572697]).setContent('

Gilroy Library


350 W 6th St, Gilroy, CA 95020') - .openOn(map); \ No newline at end of file +L.popup().setLatLng([37.00529, -121.572697]).setContent('

Gilroy Library


350 W 6th St, Gilroy, CA 95020').openOn(map); \ No newline at end of file