Skip to content

Commit

Permalink
Update URL to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kubilus1 committed Aug 19, 2023
1 parent 8e35980 commit 1d81117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoortho/getortho.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def get(self, idx=0):

MAPTYPES = {
"EOX": f"https://{server}.s2maps-tiles.eu/wmts/?layer={MAPID}&style=default&tilematrixset={MATRIXSET}&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fjpeg&TileMatrix={self.zoom}&TileCol={self.col}&TileRow={self.row}",
"BI": f"http://ecn.t{server_num}.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=13716",
"BI": f"http://ecn.t{server_num}.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=13816",
"GO2": f"http://khms{server_num}.google.com/kh/v=934?x={self.col}&y={self.row}&z={self.zoom}",
"ARC": f"http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{self.zoom}/{self.row}/{self.col}",
"NAIP": f"http://naip.maptiles.arcgis.com/arcgis/rest/services/NAIP/MapServer/tile/{self.zoom}/{self.row}/{self.col}",
Expand Down

0 comments on commit 1d81117

Please sign in to comment.