Skip to content

Commit

Permalink
Explicitly add max zoom level for WMS as a workaround to fix #132
Browse files Browse the repository at this point in the history
  • Loading branch information
gena authored Feb 4, 2024
1 parent 6e2801a commit 8cc6cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

def get_ee_image_url(image):
map_id = ee.data.getMapId({'image': image})
url = map_id['tile_fetcher'].url_format
url = map_id['tile_fetcher'].url_format + "&zmax=25"
return url


Expand Down

0 comments on commit 8cc6cd6

Please sign in to comment.