ltns | R Documentation |
R interface to the CycleStreets.net LTN. See ltn API docs and an article on the methods for further details: https://www.cyclestreets.org/news/2021/07/25/mapping-ltns/
ltns(bb, pat = Sys.getenv("CYCLESTREETS"))
bb |
An sf or 'bounding box' like object |
pat |
The API key used. By default this uses |
## Not run:
bb = "0.101131,52.195807,0.170288,52.209719"
ltn_data = ltns(bb)
plot(ltn_data)
bb = stplanr::routes_fast_sf
ltn_data = ltns(bb)
plot(ltn_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.