Skip to content

Commit

Permalink
decrease maxZoom to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Karry committed Dec 23, 2018
1 parent e344daf commit b04f6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
center: [49.9998956399, 14.500],
zoom: 11,
minZoom: 0,
maxZoom: 19,
maxZoom: 18,
layers: [osm, lyr]
});

Expand Down

0 comments on commit b04f6f2

Please sign in to comment.