diff --git a/js/geolocation-api.js b/js/geolocation-api.js index 38d6581..3c73ee8 100644 --- a/js/geolocation-api.js +++ b/js/geolocation-api.js @@ -268,7 +268,7 @@ return; } - this.setZoom(); + // this.setZoom(); this.setCenterByCoordinates({ lat: this.lat, lng: this.lng }); if (typeof this.mapCenter !== "undefined") {