Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed OpenMapSurfer #20

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions R/providers_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 <a href=\"http://giscience.uni-hd.de/\">GIScience Research Group @ University of Heidelberg</a> | 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} <a href=\"https://lpdaac.usgs.gov/products/aster_policies\">ASTER GDEM</a>")),
Hillshade = list(options = list(variant = "asterh",
maxZoom = 18L, attribution = "{attribution.OpenMapSurfer} <a href=\"https://lpdaac.usgs.gov/products/aster_policies\">ASTER GDEM</a>, <a href=\"http://srtm.csi.cgiar.org/\">SRTM</a>")),
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 <a href=\"http://openstreetmap.se/\" target=\"_blank\">OpenStreetMap Sweden</a> &mdash; Map data {attribution.OpenStreetMap}"),
variants = list(Full = "full", Base = "base", RoadsAndLabels = "roads_and_labels")),
Expand Down
84 changes: 0 additions & 84 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 <a href=\"http://giscience.uni-hd.de/\">GIScience Research Group @ University of Heidelberg</a> | 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} <a href=\"https://lpdaac.usgs.gov/products/aster_policies\">ASTER GDEM</a>"
#> .. .. ..$ Hillshade :List of 1
#> .. .. .. ..$ options:List of 3
#> .. .. .. .. ..$ variant : chr "asterh"
#> .. .. .. .. ..$ maxZoom : int 18
#> .. .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer} <a href=\"https://lpdaac.usgs.gov/products/aster_policies\">ASTER GDEM</a>, <a href"| __truncated__
#> .. .. ..$ 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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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 <a href=\"http://giscience.uni-hd.de/\">GIScience Research Group @ University of Heidelberg</a> | 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} <a href=\"https://lpdaac.usgs.gov/products/aster_policies\">ASTER GDEM</a>"
#> .. ..$ Hillshade :List of 1
#> .. .. ..$ options:List of 3
#> .. .. .. ..$ variant : chr "asterh"
#> .. .. .. ..$ maxZoom : int 18
#> .. .. .. ..$ attribution: chr "{attribution.OpenMapSurfer} <a href=\"https://lpdaac.usgs.gov/products/aster_policies\">ASTER GDEM</a>, <a href"| __truncated__
#> .. ..$ 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
Expand Down
50 changes: 0 additions & 50 deletions inst/leaflet-providers_1.9.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://giscience.uni-hd.de/">GIScience Research Group @ University of Heidelberg</a> | 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} <a href="https://lpdaac.usgs.gov/products/aster_policies">ASTER GDEM</a>'
}
},
Hillshade: {
options: {
variant: 'asterh',
maxZoom: 18,
attribution: '{attribution.OpenMapSurfer} <a href="https://lpdaac.usgs.gov/products/aster_policies">ASTER GDEM</a>, <a href="http://srtm.csi.cgiar.org/">SRTM</a>'
}
},
ElementsAtRisk: {
options: {
variant: 'elements_at_risk',
attribution: '{attribution.OpenMapSurfer}{attribution.OpenStreetMap}'
}
}
}
},
Hydda: {
url: '//{s}.tile.openstreetmap.se/hydda/{variant}/{z}/{x}/{y}.png',
options: {
Expand Down