Skip to content

Commit 5635ec2

Browse files
committed
update maptiler url
1 parent 9fd7b3d commit 5635ec2

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
@@ -21,7 +21,7 @@ public partial class ImageryProvider
2121
{
2222
Name = "MapTiler-Satellite",
2323
Attribution = new Attribution(ATTRIBUTION_SUBJECT, "MapTiler Cloud Satellite", "https://www.maptiler.com", "© MapTiler- © OpenStreetMap and contributors"),
24-
UrlModel = new UrlModel("https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}@2x.jpg?key={t}", null),
24+
UrlModel = new UrlModel("https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key={t}", null),
2525
TokenUserSecretsKey = "MapTilerKey",
2626
TileSize = 512,
2727
MaxZoom = 20

0 commit comments

Comments
 (0)