WFS_set_url | R Documentation |
The url
determines the location of the WFS service. If the url
is not specified before a HOQCwfs
function is used,
the default url (https://geoweb.amstelveen.nl/geoserver/topp/wfs) will be used.
The version
determines the version of the WFS requests to be used. If no version
is specified before a HOQCwfs
function is used,
the default version (1.1.0) is be used. Currently only '1.1.0' and '2.0.0' are supported.
The sep
determines the separator to include in the output of the fg()
function. If no sep
is specified before a HOQCwfs
function is used,
the new line character (\n
) is be used.
Note that these values are used as the default values for the various functions. They can always be overwritten there.
WFS_set_url(url = NULL) WFS_get_url() WFS_set_version(version = NULL) WFS_get_version() WFS_set_sep(sep = NULL) WFS_get_sep()
url |
NULL for the default url ( https://geoweb.amstelveen.nl/geoserver/topp/wfs ) or the url of the WFS service otherwise |
version |
NULL for the default ( 1.1.0 ) request version or an alternative version (e.g. 2.0.0 ) otherwise |
sep |
NULL for the default ( |
Character vector with for the Get the current url, version or separator. In case of the Set the old version is returned.
## Not run: WFS_set_url("https://geoweb.amstelveen.nl/geoserver/topp/wfs") ## End(Not run) WFS_get_url() WFS_set_version() WFS_set_version('2.0.0') WFS_get_version() WFS_set_sep() WFS_set_sep('\n') WFS_get_sep()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.