add preset for route=hiking relations

This commit is contained in:
tyr
2013-09-06 10:39:24 +02:00
parent 36eb0ecd94
commit ca8f650b53
6 changed files with 44 additions and 3 deletions
+3
View File
@@ -1194,6 +1194,9 @@ en:
type/route/foot:
name: Foot Route
terms: "<translate with synonyms or related terms for 'Foot Route', separated by commas>"
type/route/hiking:
name: Hiking Route
terms: "<translate with synonyms or related terms for 'Hiking Route', separated by commas>"
type/route/pipeline:
name: Pipeline Route
terms: "<translate with synonyms or related terms for 'Pipeline Route', separated by commas>"
+2 -1
View File
@@ -68,8 +68,9 @@
"icon": "route",
"members": [
"type/route/road",
"type/route/foot",
"type/route/bicycle",
"type/route/foot",
"type/route/hiking",
"type/route/bus",
"type/route/train",
"type/route/tram",
+3 -2
View File
@@ -4,8 +4,9 @@
"icon": "route",
"members": [
"type/route/road",
"type/route/foot",
"type/route/bicycle",
"type/route/foot",
"type/route/hiking",
"type/route/bus",
"type/route/train",
"type/route/tram",
@@ -16,4 +17,4 @@
"type/route_master",
"type/route"
]
}
}
+16
View File
@@ -4966,6 +4966,22 @@
"network"
]
},
"type/route/hiking": {
"geometry": [
"relation"
],
"tags": {
"type": "route",
"route": "hiking"
},
"name": "Hiking Route",
"icon": "route-foot",
"fields": [
"ref",
"operator",
"network"
]
},
"type/route/pipeline": {
"geometry": [
"relation"
@@ -0,0 +1,16 @@
{
"geometry": [
"relation"
],
"tags": {
"type": "route",
"route": "hiking"
},
"name": "Hiking Route",
"icon": "route-foot",
"fields": [
"ref",
"operator",
"network"
]
}
+4
View File
@@ -1990,6 +1990,10 @@
"name": "Foot Route",
"terms": ""
},
"type/route/hiking": {
"name": "Hiking Route",
"terms": ""
},
"type/route/pipeline": {
"name": "Pipeline Route",
"terms": ""