From d8662621a52d4e32ecca407c192ca7347111bcfc Mon Sep 17 00:00:00 2001 From: Johannes Visintini Date: Mon, 9 Aug 2021 15:11:52 +0200 Subject: [PATCH] Removed OpenMapSurfer --- R/providers_data.R | 18 ------- README.md | 84 --------------------------------- inst/leaflet-providers_1.9.0.js | 50 -------------------- 3 files changed, 152 deletions(-) diff --git a/R/providers_data.R b/R/providers_data.R index a770d2d..e71197e 100644 --- a/R/providers_data.R +++ b/R/providers_data.R @@ -11,10 +11,6 @@ providers_data <- list(OpenStreetMap = "OpenStreetMap", OpenStreetMap.Mapnik = " Thunderforest.Outdoors = "Thunderforest.Outdoors", Thunderforest.Pioneer = "Thunderforest.Pioneer", Thunderforest.MobileAtlas = "Thunderforest.MobileAtlas", Thunderforest.Neighbourhood = "Thunderforest.Neighbourhood", - OpenMapSurfer = "OpenMapSurfer", OpenMapSurfer.Roads = "OpenMapSurfer.Roads", - OpenMapSurfer.Hybrid = "OpenMapSurfer.Hybrid", OpenMapSurfer.AdminBounds = "OpenMapSurfer.AdminBounds", - OpenMapSurfer.ContourLines = "OpenMapSurfer.ContourLines", - OpenMapSurfer.Hillshade = "OpenMapSurfer.Hillshade", OpenMapSurfer.ElementsAtRisk = "OpenMapSurfer.ElementsAtRisk", Hydda = "Hydda", Hydda.Full = "Hydda.Full", Hydda.Base = "Hydda.Base", Hydda.RoadsAndLabels = "Hydda.RoadsAndLabels", MapBox = "MapBox", Stamen = "Stamen", Stamen.Toner = "Stamen.Toner", Stamen.TonerBackground = "Stamen.TonerBackground", @@ -122,20 +118,6 @@ providers_details_data <- list(OpenStreetMap = list(url = "//{s}.tile.openstreet SpinalMap = list(options = list(variant = "spinal-map")), Landscape = "landscape", Outdoors = "outdoors", Pioneer = "pioneer", MobileAtlas = "mobile-atlas", Neighbourhood = "neighbourhood")), - OpenMapSurfer = list(url = "https://maps.heigit.org/openmapsurfer/tiles/{variant}/webmercator/{z}/{x}/{y}.png", - options = list(maxZoom = 19L, variant = "roads", attribution = "Imagery from GIScience Research Group @ University of Heidelberg | Map data "), - variants = list(Roads = list(options = list(variant = "roads", - attribution = "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}")), - Hybrid = list(options = list(variant = "hybrid", - attribution = "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}")), - AdminBounds = list(options = list(variant = "adminb", - maxZoom = 18L, attribution = "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}")), - ContourLines = list(options = list(variant = "asterc", - maxZoom = 18L, minZoom = 13L, attribution = "{attribution.OpenMapSurfer} ASTER GDEM")), - Hillshade = list(options = list(variant = "asterh", - maxZoom = 18L, attribution = "{attribution.OpenMapSurfer} ASTER GDEM, SRTM")), - ElementsAtRisk = list(options = list(variant = "elements_at_risk", - attribution = "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}")))), Hydda = list(url = "//{s}.tile.openstreetmap.se/hydda/{variant}/{z}/{x}/{y}.png", options = list(maxZoom = 18L, variant = "full", attribution = "Tiles courtesy of OpenStreetMap Sweden — Map data {attribution.OpenStreetMap}"), variants = list(Full = "full", Base = "base", RoadsAndLabels = "roads_and_labels")), diff --git a/README.md b/README.md index 9cc68a5..0809312 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,6 @@ str(providers_default()) #> ..$ Thunderforest.Pioneer : chr "Thunderforest.Pioneer" #> ..$ Thunderforest.MobileAtlas : chr "Thunderforest.MobileAtlas" #> ..$ Thunderforest.Neighbourhood : chr "Thunderforest.Neighbourhood" - #> ..$ OpenMapSurfer : chr "OpenMapSurfer" - #> ..$ OpenMapSurfer.Roads : chr "OpenMapSurfer.Roads" - #> ..$ OpenMapSurfer.Hybrid : chr "OpenMapSurfer.Hybrid" - #> ..$ OpenMapSurfer.AdminBounds : chr "OpenMapSurfer.AdminBounds" - #> ..$ OpenMapSurfer.ContourLines : chr "OpenMapSurfer.ContourLines" - #> ..$ OpenMapSurfer.Hillshade : chr "OpenMapSurfer.Hillshade" - #> ..$ OpenMapSurfer.ElementsAtRisk : chr "OpenMapSurfer.ElementsAtRisk" #> ..$ Hydda : chr "Hydda" #> ..$ Hydda.Full : chr "Hydda.Full" #> ..$ Hydda.Base : chr "Hydda.Base" @@ -305,41 +298,6 @@ str(providers_default()) #> .. .. ..$ Pioneer : chr "pioneer" #> .. .. ..$ MobileAtlas : chr "mobile-atlas" #> .. .. ..$ Neighbourhood: chr "neighbourhood" - #> ..$ OpenMapSurfer :List of 3 - #> .. ..$ url : chr "https://maps.heigit.org/openmapsurfer/tiles/{variant}/webmercator/{z}/{x}/{y}.png" - #> .. ..$ options :List of 3 - #> .. .. ..$ maxZoom : int 19 - #> .. .. ..$ variant : chr "roads" - #> .. .. ..$ attribution: chr "Imagery from GIScience Research Group @ University of Heidelberg | Map data " - #> .. ..$ variants:List of 6 - #> .. .. ..$ Roads :List of 1 - #> .. .. .. ..$ options:List of 2 - #> .. .. .. .. ..$ variant : chr "roads" - #> .. .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}" - #> .. .. ..$ Hybrid :List of 1 - #> .. .. .. ..$ options:List of 2 - #> .. .. .. .. ..$ variant : chr "hybrid" - #> .. .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}" - #> .. .. ..$ AdminBounds :List of 1 - #> .. .. .. ..$ options:List of 3 - #> .. .. .. .. ..$ variant : chr "adminb" - #> .. .. .. .. ..$ maxZoom : int 18 - #> .. .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}" - #> .. .. ..$ ContourLines :List of 1 - #> .. .. .. ..$ options:List of 4 - #> .. .. .. .. ..$ variant : chr "asterc" - #> .. .. .. .. ..$ maxZoom : int 18 - #> .. .. .. .. ..$ minZoom : int 13 - #> .. .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer} ASTER GDEM" - #> .. .. ..$ Hillshade :List of 1 - #> .. .. .. ..$ options:List of 3 - #> .. .. .. .. ..$ variant : chr "asterh" - #> .. .. .. .. ..$ maxZoom : int 18 - #> .. .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer} ASTER GDEM, .. .. ..$ ElementsAtRisk:List of 1 - #> .. .. .. ..$ options:List of 2 - #> .. .. .. .. ..$ variant : chr "elements_at_risk" - #> .. .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}" #> ..$ Hydda :List of 3 #> .. ..$ url : chr "//{s}.tile.openstreetmap.se/hydda/{variant}/{z}/{x}/{y}.png" #> .. ..$ options :List of 3 @@ -807,13 +765,6 @@ str(providers_loaded()$providers) #> $ Thunderforest.Pioneer : chr "Thunderforest.Pioneer" #> $ Thunderforest.MobileAtlas : chr "Thunderforest.MobileAtlas" #> $ Thunderforest.Neighbourhood : chr "Thunderforest.Neighbourhood" - #> $ OpenMapSurfer : chr "OpenMapSurfer" - #> $ OpenMapSurfer.Roads : chr "OpenMapSurfer.Roads" - #> $ OpenMapSurfer.Hybrid : chr "OpenMapSurfer.Hybrid" - #> $ OpenMapSurfer.AdminBounds : chr "OpenMapSurfer.AdminBounds" - #> $ OpenMapSurfer.ContourLines : chr "OpenMapSurfer.ContourLines" - #> $ OpenMapSurfer.Hillshade : chr "OpenMapSurfer.Hillshade" - #> $ OpenMapSurfer.ElementsAtRisk : chr "OpenMapSurfer.ElementsAtRisk" #> $ Hydda : chr "Hydda" #> $ Hydda.Full : chr "Hydda.Full" #> $ Hydda.Base : chr "Hydda.Base" @@ -1035,41 +986,6 @@ str(providers_loaded()$providers_details) #> .. ..$ Pioneer : chr "pioneer" #> .. ..$ MobileAtlas : chr "mobile-atlas" #> .. ..$ Neighbourhood: chr "neighbourhood" - #> $ OpenMapSurfer :List of 3 - #> ..$ url : chr "https://maps.heigit.org/openmapsurfer/tiles/{variant}/webmercator/{z}/{x}/{y}.png" - #> ..$ options :List of 3 - #> .. ..$ maxZoom : int 19 - #> .. ..$ variant : chr "roads" - #> .. ..$ attribution: chr "Imagery from GIScience Research Group @ University of Heidelberg | Map data " - #> ..$ variants:List of 6 - #> .. ..$ Roads :List of 1 - #> .. .. ..$ options:List of 2 - #> .. .. .. ..$ variant : chr "roads" - #> .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}" - #> .. ..$ Hybrid :List of 1 - #> .. .. ..$ options:List of 2 - #> .. .. .. ..$ variant : chr "hybrid" - #> .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}" - #> .. ..$ AdminBounds :List of 1 - #> .. .. ..$ options:List of 3 - #> .. .. .. ..$ variant : chr "adminb" - #> .. .. .. ..$ maxZoom : int 18 - #> .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}" - #> .. ..$ ContourLines :List of 1 - #> .. .. ..$ options:List of 4 - #> .. .. .. ..$ variant : chr "asterc" - #> .. .. .. ..$ maxZoom : int 18 - #> .. .. .. ..$ minZoom : int 13 - #> .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer} ASTER GDEM" - #> .. ..$ Hillshade :List of 1 - #> .. .. ..$ options:List of 3 - #> .. .. .. ..$ variant : chr "asterh" - #> .. .. .. ..$ maxZoom : int 18 - #> .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer} ASTER GDEM, .. ..$ ElementsAtRisk:List of 1 - #> .. .. ..$ options:List of 2 - #> .. .. .. ..$ variant : chr "elements_at_risk" - #> .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer}{attribution.OpenStreetMap}" #> $ Hydda :List of 3 #> ..$ url : chr "//{s}.tile.openstreetmap.se/hydda/{variant}/{z}/{x}/{y}.png" #> ..$ options :List of 3 diff --git a/inst/leaflet-providers_1.9.0.js b/inst/leaflet-providers_1.9.0.js index e842c82..8db30b0 100644 --- a/inst/leaflet-providers_1.9.0.js +++ b/inst/leaflet-providers_1.9.0.js @@ -197,56 +197,6 @@ Neighbourhood: 'neighbourhood' } }, - OpenMapSurfer: { - url: 'https://maps.heigit.org/openmapsurfer/tiles/{variant}/webmercator/{z}/{x}/{y}.png', - options: { - maxZoom: 19, - variant: 'roads', - attribution: 'Imagery from GIScience Research Group @ University of Heidelberg | Map data ' - }, - variants: { - Roads: { - options: { - variant: 'roads', - attribution: '{attribution.OpenMapSurfer}{attribution.OpenStreetMap}' - } - }, - Hybrid: { - options: { - variant: 'hybrid', - attribution: '{attribution.OpenMapSurfer}{attribution.OpenStreetMap}' - } - }, - AdminBounds: { - options: { - variant: 'adminb', - maxZoom: 18, - attribution: '{attribution.OpenMapSurfer}{attribution.OpenStreetMap}' - } - }, - ContourLines: { - options: { - variant: 'asterc', - maxZoom: 18, - minZoom: 13, - attribution: '{attribution.OpenMapSurfer} ASTER GDEM' - } - }, - Hillshade: { - options: { - variant: 'asterh', - maxZoom: 18, - attribution: '{attribution.OpenMapSurfer} ASTER GDEM, SRTM' - } - }, - ElementsAtRisk: { - options: { - variant: 'elements_at_risk', - attribution: '{attribution.OpenMapSurfer}{attribution.OpenStreetMap}' - } - } - } - }, Hydda: { url: '//{s}.tile.openstreetmap.se/hydda/{variant}/{z}/{x}/{y}.png', options: {