mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Remove dropdown to change cycleway on both sides
This commit is contained in:
+1
-2
@@ -252,7 +252,7 @@ en:
|
||||
# 'cuisine=*'
|
||||
label: Cuisine
|
||||
cycleway:
|
||||
# 'cycleway=*, cycleway:left=*, cycleway:right=*'
|
||||
# 'cycleway:left=*, cycleway:right=*'
|
||||
label: Bike Lanes
|
||||
options:
|
||||
# lane=yes
|
||||
@@ -286,7 +286,6 @@ en:
|
||||
# cycleway field placeholder
|
||||
placeholder: none
|
||||
types:
|
||||
cycleway: Both sides
|
||||
'cycleway:left': Left side
|
||||
'cycleway:right': Right side
|
||||
delivery:
|
||||
|
||||
@@ -323,7 +323,6 @@
|
||||
},
|
||||
"cycleway": {
|
||||
"keys": [
|
||||
"cycleway",
|
||||
"cycleway:left",
|
||||
"cycleway:right"
|
||||
],
|
||||
@@ -335,7 +334,6 @@
|
||||
"placeholder": "none",
|
||||
"strings": {
|
||||
"types": {
|
||||
"cycleway": "Both sides",
|
||||
"cycleway:left": "Left side",
|
||||
"cycleway:right": "Right side"
|
||||
},
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"keys": ["cycleway", "cycleway:left", "cycleway:right"],
|
||||
"keys": ["cycleway:left", "cycleway:right"],
|
||||
"reference": {"key": "cycleway"},
|
||||
"type": "cycleway",
|
||||
"label": "Bike Lanes",
|
||||
"placeholder": "none",
|
||||
"strings": {
|
||||
"types": {
|
||||
"cycleway": "Both sides",
|
||||
"cycleway:left": "Left side",
|
||||
"cycleway:right": "Right side"
|
||||
},
|
||||
|
||||
@@ -4036,8 +4036,7 @@
|
||||
"mtb/scale",
|
||||
"mtb/scale/uphill",
|
||||
"mtb/scale/imba",
|
||||
"ref",
|
||||
"cycleway"
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
@@ -4466,8 +4465,7 @@
|
||||
"smoothness",
|
||||
"mtb/scale",
|
||||
"mtb/scale/uphill",
|
||||
"mtb/scale/imba",
|
||||
"cycleway"
|
||||
"mtb/scale/imba"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
Vendored
-1
@@ -790,7 +790,6 @@
|
||||
"label": "Bike Lanes",
|
||||
"placeholder": "none",
|
||||
"types": {
|
||||
"cycleway": "Both sides",
|
||||
"cycleway:left": "Left side",
|
||||
"cycleway:right": "Right side"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user