diff --git a/web/nfc-theme/static/map.js b/web/nfc-theme/static/map.js index aa1bcab..f1aa4be 100644 --- a/web/nfc-theme/static/map.js +++ b/web/nfc-theme/static/map.js @@ -52,7 +52,7 @@ function onLocationFound(e) { area = showNfcTags.getBounds(); area.extend(e.latlng); map.fitBounds(area); - map.zoomOut(1, {animate: false}); + //map.zoomOut(1, {animate: false}); pageload = false; } locationMarker = L.marker(e.latlng, {icon: bluedot}).addTo(map)