mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Add style and route-horse icon, rename per #3066
This commit is contained in:
@@ -917,6 +917,7 @@ path.stroke.tag-highway-cycleway {
|
||||
stroke: #58a9ed;
|
||||
}
|
||||
|
||||
.preset-icon .icon.tag-route-horse,
|
||||
.preset-icon .icon.highway-bridleway {
|
||||
color: #e06d5f;
|
||||
fill: #fff;
|
||||
|
||||
+2
-2
@@ -3735,8 +3735,8 @@ en:
|
||||
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>"
|
||||
name: Riding Route
|
||||
terms: "<translate with synonyms or related terms for 'Riding Route', separated by commas>"
|
||||
type/route/pipeline:
|
||||
# 'type=route, route=pipeline'
|
||||
name: Pipeline Route
|
||||
|
||||
@@ -114,8 +114,8 @@
|
||||
"type/route/road",
|
||||
"type/route/bicycle",
|
||||
"type/route/foot",
|
||||
"type/route/horse",
|
||||
"type/route/hiking",
|
||||
"type/route/horse",
|
||||
"type/route/bus",
|
||||
"type/route/train",
|
||||
"type/route/tram",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"type/route/road",
|
||||
"type/route/bicycle",
|
||||
"type/route/foot",
|
||||
"type/route/horse",
|
||||
"type/route/hiking",
|
||||
"type/route/horse",
|
||||
"type/route/bus",
|
||||
"type/route/train",
|
||||
"type/route/tram",
|
||||
|
||||
@@ -10568,8 +10568,8 @@
|
||||
"type": "route",
|
||||
"route": "horse"
|
||||
},
|
||||
"name": "Bridle Route",
|
||||
"icon": "route-foot",
|
||||
"name": "Riding Route",
|
||||
"icon": "route-horse",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"type": "route",
|
||||
"route": "horse"
|
||||
},
|
||||
"name": "Bridle Route",
|
||||
"icon": "route-foot",
|
||||
"name": "Riding Route",
|
||||
"icon": "route-horse",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator"
|
||||
|
||||
Vendored
+1
-1
@@ -3966,7 +3966,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"type/route/horse": {
|
||||
"name": "Bridle Route",
|
||||
"name": "Riding Route",
|
||||
"terms": ""
|
||||
},
|
||||
"type/route/pipeline": {
|
||||
|
||||
Reference in New Issue
Block a user