pp_vgi | R Documentation |
Download and Count OSM Features Over Target
pp_vgi(x, key)
x |
an object of class |
key |
osm feature key (quoted) see available_features |
an object of class sf
including OSM features
## Not run:
data('trg')
# example using just a key
pp_vgi(trg, key = 'amenity')
# example using two keys
pp_vgi(trg, key = c('amenity', 'shop')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.