mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
add preset for route=horse relations
This commit is contained in:
committed by
Bryan Housel
parent
7bff5d369f
commit
cdfe2435f2
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -2438,6 +2438,10 @@
|
||||
"key": "route",
|
||||
"value": "hiking"
|
||||
},
|
||||
{
|
||||
"key": "route",
|
||||
"value": "horse"
|
||||
},
|
||||
{
|
||||
"key": "route",
|
||||
"value": "pipeline"
|
||||
|
||||
Vendored
+4
@@ -3965,6 +3965,10 @@
|
||||
"name": "Hiking Route",
|
||||
"terms": ""
|
||||
},
|
||||
"type/route/horse": {
|
||||
"name": "Bridle Route",
|
||||
"terms": ""
|
||||
},
|
||||
"type/route/pipeline": {
|
||||
"name": "Pipeline Route",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user