add preset for route=horse relations

This commit is contained in:
Kushan Joshi
2016-04-15 21:14:23 +05:30
committed by Bryan Housel
parent 7bff5d369f
commit cdfe2435f2
7 changed files with 44 additions and 0 deletions
+4
View File
@@ -3733,6 +3733,10 @@ en:
# 'type=route, route=hiking'
name: Hiking Route
terms: "<translate with synonyms or related terms for 'Hiking Route', separated by commas>"
type/route/horse:
# 'type=route, route=horse'
name: Bridle Route
terms: "<translate with synonyms or related terms for 'Bridle Route', separated by commas>"
type/route/pipeline:
# 'type=route, route=pipeline'
name: Pipeline Route
+1
View File
@@ -114,6 +114,7 @@
"type/route/road",
"type/route/bicycle",
"type/route/foot",
"type/route/horse",
"type/route/hiking",
"type/route/bus",
"type/route/train",
+1
View File
@@ -6,6 +6,7 @@
"type/route/road",
"type/route/bicycle",
"type/route/foot",
"type/route/horse",
"type/route/hiking",
"type/route/bus",
"type/route/train",
+15
View File
@@ -10560,6 +10560,21 @@
"network"
]
},
"type/route/horse": {
"geometry": [
"relation"
],
"tags": {
"type": "route",
"route": "horse"
},
"name": "Bridle Route",
"icon": "route-foot",
"fields": [
"ref",
"operator"
]
},
"type/route/pipeline": {
"geometry": [
"relation"
@@ -0,0 +1,15 @@
{
"geometry": [
"relation"
],
"tags": {
"type": "route",
"route": "horse"
},
"name": "Bridle Route",
"icon": "route-foot",
"fields": [
"ref",
"operator"
]
}
+4
View File
@@ -2438,6 +2438,10 @@
"key": "route",
"value": "hiking"
},
{
"key": "route",
"value": "horse"
},
{
"key": "route",
"value": "pipeline"
+4
View File
@@ -3965,6 +3965,10 @@
"name": "Hiking Route",
"terms": ""
},
"type/route/horse": {
"name": "Bridle Route",
"terms": ""
},
"type/route/pipeline": {
"name": "Pipeline Route",
"terms": ""