We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd7b3d commit 5635ec2Copy full SHA for 5635ec2
DEM.Net.Core/Model/Imagery/ImageryProviders.Predefined.cs
@@ -21,7 +21,7 @@ public partial class ImageryProvider
21
{
22
Name = "MapTiler-Satellite",
23
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),
+ UrlModel = new UrlModel("https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key={t}", null),
25
TokenUserSecretsKey = "MapTilerKey",
26
TileSize = 512,
27
MaxZoom = 20
0 commit comments