Description Usage Arguments See Also Examples
For getting OSM data and finding elements in an
osmar
object one needs to describe the
data—here we provide a simple description language.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | node(object)
way(object)
relation(object)
## Default S3 method:
node(object)
## Default S3 method:
way(object)
## Default S3 method:
relation(object)
attrs(condition)
tags(condition)
refs(condition)
## S3 method for class 'condition'
relation(object)
## S3 method for class 'condition'
relation(object)
## S3 method for class 'condition'
relation(object)
|
object |
The descriptor; see details |
condition |
Condition to describe the object |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.