bcdc_preview {bcdata} | R Documentation |
Get preview map from the B.C. Web Map Service
Description
Note this does not return the actual map features, rather opens an image preview of the layer in a Leaflet map window
Usage
bcdc_preview(record)
Arguments
record |
either a It is advised to use the permanent ID for a record or the BCGW name rather than the
human-readable name to guard against future name changes of the record.
If you use the human-readable name a warning will be issued once per
session. You can silence these warnings altogether by setting an option:
|
Examples
try(
bcdc_preview("regional-districts-legally-defined-administrative-areas-of-bc")
)
try(
bcdc_preview("points-of-well-diversion-applications")
)
# Using BCGW name
try(
bcdc_preview("WHSE_LEGAL_ADMIN_BOUNDARIES.ABMS_REGIONAL_DISTRICTS_SP")
)
[Package bcdata version 0.4.1 Index]