Merge pull request #1785 from tyrasd/hiking-route-preset

add preset for route=hiking relations
This commit is contained in:
Tom MacWright
2013-09-13 14:41:32 -07:00
6 changed files with 44 additions and 3 deletions

View File

@@ -1197,6 +1197,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>"

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",

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"
]
}
}

View File

@@ -4984,6 +4984,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"

View File

@@ -0,0 +1,16 @@
{
"geometry": [
"relation"
],
"tags": {
"type": "route",
"route": "hiking"
},
"name": "Hiking Route",
"icon": "route-foot",
"fields": [
"ref",
"operator",
"network"
]
}

View File

@@ -1994,6 +1994,10 @@
"name": "Foot Route",
"terms": ""
},
"type/route/hiking": {
"name": "Hiking Route",
"terms": ""
},
"type/route/pipeline": {
"name": "Pipeline Route",
"terms": ""