Description Usage Arguments Value Author(s) Examples
Basic Interface to osmconvert.
1 2 3 |
destfin |
The input file path |
ext |
Output format |
cm |
Include –complete-multipolygons |
cb |
Include –complete-boundaries |
cw |
Include –complete-ways |
bbox |
Cut out the result via bbox |
fname |
Output file name |
poly |
Cut out the result via a .poly-file |
osmconvert |
Name of the executable. Default is 'osmconvert' |
The osmconvert call.
Sebastian Gatscha
1 2 | dest <- getOSM(filterby="osm", exclude = "md5", r1 = 2, r2 =13, dest="")
convertOSM(dest, cm=T, cb = F, cw = F, fname = "capverde4", ext = "pbf")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.