id |
string
|
ID of this object, starting with 'r'. |
osm_id |
number
|
Numeric id. |
type |
string
|
Type: 'relation'. |
tags |
object
|
OpenStreetMap tags. |
meta |
object
|
OpenStreetMap meta information. |
geometry |
GeoJSON
|
of the object |
data |
object
|
Data as loaded from Overpass API. |
properties |
bit_array
|
Which information about this object is known? |
memberOf |
Array.<object>
|
List of relations where this object is member of.
Properties
Name |
Type |
Description |
id |
string
|
ID of the relation where this object is member of. |
role |
string
|
Role of this object in the relation. |
sequence |
number
|
This object is the nth member in the relation. |
connectedPrev |
null
|
string
|
null (unknown), 'no' (connected), 'forward' (connected at the front end of this way), 'backward' (connected at the back end of this way) |
connectedNext |
null
|
string
|
null (unknown), 'no' (connected), 'forward' (connected at the back end of this way), 'backward' (connected at the front end of this way) |
|
members.dir |
null
|
string
|
null (unknown), 'forward', 'backward' |
bounds |
BoundingBox
|
Bounding box of this object. |
center |
Point
|
Centroid of the bounding box. |
members |
Array.<object>
|
Nodes of the way.
Properties
Name |
Type |
Description |
id |
string
|
ID of the member. |
ref |
number
|
Numeric ID of the member. |
type |
string
|
'node'. |
role |
string
|
Role of the member. |
connectedPrev |
null
|
string
|
null (unknown), 'no' (connected), 'forward' (connected at the front end of this way), 'backward' (connected at the back end of this way) |
connectedNext |
null
|
string
|
null (unknown), 'no' (connected), 'forward' (connected at the back end of this way), 'backward' (connected at the fornt end of this way) |
dir |
null
|
string
|
null (unknown), 'forward', 'backward', 'loop' |
|