mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Add crossing preset
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
"other"
|
||||
],
|
||||
"vertex": [
|
||||
"crossing",
|
||||
"turning circle",
|
||||
"other"
|
||||
]
|
||||
|
||||
@@ -1808,5 +1808,27 @@
|
||||
"terms": []
|
||||
},
|
||||
"icon": "circle"
|
||||
},
|
||||
{
|
||||
"name": "crossing",
|
||||
"match": {
|
||||
"type": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"crosswalk",
|
||||
"zebra crossing"
|
||||
]
|
||||
},
|
||||
"icon": "",
|
||||
"form": [
|
||||
{
|
||||
"key": "crossing",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "crossing",
|
||||
"match": {
|
||||
"type": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"crosswalk",
|
||||
"zebra crossing"
|
||||
]
|
||||
},
|
||||
"icon": "",
|
||||
"form": [
|
||||
{
|
||||
"key": "crossing",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -83,5 +83,6 @@
|
||||
"leisure/pitch/basketball",
|
||||
"building/*",
|
||||
"highway/bus_stop",
|
||||
"highway/turning_circle"
|
||||
"highway/turning_circle",
|
||||
"highway/crossing"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user