Add public_transport=stop_area relation preset

This commit is contained in:
Bryan Housel
2017-12-03 14:04:50 -05:00
parent c83eddff10
commit 4caed18118
2 changed files with 32 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@
"relation": [
"category-route",
"category-restriction",
"public_transport/stop_area",
"type/boundary",
"type/waterway",
"type/multipolygon",
@@ -0,0 +1,31 @@
{
"icon": "bus",
"fields": [
"name",
"ref",
"network",
"operator"
],
"geometry": [
"relation"
],
"tags": {
"type": "public_transport",
"public_transport": "stop_area"
},
"addTags": {
"type": "public_transport",
"public_transport": "stop_area",
"public_transport:version": "2"
},
"removeTags": {
"type": "public_transport",
"public_transport": "stop_area",
"public_transport:version": "2"
},
"reference": {
"key": "public_transport",
"value": "stop_area"
},
"name": "Transit Stop Area"
}