Add traffic signals preset

This commit is contained in:
John Firebaugh
2013-03-14 15:50:46 -07:00
parent 024ea30cb3
commit 4d830455e0
2 changed files with 28 additions and 0 deletions

View File

@@ -1004,6 +1004,20 @@
},
"terms": []
},
{
"name": "traffic signals",
"geometry": [
"vertex"
],
"tags": {
"highway": "traffic_signals"
},
"terms": [
"light",
"stoplight",
"traffic light"
]
},
{
"name": "trunk highway",
"icon": "highway-trunk",

View File

@@ -0,0 +1,14 @@
{
"name": "traffic signals",
"geometry": [
"vertex"
],
"tags": {
"highway": "traffic_signals"
},
"terms": [
"light",
"stoplight",
"traffic light"
]
}