Skip to content

Commit

Permalink
fix zoom level
Browse files Browse the repository at this point in the history
  • Loading branch information
gunungpw committed Jul 6, 2024
1 parent f8b9e5e commit 4e310c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function GetMap() {
// Initialize a map instance.
map = new atlas.Map('demoMap', {
center: userPosition,
zoom: 16,
zoom: 13,
view: 'Auto',
style: layerStyle,

Expand Down Expand Up @@ -360,7 +360,7 @@ function itemClicked(id) {
//Center the map over the clicked item from the result list.
map.setCamera({
center: coordinates,
zoom: 16
zoom: 15
});

showPopupPOI(shape);
Expand Down

0 comments on commit 4e310c1

Please sign in to comment.