Skip to content

Commit

Permalink
Hotfix: Remove SRTM extents.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Jan 14, 2025
1 parent 5dafb5a commit f0e8c6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions maps4fs/generator/dtm/srtm.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class SRTM30Provider(DTMProvider):

_author = "[iwatkot](https://github.com/iwatkot)"

_extents = (60, -65, 180, -180)

_settings = SRTM30ProviderSettings

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit f0e8c6c

Please sign in to comment.