Skip to content

Commit

Permalink
disabled oregon because of ssl error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhodcz2 committed Sep 15, 2024
1 parent e559f3e commit e030cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/tile2net/raster/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ class LosAngeles(ArcGis):
# extension = 'jpeg'
# keyword = 'Oregon'

# todo: Oregon also has some SSL issues
# class Oregon(ArcGis):
# server = 'https://imagery.oregonexplorer.info/arcgis/rest/services/OSIP_2022/OSIP_2022_WM/ImageServer'
# name = 'or'
Expand Down
2 changes: 1 addition & 1 deletion tests/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ def test_sources():


if __name__ == '__main__':
# test_small()
test_small()
test_sources()

0 comments on commit e030cbd

Please sign in to comment.