Skip to content

Commit

Permalink
add WMS detrend DEM
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisManiere committed Jan 31, 2024
1 parent 2242083 commit 9e96b99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions R/fct_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,19 @@ params_wms <- function(){
attribution = "CNRS - EVS",
basemap = FALSE,
overlayer = TRUE),
detrend_dem = list(name = "MNT détendancé",
url = Sys.getenv("GEOSERVER"),
language = "",
service = "WMS",
version = "1.0.0",
sld_version = "",
layer = " mapdo:mapdo_nearest_height_hillshade_1m ",
format = "image/png",
sld = "",
style = "",
attribution = "CNRS - EVS",
basemap = FALSE,
overlayer = TRUE),
geologie = list(name = "Géologie",
url = "http://geoservices.brgm.fr/geologie",
language = "",
Expand Down

0 comments on commit 9e96b99

Please sign in to comment.