Skip to content

Commit f5caec5

Browse files
committed
#126 update mapbox satellite streets url
1 parent f456d94 commit f5caec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEM.Net.Core/Model/Imagery/ImageryProviders.Predefined.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public partial class ImageryProvider
4141
Name = "MapBox-SatelliteStreet",
4242
Attribution = new Attribution(ATTRIBUTION_SUBJECT, "MapBox Satellite Street", "https://www.mapbox.com", "© MapBox - OpenStreetMap contributors"),
4343
TokenUserSecretsKey = "MapBoxToken",
44-
UrlModel = new UrlModel("https://api.mapbox.com/styles/v1/mapbox/satellite-streets-v11/tiles/{z}/{x}/{y}@2x?access_token={t}", null),
44+
UrlModel = new UrlModel("https://api.mapbox.com/styles/v1/mapbox/satellite-streets-v12/tiles/{z}/{x}/{y}@2x?access_token={t}", null),
4545
TileSize = 512,
4646
MaxZoom = 23
4747
};

0 commit comments

Comments
 (0)