Description Usage Arguments Details Author(s) Examples
N.b. This function requires the leaflet
, and leaflet.extras2
packages to be installed and a functioning internet connection.
1 | n2000_mapwms(title = "N2000", clng = NA, clat = NA, czoom = NA)
|
title |
The [‘character'] title of the WMS layer to be rendered. Options are: ’N2000', 'CDDA', and 'N2000_centroids'. Defaults to 'N2000'. See details. |
clng |
The ['numeric'] centre-point longitude coordinate of the field of view. See details. |
clat |
The ['numeric'] centre-point latitude coordinate of the field of view. See details. |
czoom |
The ['numeric'] zoom level to use. See details. |
‘title' has three options: ’N2000' to render Natura 2000 sites, 'CDDA' to render sites listed on the Common Database on Designated Areas (i.e. nationally designated areas) or 'N2000_centroids' to render only the centroids of the Natura 2000 sites.
The default field of view for either title = "N2000"
or title = "CDDA"
focuses on the Schlosspark in Laxenburg, Austria. This is arbitrary, and does not by any means reflect any biases on the parts of the authors. The default for title = "N2000_centroids"
gives view of most of Europe.
Martin Jung
Matt Lewis
1 2 3 4 | ## Not run:
n2000_mapwms()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.