Description Usage Arguments Value Author(s) Examples
Create a pedestrian routing graph.
1 2 | graphpedesOSM(input, savename, inc_primary = FALSE,
inc_secondary = TRUE)
|
input |
The input file path |
savename |
Output name |
inc_primary |
If TRUE, primary roads are included. Default is FALSE |
inc_secondary |
If TRUE, secondary roads are included. Default is TRUE |
The osmosis call
Sebastian Gatscha
1 2 | dest <- getOSM(filterby="osm", exclude = "md5", r1 = 2, r2 =13, dest="")
graphpedesOSM(dest)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.