From 1d81117311ab2507e57943b1cd6168ab74891956 Mon Sep 17 00:00:00 2001 From: Matt Kubilus Date: Sat, 19 Aug 2023 12:06:33 -0400 Subject: [PATCH] Update URL to latest --- autoortho/getortho.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoortho/getortho.py b/autoortho/getortho.py index a9e4e22a..965ff1c8 100644 --- a/autoortho/getortho.py +++ b/autoortho/getortho.py @@ -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}",