Skip to content

Commit

Permalink
Removed Esri as imagery provider (got scared with licensing)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfischer committed May 7, 2020
1 parent 8ce64b8 commit fe08f6f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DEM.Net.Core/Model/Imagery/ImageryProviders.Predefined.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ public partial class ImageryProvider
UrlModel = new UrlModel("https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png", new[] { "a", "b", "c" }),
MaxZoom = 17
};
public static ImageryProvider EsriWorldImagery = new ImageryProvider()
{
Name = "Esri.WorldImagery",
Attribution = new Attribution(ATTRIBUTION_SUBJECT, "Esri World Imagery", "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer", "Source: Esri, DigitalGlobe, GeoEye, Earthstar Geographics, CNES/Airbus DS, USDA, USGS, AeroGRID, IGN, and the GIS User Community"),
UrlModel = new UrlModel("https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}", null),
MaxZoom = 18
};
//public static ImageryProvider EsriWorldImagery = new ImageryProvider()
//{
// Name = "Esri.WorldImagery",
// Attribution = new Attribution(ATTRIBUTION_SUBJECT, "Esri World Imagery", "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer", "Source: Esri, DigitalGlobe, GeoEye, Earthstar Geographics, CNES/Airbus DS, USDA, USGS, AeroGRID, IGN, and the GIS User Community"),
// UrlModel = new UrlModel("https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}", null),
// MaxZoom = 18
//};
public static ImageryProvider ThunderForestOutdoors = new ImageryProvider()
{
Name = "ThunderForest-Outdoors",
Expand Down

0 comments on commit fe08f6f

Please sign in to comment.