Add crossing preset

This commit is contained in:
John Firebaugh
2013-03-07 21:19:03 -08:00
parent a8eb59a502
commit b05082302e
4 changed files with 47 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@
"other"
],
"vertex": [
"crossing",
"turning circle",
"other"
]
+22
View File
@@ -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"
}
]
}
+2 -1
View File
@@ -83,5 +83,6 @@
"leisure/pitch/basketball",
"building/*",
"highway/bus_stop",
"highway/turning_circle"
"highway/turning_circle",
"highway/crossing"
]