mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
20
data/presets/highway/_bus_stop.json
Normal file
20
data/presets/highway/_bus_stop.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "temaki-bus",
|
||||
"fields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "bus_stop"
|
||||
},
|
||||
"matchScore": 0.95,
|
||||
"name": "Bus Stop",
|
||||
"searchable": false,
|
||||
"replacement": "public_transport/platform/bus_point"
|
||||
}
|
||||
14
data/presets/highway/_crossing.json
Normal file
14
data/presets/highway/_crossing.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"fields": [
|
||||
"crossing"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.95,
|
||||
"name": "Crossing"
|
||||
}
|
||||
34
data/presets/highway/bridleway.json
Normal file
34
data/presets/highway/bridleway.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline",
|
||||
"horse_scale"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"dog",
|
||||
"lit",
|
||||
"maxweight_bridge",
|
||||
"smoothness",
|
||||
"stroller",
|
||||
"wheelchair"
|
||||
],
|
||||
"icon": "maki-horse-riding",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "bridleway"
|
||||
},
|
||||
"terms": [
|
||||
"bridleway",
|
||||
"equestrian",
|
||||
"horse",
|
||||
"trail"
|
||||
],
|
||||
"name": "Bridle Path"
|
||||
}
|
||||
27
data/presets/highway/bus_guideway.json
Normal file
27
data/presets/highway/bus_guideway.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "temaki-bus_guided",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"oneway",
|
||||
"structure",
|
||||
"covered"
|
||||
],
|
||||
"moreFields": [
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "bus_guideway"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "bus_guideway",
|
||||
"access": "no",
|
||||
"bus": "designated"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Bus Guideway"
|
||||
}
|
||||
28
data/presets/highway/construction.json
Normal file
28
data/presets/highway/construction.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "maki-barrier",
|
||||
"fields": [
|
||||
"name",
|
||||
"construction",
|
||||
"opening_date",
|
||||
"check_date",
|
||||
"note",
|
||||
"oneway",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "construction",
|
||||
"access": "no"
|
||||
},
|
||||
"terms": [
|
||||
"closure",
|
||||
"construction",
|
||||
"road closed",
|
||||
"road work",
|
||||
"roadwork"
|
||||
],
|
||||
"name": "Closed Road"
|
||||
}
|
||||
35
data/presets/highway/corridor.json
Normal file
35
data/presets/highway/corridor.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian_walled",
|
||||
"fields": [
|
||||
"name",
|
||||
"width",
|
||||
"level",
|
||||
"access_simple",
|
||||
"wheelchair"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"indoor",
|
||||
"maxheight",
|
||||
"stroller"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "corridor"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "corridor",
|
||||
"indoor": "yes"
|
||||
},
|
||||
"terms": [
|
||||
"gallery",
|
||||
"hall",
|
||||
"hallway",
|
||||
"indoor",
|
||||
"passage",
|
||||
"passageway"
|
||||
],
|
||||
"name": "Indoor Corridor"
|
||||
}
|
||||
22
data/presets/highway/crossing/_zebra-raised.json
Normal file
22
data/presets/highway/crossing/_zebra-raised.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "zebra",
|
||||
"traffic_calming": "table"
|
||||
},
|
||||
"reference": {
|
||||
"key": "traffic_calming",
|
||||
"value": "table"
|
||||
},
|
||||
"name": "Marked Crosswalk (Raised)",
|
||||
"searchable": false
|
||||
}
|
||||
21
data/presets/highway/crossing/_zebra.json
Normal file
21
data/presets/highway/crossing/_zebra.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "zebra"
|
||||
},
|
||||
"reference": {
|
||||
"key": "highway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"name": "Marked Crosswalk",
|
||||
"searchable": false
|
||||
}
|
||||
35
data/presets/highway/crossing/marked-raised.json
Normal file
35
data/presets/highway/crossing/marked-raised.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "marked",
|
||||
"traffic_calming": "table"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "marked",
|
||||
"traffic_calming": "table"
|
||||
},
|
||||
"reference": {
|
||||
"key": "traffic_calming",
|
||||
"value": "table"
|
||||
},
|
||||
"terms": [
|
||||
"zebra crossing",
|
||||
"marked crossing",
|
||||
"crosswalk",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
],
|
||||
"name": "Marked Crosswalk (Raised)"
|
||||
}
|
||||
29
data/presets/highway/crossing/marked.json
Normal file
29
data/presets/highway/crossing/marked.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "marked"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "marked"
|
||||
},
|
||||
"reference": {
|
||||
"key": "highway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"zebra crossing",
|
||||
"marked crossing",
|
||||
"crosswalk"
|
||||
],
|
||||
"name": "Marked Crosswalk"
|
||||
}
|
||||
27
data/presets/highway/crossing/unmarked-raised.json
Normal file
27
data/presets/highway/crossing/unmarked-raised.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "unmarked",
|
||||
"traffic_calming": "table"
|
||||
},
|
||||
"reference": {
|
||||
"key": "traffic_calming",
|
||||
"value": "table"
|
||||
},
|
||||
"terms": [
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
],
|
||||
"name": "Unmarked Crossing (Raised)"
|
||||
}
|
||||
25
data/presets/highway/crossing/unmarked.json
Normal file
25
data/presets/highway/crossing/unmarked.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "unmarked"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "unmarked"
|
||||
},
|
||||
"reference": {
|
||||
"key": "crossing",
|
||||
"value": "unmarked"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Unmarked Crossing"
|
||||
}
|
||||
35
data/presets/highway/cycleway.json
Normal file
35
data/presets/highway/cycleway.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"icon": "fas-biking",
|
||||
"fields": [
|
||||
"name",
|
||||
"oneway",
|
||||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"dog",
|
||||
"lit",
|
||||
"maxspeed",
|
||||
"maxweight_bridge",
|
||||
"not/name",
|
||||
"smoothness",
|
||||
"stroller",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "cycleway"
|
||||
},
|
||||
"terms": [
|
||||
"bicyle path",
|
||||
"bike path",
|
||||
"cycling path"
|
||||
],
|
||||
"name": "Cycle Path"
|
||||
}
|
||||
27
data/presets/highway/cycleway/_crossing.json
Normal file
27
data/presets/highway/cycleway/_crossing.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "temaki-cyclist_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"cycleway": "crossing"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "cycleway",
|
||||
"cycleway": "crossing"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cycleway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.95,
|
||||
"name": "Cycle Crossing"
|
||||
}
|
||||
42
data/presets/highway/cycleway/bicycle_foot.json
Normal file
42
data/presets/highway/cycleway/bicycle_foot.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"notCountryCodes": [
|
||||
"fr", "lt", "pl", "de"
|
||||
],
|
||||
"icon": "temaki-pedestrian_and_cyclist",
|
||||
"fields": [
|
||||
"name",
|
||||
"segregated",
|
||||
"oneway",
|
||||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "cycleway",
|
||||
"foot": "designated"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "cycleway",
|
||||
"foot": "designated",
|
||||
"bicycle": "designated"
|
||||
},
|
||||
"terms": [
|
||||
"bicycle and foot path",
|
||||
"bike and pedestrian path",
|
||||
"green way",
|
||||
"greenway",
|
||||
"mixed-use trail",
|
||||
"multi-use trail",
|
||||
"segregated trail",
|
||||
"shared path",
|
||||
"shared use path",
|
||||
"rail trail"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Cycle & Foot Path"
|
||||
}
|
||||
40
data/presets/highway/cycleway/crossing/bicycle_foot.json
Normal file
40
data/presets/highway/cycleway/crossing/bicycle_foot.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"notCountryCodes": [
|
||||
"fr", "lt", "pl"
|
||||
],
|
||||
"icon": "temaki-ped_cyclist_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "cycleway",
|
||||
"cycleway": "crossing",
|
||||
"foot": "designated"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "cycleway",
|
||||
"cycleway": "crossing",
|
||||
"foot": "designated",
|
||||
"bicycle": "designated"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cycleway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"bicycle and foot crosswalk",
|
||||
"bike and pedestrian crossing",
|
||||
"cycleway",
|
||||
"cycling",
|
||||
"cyclist"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Cycle & Foot Crossing"
|
||||
}
|
||||
31
data/presets/highway/cycleway/crossing/marked.json
Normal file
31
data/presets/highway/cycleway/crossing/marked.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"icon": "temaki-cyclist_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "cycleway",
|
||||
"cycleway": "crossing",
|
||||
"crossing": "marked"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cycleway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"cycle crosswalk",
|
||||
"cycle path crossing",
|
||||
"cycleway crossing",
|
||||
"bicycle crossing",
|
||||
"bike crossing"
|
||||
],
|
||||
"matchScore": 0.95,
|
||||
"name": "Marked Cycle Crossing"
|
||||
}
|
||||
30
data/presets/highway/cycleway/crossing/unmarked.json
Normal file
30
data/presets/highway/cycleway/crossing/unmarked.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "fas-biking",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "cycleway",
|
||||
"cycleway": "crossing",
|
||||
"crossing": "unmarked"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cycleway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"cycle path crossing",
|
||||
"cycleway crossing",
|
||||
"bicycle crossing",
|
||||
"bike crossing"
|
||||
],
|
||||
"matchScore": 0.95,
|
||||
"name": "Unmarked Cycle Crossing"
|
||||
}
|
||||
25
data/presets/highway/elevator.json
Normal file
25
data/presets/highway/elevator.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "temaki-elevator",
|
||||
"fields": [
|
||||
"ref",
|
||||
"level_semi",
|
||||
"access_simple",
|
||||
"wheelchair",
|
||||
"maxweight"
|
||||
],
|
||||
"moreFields": [
|
||||
"maxheight",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "elevator"
|
||||
},
|
||||
"terms": [
|
||||
"lift"
|
||||
],
|
||||
"name": "Elevator"
|
||||
}
|
||||
13
data/presets/highway/emergency_bay.json
Normal file
13
data/presets/highway/emergency_bay.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"icon": "maki-car",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "emergency_bay"
|
||||
},
|
||||
"terms": [
|
||||
"Highway Emergency Bay"
|
||||
],
|
||||
"name": "Emergency Stopping Place"
|
||||
}
|
||||
37
data/presets/highway/footway.json
Normal file
37
data/presets/highway/footway.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"dog",
|
||||
"lit",
|
||||
"maxweight_bridge",
|
||||
"not/name",
|
||||
"smoothness",
|
||||
"stroller",
|
||||
"tactile_paving",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"hike",
|
||||
"hiking",
|
||||
"promenade",
|
||||
"trackway",
|
||||
"trail",
|
||||
"walk"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway"
|
||||
},
|
||||
"name": "Foot Path"
|
||||
}
|
||||
25
data/presets/highway/footway/_crossing.json
Normal file
25
data/presets/highway/footway/_crossing.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"footway": "crossing"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing"
|
||||
},
|
||||
"reference": {
|
||||
"key": "footway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Pedestrian Crossing"
|
||||
}
|
||||
34
data/presets/highway/footway/_zebra-raised.json
Normal file
34
data/presets/highway/footway/_zebra-raised.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing",
|
||||
"crossing": "zebra",
|
||||
"traffic_calming": "table"
|
||||
},
|
||||
"reference": {
|
||||
"key": "traffic_calming",
|
||||
"value": "table"
|
||||
},
|
||||
"terms": [
|
||||
"zebra crossing",
|
||||
"marked crossing",
|
||||
"crosswalk",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
],
|
||||
"name": "Marked Crosswalk (Raised)",
|
||||
"searchable": false
|
||||
}
|
||||
29
data/presets/highway/footway/_zebra.json
Normal file
29
data/presets/highway/footway/_zebra.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing",
|
||||
"crossing": "zebra"
|
||||
},
|
||||
"reference": {
|
||||
"key": "footway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"zebra crossing",
|
||||
"marked crossing",
|
||||
"crosswalk"
|
||||
],
|
||||
"name": "Marked Crosswalk",
|
||||
"searchable": false
|
||||
}
|
||||
46
data/presets/highway/footway/access_aisle.json
Normal file
46
data/presets/highway/footway/access_aisle.json
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"icon": "temaki-striped_zone",
|
||||
"fields": [
|
||||
"access_aisle",
|
||||
"width",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"access",
|
||||
"wheelchair"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"dog",
|
||||
"incline",
|
||||
"lit",
|
||||
"maxweight_bridge",
|
||||
"name",
|
||||
"ref",
|
||||
"smoothness",
|
||||
"stroller",
|
||||
"structure"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"accessible van loading zone",
|
||||
"disabled parking access zone",
|
||||
"handicap parking access zone",
|
||||
"parking lot aisle",
|
||||
"striped zone",
|
||||
"tow zone",
|
||||
"tow-away zone",
|
||||
"towaway zone",
|
||||
"wheelchair aisle"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"footway": "access_aisle"
|
||||
},
|
||||
"reference": {
|
||||
"key": "footway",
|
||||
"value": "access_aisle"
|
||||
},
|
||||
"name": "Access Aisle"
|
||||
}
|
||||
28
data/presets/highway/footway/conveying.json
Normal file
28
data/presets/highway/footway/conveying.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"name",
|
||||
"conveying",
|
||||
"access_simple",
|
||||
"lit",
|
||||
"width",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"moving sidewalk",
|
||||
"autwalk",
|
||||
"skywalk",
|
||||
"travolator",
|
||||
"travelator",
|
||||
"travellator",
|
||||
"conveyor"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"conveying": "*"
|
||||
},
|
||||
"name": "Moving Walkway"
|
||||
}
|
||||
38
data/presets/highway/footway/marked-raised.json
Normal file
38
data/presets/highway/footway/marked-raised.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"footway": "crossing",
|
||||
"crossing": "marked",
|
||||
"traffic_calming": "table"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing",
|
||||
"crossing": "marked",
|
||||
"traffic_calming": "table"
|
||||
},
|
||||
"reference": {
|
||||
"key": "traffic_calming",
|
||||
"value": "table"
|
||||
},
|
||||
"terms": [
|
||||
"zebra crossing",
|
||||
"marked crossing",
|
||||
"crosswalk",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
],
|
||||
"name": "Marked Crosswalk (Raised)"
|
||||
}
|
||||
33
data/presets/highway/footway/marked.json
Normal file
33
data/presets/highway/footway/marked.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"footway": "crossing",
|
||||
"crossing": "marked"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing",
|
||||
"crossing": "marked"
|
||||
},
|
||||
"reference": {
|
||||
"key": "footway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"marked foot path crossing",
|
||||
"marked crossing",
|
||||
"marked pedestrian crosswalk",
|
||||
"zebra crossing"
|
||||
],
|
||||
"name": "Marked Crosswalk"
|
||||
}
|
||||
22
data/presets/highway/footway/sidewalk.json
Normal file
22
data/presets/highway/footway/sidewalk.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"footway": "sidewalk"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "footway",
|
||||
"footway": "sidewalk"
|
||||
},
|
||||
"reference": {
|
||||
"key": "footway",
|
||||
"value": "sidewalk"
|
||||
},
|
||||
"terms": [
|
||||
"pavement",
|
||||
"sidepath"
|
||||
],
|
||||
"name": "Sidewalk"
|
||||
}
|
||||
35
data/presets/highway/footway/unmarked-raised.json
Normal file
35
data/presets/highway/footway/unmarked-raised.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"footway": "crossing",
|
||||
"crossing": "unmarked",
|
||||
"traffic_calming": "table"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing",
|
||||
"crossing": "unmarked",
|
||||
"traffic_calming": "table"
|
||||
},
|
||||
"reference": {
|
||||
"key": "traffic_calming",
|
||||
"value": "table"
|
||||
},
|
||||
"terms": [
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
],
|
||||
"name": "Unmarked Crossing (Raised)"
|
||||
}
|
||||
32
data/presets/highway/footway/unmarked.json
Normal file
32
data/presets/highway/footway/unmarked.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"tactile_paving",
|
||||
"crossing/island"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"footway": "crossing",
|
||||
"crossing": "unmarked"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing",
|
||||
"crossing": "unmarked"
|
||||
},
|
||||
"reference": {
|
||||
"key": "footway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"unmarked foot path crossing",
|
||||
"unmarked crosswalk",
|
||||
"unmarked pedestrian crossing"
|
||||
],
|
||||
"name": "Unmarked Crossing"
|
||||
}
|
||||
18
data/presets/highway/give_way.json
Normal file
18
data/presets/highway/give_way.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "temaki-yield",
|
||||
"fields": [
|
||||
"direction_vertex_dual"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "give_way"
|
||||
},
|
||||
"terms": [
|
||||
"give way",
|
||||
"yield",
|
||||
"sign"
|
||||
],
|
||||
"name": "Yield Sign"
|
||||
}
|
||||
32
data/presets/highway/living_street.json
Normal file
32
data/presets/highway/living_street.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"icon": "iD-highway-living-street",
|
||||
"fields": [
|
||||
"name",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"cycleway",
|
||||
"flood_prone",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxweight_bridge",
|
||||
"oneway/bicycle",
|
||||
"smoothness",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "living_street"
|
||||
},
|
||||
"name": "Living Street"
|
||||
}
|
||||
23
data/presets/highway/milestone.json
Normal file
23
data/presets/highway/milestone.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "temaki-milestone",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"distance",
|
||||
"direction_vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "milestone"
|
||||
},
|
||||
"terms": [
|
||||
"mile marker",
|
||||
"mile post",
|
||||
"mile stone",
|
||||
"mileage marker",
|
||||
"milemarker",
|
||||
"milepost"
|
||||
],
|
||||
"name": "Highway Milestone"
|
||||
}
|
||||
16
data/presets/highway/mini_roundabout.json
Normal file
16
data/presets/highway/mini_roundabout.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "maki-circle-stroked",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"traffic circle"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "mini_roundabout"
|
||||
},
|
||||
"fields": [
|
||||
"direction_clock"
|
||||
],
|
||||
"name": "Mini-Roundabout"
|
||||
}
|
||||
46
data/presets/highway/motorway.json
Normal file
46
data/presets/highway/motorway.json
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"icon": "iD-highway-motorway",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref_road_number",
|
||||
"oneway_yes",
|
||||
"maxspeed",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"charge_toll",
|
||||
"covered",
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxweight_bridge",
|
||||
"minspeed",
|
||||
"not/name",
|
||||
"smoothness",
|
||||
"toll",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "motorway"
|
||||
},
|
||||
"terms": [
|
||||
"autobahn",
|
||||
"expressway",
|
||||
"freeway",
|
||||
"highway",
|
||||
"interstate",
|
||||
"parkway",
|
||||
"road",
|
||||
"street",
|
||||
"thruway",
|
||||
"turnpike"
|
||||
],
|
||||
"name": "Motorway"
|
||||
}
|
||||
17
data/presets/highway/motorway_junction.json
Normal file
17
data/presets/highway/motorway_junction.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "temaki-junction",
|
||||
"fields": [
|
||||
"ref_highway_junction",
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "motorway_junction"
|
||||
},
|
||||
"terms": [
|
||||
"exit"
|
||||
],
|
||||
"name": "Motorway Junction / Exit"
|
||||
}
|
||||
45
data/presets/highway/motorway_link.json
Normal file
45
data/presets/highway/motorway_link.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"icon": "iD-highway-motorway-link",
|
||||
"fields": [
|
||||
"destination_oneway",
|
||||
"destination/ref_oneway",
|
||||
"junction/ref_oneway",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"charge_toll",
|
||||
"covered",
|
||||
"destination/symbol_oneway",
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"name",
|
||||
"ref_road_number",
|
||||
"smoothness",
|
||||
"toll",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "motorway_link"
|
||||
},
|
||||
"terms": [
|
||||
"exit",
|
||||
"ramp",
|
||||
"road",
|
||||
"street",
|
||||
"on ramp",
|
||||
"off ramp"
|
||||
],
|
||||
"name": "Motorway Link"
|
||||
}
|
||||
13
data/presets/highway/passing_place.json
Normal file
13
data/presets/highway/passing_place.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"icon": "maki-circle-stroked",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "passing_place"
|
||||
},
|
||||
"terms": [
|
||||
"turnout, pullout"
|
||||
],
|
||||
"name": "Passing Place"
|
||||
}
|
||||
44
data/presets/highway/path.json
Normal file
44
data/presets/highway/path.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"icon": "iD-other-line",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"dog",
|
||||
"gnis/feature_id",
|
||||
"horse_scale",
|
||||
"informal",
|
||||
"lit",
|
||||
"maxweight_bridge",
|
||||
"mtb/scale",
|
||||
"mtb/scale/imba",
|
||||
"mtb/scale/uphill",
|
||||
"not/name",
|
||||
"ref",
|
||||
"sac_scale",
|
||||
"smoothness",
|
||||
"stroller",
|
||||
"trail_visibility",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"hike",
|
||||
"hiking",
|
||||
"trackway",
|
||||
"trail",
|
||||
"walk"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "path"
|
||||
},
|
||||
"name": "Path"
|
||||
}
|
||||
25
data/presets/highway/path/boardwalk.json
Normal file
25
data/presets/highway/path/boardwalk.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "path",
|
||||
"bridge": "boardwalk"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "path",
|
||||
"bridge": "boardwalk",
|
||||
"surface": "wood"
|
||||
},
|
||||
"reference": {
|
||||
"key": "bridge",
|
||||
"value": "boardwalk"
|
||||
},
|
||||
"terms": [
|
||||
"pier",
|
||||
"plank walkway",
|
||||
"wooden raised foot path"
|
||||
],
|
||||
"name": "Boardwalk"
|
||||
}
|
||||
53
data/presets/highway/path/informal.json
Normal file
53
data/presets/highway/path/informal.json
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"icon": "iD-other-line",
|
||||
"fields": [
|
||||
"surface",
|
||||
"width",
|
||||
"access",
|
||||
"trail_visibility",
|
||||
"smoothness",
|
||||
"incline"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"dog",
|
||||
"horse_scale",
|
||||
"informal",
|
||||
"lit",
|
||||
"maxweight_bridge",
|
||||
"mtb/scale",
|
||||
"mtb/scale/imba",
|
||||
"mtb/scale/uphill",
|
||||
"sac_scale",
|
||||
"stroller",
|
||||
"structure",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"bootleg trail",
|
||||
"cow path",
|
||||
"desire line",
|
||||
"desire path",
|
||||
"desireline",
|
||||
"desirepath",
|
||||
"elephant path",
|
||||
"game trail",
|
||||
"goat track",
|
||||
"herd path",
|
||||
"pig trail",
|
||||
"shortcut",
|
||||
"social trail",
|
||||
"use trail"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "path",
|
||||
"informal": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "informal"
|
||||
},
|
||||
"name": "Informal Path"
|
||||
}
|
||||
26
data/presets/highway/pedestrian_area.json
Normal file
26
data/presets/highway/pedestrian_area.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"lit",
|
||||
"width",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "pedestrian"
|
||||
},
|
||||
"terms": [
|
||||
"center",
|
||||
"centre",
|
||||
"plaza",
|
||||
"quad",
|
||||
"square",
|
||||
"walkway"
|
||||
],
|
||||
"name": "Pedestrian Area"
|
||||
}
|
||||
33
data/presets/highway/pedestrian_line.json
Normal file
33
data/presets/highway/pedestrian_line.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"lit",
|
||||
"width",
|
||||
"oneway",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"incline",
|
||||
"maxweight_bridge",
|
||||
"smoothness"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "pedestrian"
|
||||
},
|
||||
"terms": [
|
||||
"center",
|
||||
"centre",
|
||||
"plaza",
|
||||
"quad",
|
||||
"square",
|
||||
"walkway"
|
||||
],
|
||||
"name": "Pedestrian Street"
|
||||
}
|
||||
42
data/presets/highway/primary.json
Normal file
42
data/presets/highway/primary.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"icon": "iD-highway-primary",
|
||||
"fields": [
|
||||
"name",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
"ref_road_number",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"charge_toll",
|
||||
"covered",
|
||||
"cycleway",
|
||||
"flood_prone",
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"not/name",
|
||||
"oneway/bicycle",
|
||||
"smoothness",
|
||||
"toll",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "primary"
|
||||
},
|
||||
"terms": [
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Primary Road"
|
||||
}
|
||||
48
data/presets/highway/primary_link.json
Normal file
48
data/presets/highway/primary_link.json
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"icon": "iD-highway-primary-link",
|
||||
"fields": [
|
||||
"destination_oneway",
|
||||
"destination/ref_oneway",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"charge_toll",
|
||||
"covered",
|
||||
"cycleway",
|
||||
"destination/symbol_oneway",
|
||||
"flood_prone",
|
||||
"incline",
|
||||
"junction_line",
|
||||
"junction/ref_oneway",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"name",
|
||||
"oneway/bicycle",
|
||||
"ref_road_number",
|
||||
"smoothness",
|
||||
"toll",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "primary_link"
|
||||
},
|
||||
"terms": [
|
||||
"on ramp",
|
||||
"off ramp",
|
||||
"ramp",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Primary Link"
|
||||
}
|
||||
34
data/presets/highway/raceway.json
Normal file
34
data/presets/highway/raceway.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"icon": "temaki-speedway_oval",
|
||||
"fields": [
|
||||
"name",
|
||||
"oneway",
|
||||
"surface",
|
||||
"sport_racing_motor",
|
||||
"lit",
|
||||
"width",
|
||||
"lanes",
|
||||
"structure"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "raceway"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "raceway",
|
||||
"sport": "motor"
|
||||
},
|
||||
"terms": [
|
||||
"auto*",
|
||||
"formula one",
|
||||
"kart",
|
||||
"motocross",
|
||||
"nascar",
|
||||
"race*",
|
||||
"track"
|
||||
],
|
||||
"name": "Motorsport Racetrack"
|
||||
}
|
||||
28
data/presets/highway/raceway/karting.json
Normal file
28
data/presets/highway/raceway/karting.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "temaki-speedway_8",
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "raceway",
|
||||
"sport": "karting"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "karting"
|
||||
},
|
||||
"terms": [
|
||||
"carting",
|
||||
"go carts",
|
||||
"go karts",
|
||||
"go-karts",
|
||||
"gokarts",
|
||||
"kart racing",
|
||||
"karting track",
|
||||
"motorsports",
|
||||
"shifter karts",
|
||||
"superkarts"
|
||||
],
|
||||
"name": "Karting Racetrack"
|
||||
}
|
||||
23
data/presets/highway/raceway/motocross.json
Normal file
23
data/presets/highway/raceway/motocross.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "fas-motorcycle",
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "raceway",
|
||||
"sport": "motocross"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "motocross"
|
||||
},
|
||||
"terms": [
|
||||
"off-road racing",
|
||||
"offroad moto racing",
|
||||
"motocross circuit",
|
||||
"motorcycle track",
|
||||
"motorsports"
|
||||
],
|
||||
"name": "Motocross Racetrack"
|
||||
}
|
||||
39
data/presets/highway/residential.json
Normal file
39
data/presets/highway/residential.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"icon": "iD-highway-residential",
|
||||
"fields": [
|
||||
"name",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"cycleway",
|
||||
"flood_prone",
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"not/name",
|
||||
"oneway/bicycle",
|
||||
"smoothness",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "residential"
|
||||
},
|
||||
"terms": [
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Residential Road"
|
||||
}
|
||||
29
data/presets/highway/rest_area.json
Normal file
29
data/presets/highway/rest_area.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"icon": "maki-car",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"moreFields": [
|
||||
"address",
|
||||
"email",
|
||||
"fax",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "rest_area"
|
||||
},
|
||||
"terms": [
|
||||
"rest stop"
|
||||
],
|
||||
"name": "Rest Area"
|
||||
}
|
||||
21
data/presets/highway/road.json
Normal file
21
data/presets/highway/road.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "iD-other-line",
|
||||
"fields": [
|
||||
"highway",
|
||||
"{highway/residential}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/residential}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "road"
|
||||
},
|
||||
"terms": [
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Unknown Road"
|
||||
}
|
||||
24
data/presets/highway/road/bridge.json
Normal file
24
data/presets/highway/road/bridge.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"icon": "iD-other-line",
|
||||
"fields": [
|
||||
"highway",
|
||||
"{highway/residential}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/residential}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "road",
|
||||
"bridge": "*"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "road",
|
||||
"bridge": "yes",
|
||||
"layer": "1"
|
||||
},
|
||||
"name": "Unknown Road Bridge",
|
||||
"matchScore": 0.25
|
||||
}
|
||||
20
data/presets/highway/secondary.json
Normal file
20
data/presets/highway/secondary.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "iD-highway-secondary",
|
||||
"fields": [
|
||||
"{highway/primary}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/primary}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "secondary"
|
||||
},
|
||||
"terms": [
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Secondary Road"
|
||||
}
|
||||
23
data/presets/highway/secondary_link.json
Normal file
23
data/presets/highway/secondary_link.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "iD-highway-secondary-link",
|
||||
"fields": [
|
||||
"{highway/primary_link}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/primary_link}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "secondary_link"
|
||||
},
|
||||
"terms": [
|
||||
"on ramp",
|
||||
"off ramp",
|
||||
"ramp",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Secondary Link"
|
||||
}
|
||||
38
data/presets/highway/service.json
Normal file
38
data/presets/highway/service.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"icon": "iD-highway-service",
|
||||
"fields": [
|
||||
"name",
|
||||
"service",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"covered",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"flood_prone",
|
||||
"incline",
|
||||
"lanes",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"oneway/bicycle",
|
||||
"smoothness",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "service"
|
||||
},
|
||||
"terms": [
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Service Road"
|
||||
}
|
||||
15
data/presets/highway/service/alley.json
Normal file
15
data/presets/highway/service/alley.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "iD-highway-service",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "service",
|
||||
"service": "alley"
|
||||
},
|
||||
"reference": {
|
||||
"key": "service",
|
||||
"value": "alley"
|
||||
},
|
||||
"name": "Alley"
|
||||
}
|
||||
15
data/presets/highway/service/drive-through.json
Normal file
15
data/presets/highway/service/drive-through.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "iD-highway-service",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "service",
|
||||
"service": "drive-through"
|
||||
},
|
||||
"reference": {
|
||||
"key": "service",
|
||||
"value": "drive-through"
|
||||
},
|
||||
"name": "Drive-Through"
|
||||
}
|
||||
15
data/presets/highway/service/driveway.json
Normal file
15
data/presets/highway/service/driveway.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "iD-highway-service",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "service",
|
||||
"service": "driveway"
|
||||
},
|
||||
"reference": {
|
||||
"key": "service",
|
||||
"value": "driveway"
|
||||
},
|
||||
"name": "Driveway"
|
||||
}
|
||||
15
data/presets/highway/service/emergency_access.json
Normal file
15
data/presets/highway/service/emergency_access.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "iD-highway-service",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "service",
|
||||
"service": "emergency_access"
|
||||
},
|
||||
"reference": {
|
||||
"key": "service",
|
||||
"value": "emergency_access"
|
||||
},
|
||||
"name": "Emergency Access"
|
||||
}
|
||||
15
data/presets/highway/service/parking_aisle.json
Normal file
15
data/presets/highway/service/parking_aisle.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "iD-highway-service",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "service",
|
||||
"service": "parking_aisle"
|
||||
},
|
||||
"reference": {
|
||||
"key": "service",
|
||||
"value": "parking_aisle"
|
||||
},
|
||||
"name": "Parking Aisle"
|
||||
}
|
||||
23
data/presets/highway/services.json
Normal file
23
data/presets/highway/services.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "maki-car",
|
||||
"fields": [
|
||||
"{highway/rest_area}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/rest_area}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "services"
|
||||
},
|
||||
"terms": [
|
||||
"services",
|
||||
"travel plaza",
|
||||
"service station"
|
||||
],
|
||||
"name": "Service Area"
|
||||
}
|
||||
17
data/presets/highway/speed_camera.json
Normal file
17
data/presets/highway/speed_camera.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "temaki-security_camera",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"direction",
|
||||
"ref",
|
||||
"maxspeed"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "speed_camera"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Speed Camera"
|
||||
}
|
||||
36
data/presets/highway/steps.json
Normal file
36
data/presets/highway/steps.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"icon": "iD-highway-steps",
|
||||
"fields": [
|
||||
"incline_steps",
|
||||
"access_simple",
|
||||
"handrail",
|
||||
"step_count",
|
||||
"tactile_paving",
|
||||
"surface",
|
||||
"width"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"dog",
|
||||
"indoor",
|
||||
"level_semi",
|
||||
"lit",
|
||||
"name",
|
||||
"ref",
|
||||
"ramp",
|
||||
"stroller",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "steps"
|
||||
},
|
||||
"terms": [
|
||||
"stairs",
|
||||
"staircase",
|
||||
"stairway"
|
||||
],
|
||||
"name": "Steps"
|
||||
}
|
||||
30
data/presets/highway/steps/conveying.json
Normal file
30
data/presets/highway/steps/conveying.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "maki-entrance",
|
||||
"fields": [
|
||||
"incline_steps",
|
||||
"conveying",
|
||||
"access_simple",
|
||||
"indoor",
|
||||
"level_semi",
|
||||
"width"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/steps}",
|
||||
"handrail",
|
||||
"step_count",
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"moving staircase",
|
||||
"moving stairway",
|
||||
"people mover"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "steps",
|
||||
"conveying": "*"
|
||||
},
|
||||
"name": "Escalator"
|
||||
}
|
||||
19
data/presets/highway/stop.json
Normal file
19
data/presets/highway/stop.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "temaki-stop",
|
||||
"fields": [
|
||||
"stop",
|
||||
"direction_vertex"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "stop"
|
||||
},
|
||||
"terms": [
|
||||
"stop",
|
||||
"halt",
|
||||
"sign"
|
||||
],
|
||||
"name": "Stop Sign"
|
||||
}
|
||||
25
data/presets/highway/street_lamp.json
Normal file
25
data/presets/highway/street_lamp.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "temaki-street_lamp_arm",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "street_lamp"
|
||||
},
|
||||
"fields": [
|
||||
"lamp_type",
|
||||
"lamp_mount",
|
||||
"direction",
|
||||
"height",
|
||||
"ref"
|
||||
],
|
||||
"terms": [
|
||||
"streetlight",
|
||||
"street light",
|
||||
"lamp",
|
||||
"light",
|
||||
"gaslight"
|
||||
],
|
||||
"name": "Street Lamp"
|
||||
}
|
||||
20
data/presets/highway/tertiary.json
Normal file
20
data/presets/highway/tertiary.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "iD-highway-tertiary",
|
||||
"fields": [
|
||||
"{highway/primary}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/primary}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "tertiary"
|
||||
},
|
||||
"terms": [
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Tertiary Road"
|
||||
}
|
||||
23
data/presets/highway/tertiary_link.json
Normal file
23
data/presets/highway/tertiary_link.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "iD-highway-tertiary-link",
|
||||
"fields": [
|
||||
"{highway/primary_link}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/primary_link}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "tertiary_link"
|
||||
},
|
||||
"terms": [
|
||||
"on ramp",
|
||||
"off ramp",
|
||||
"ramp",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Tertiary Link"
|
||||
}
|
||||
33
data/presets/highway/toll_gantry.json
Normal file
33
data/presets/highway/toll_gantry.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"notCountryCodes": [
|
||||
"de"
|
||||
],
|
||||
"icon": "temaki-toll_gantry",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"access",
|
||||
"maxheight",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi"
|
||||
],
|
||||
"moreFields": [
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "toll_gantry"
|
||||
},
|
||||
"terms": [
|
||||
"license plate camera toll",
|
||||
"cashless toll",
|
||||
"electronic toll",
|
||||
"free-flow toll",
|
||||
"toll gantry",
|
||||
"transponder toll"
|
||||
],
|
||||
"name": "Open Road Toll"
|
||||
}
|
||||
53
data/presets/highway/track.json
Normal file
53
data/presets/highway/track.json
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"icon": "fas-truck-monster",
|
||||
"fields": [
|
||||
"name",
|
||||
"tracktype",
|
||||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline",
|
||||
"smoothness"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"flood_prone",
|
||||
"horse_scale",
|
||||
"maxweight_bridge",
|
||||
"mtb/scale",
|
||||
"mtb/scale/imba",
|
||||
"mtb/scale/uphill",
|
||||
"stroller",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "track"
|
||||
},
|
||||
"terms": [
|
||||
"woods road",
|
||||
"forest road",
|
||||
"logging road",
|
||||
"fire road",
|
||||
"farm road",
|
||||
"agricultural road",
|
||||
"ranch road",
|
||||
"carriage road",
|
||||
"primitive",
|
||||
"unmaintained",
|
||||
"rut",
|
||||
"offroad",
|
||||
"4wd",
|
||||
"4x4",
|
||||
"four wheel drive",
|
||||
"atv",
|
||||
"quad",
|
||||
"jeep",
|
||||
"double track",
|
||||
"two track"
|
||||
],
|
||||
"name": "Unmaintained Track Road"
|
||||
}
|
||||
25
data/presets/highway/traffic_mirror.json
Normal file
25
data/presets/highway/traffic_mirror.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "maki-circle-stroked",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"direction"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "traffic_mirror"
|
||||
},
|
||||
"terms": [
|
||||
"blind spot",
|
||||
"convex",
|
||||
"corner",
|
||||
"curved",
|
||||
"roadside",
|
||||
"round",
|
||||
"safety",
|
||||
"sphere",
|
||||
"visibility"
|
||||
],
|
||||
"name": "Traffic Mirror"
|
||||
}
|
||||
19
data/presets/highway/traffic_signals.json
Normal file
19
data/presets/highway/traffic_signals.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "temaki-traffic_signals",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "traffic_signals"
|
||||
},
|
||||
"fields": [
|
||||
"traffic_signals",
|
||||
"traffic_signals/direction"
|
||||
],
|
||||
"terms": [
|
||||
"light",
|
||||
"stoplight",
|
||||
"traffic light"
|
||||
],
|
||||
"name": "Traffic Signals"
|
||||
}
|
||||
35
data/presets/highway/trailhead.json
Normal file
35
data/presets/highway/trailhead.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"icon": "fas-hiking",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"ele_node",
|
||||
"address",
|
||||
"access_simple",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee"
|
||||
],
|
||||
"moreFields": [
|
||||
"gnis/feature_id",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "trailhead"
|
||||
},
|
||||
"terms": [
|
||||
"hiking",
|
||||
"mile zero",
|
||||
"mountain biking",
|
||||
"mountaineering",
|
||||
"trail endpoint",
|
||||
"trail start",
|
||||
"staging area",
|
||||
"trekking"
|
||||
],
|
||||
"name": "Trailhead"
|
||||
}
|
||||
38
data/presets/highway/trunk.json
Normal file
38
data/presets/highway/trunk.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"icon": "iD-highway-trunk",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref_road_number",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"charge_toll",
|
||||
"covered",
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxweight_bridge",
|
||||
"minspeed",
|
||||
"not/name",
|
||||
"smoothness",
|
||||
"toll",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "trunk"
|
||||
},
|
||||
"terms": [
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Trunk Road"
|
||||
}
|
||||
23
data/presets/highway/trunk_link.json
Normal file
23
data/presets/highway/trunk_link.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "iD-highway-trunk-link",
|
||||
"fields": [
|
||||
"{highway/motorway_link}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/motorway_link}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "trunk_link"
|
||||
},
|
||||
"terms": [
|
||||
"on ramp",
|
||||
"off ramp",
|
||||
"ramp",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Trunk Link"
|
||||
}
|
||||
13
data/presets/highway/turning_circle.json
Normal file
13
data/presets/highway/turning_circle.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"icon": "maki-circle-stroked",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "turning_circle"
|
||||
},
|
||||
"terms": [
|
||||
"cul-de-sac"
|
||||
],
|
||||
"name": "Turning Circle"
|
||||
}
|
||||
13
data/presets/highway/turning_loop.json
Normal file
13
data/presets/highway/turning_loop.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"icon": "maki-circle",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "turning_loop"
|
||||
},
|
||||
"terms": [
|
||||
"cul-de-sac"
|
||||
],
|
||||
"name": "Turning Loop (Island)"
|
||||
}
|
||||
20
data/presets/highway/unclassified.json
Normal file
20
data/presets/highway/unclassified.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "iD-highway-unclassified",
|
||||
"fields": [
|
||||
"{highway/residential}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/residential}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "unclassified"
|
||||
},
|
||||
"terms": [
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"name": "Minor/Unclassified Road"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue