From 89958a27c9d5a2786b5da9dcdd84fe3149a732c4 Mon Sep 17 00:00:00 2001 From: ec-nebi <48711241+ec-nebi@users.noreply.github.com> Date: Wed, 15 Dec 2021 14:58:37 +0000 Subject: [PATCH] Fix url to osm features --- vignettes/osmdata.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/osmdata.Rmd b/vignettes/osmdata.Rmd index 4de9fd4a..36648fe4 100644 --- a/vignettes/osmdata.Rmd +++ b/vignettes/osmdata.Rmd @@ -81,7 +81,7 @@ q <- opq (bbox = c (51.2867602, -0.510375, 51.6918741, 0.3340155)) %>% ``` A detailed description of features is provided at the -[OSM wiki](https://wiki.openstreetmap.org/wiki/Category:Keys), or the +[OSM wiki](https://wiki.openstreetmap.org/wiki/Map_Features), or the `osmdata` function `available_features()` can be used to retrieve the comprehensive list of feature keys currently used in OSM.