Skip to content

Commit

Permalink
Change default zoom level
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Oct 22, 2024
1 parent 81b4677 commit 6d7008a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leafmap/leafmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,7 @@ def add_raster(
try:
self.zoom = tile_client.default_zoom
except AttributeError:
self.zoom = 10
self.zoom = 15

arc_add_layer(tile_layer.url, layer_name, True, 1.0)

Expand Down

0 comments on commit 6d7008a

Please sign in to comment.