Remove dropdown to change cycleway on both sides

This commit is contained in:
Eric Brelsford
2015-06-15 13:23:16 -04:00
parent e098c3a372
commit 1814133371
5 changed files with 4 additions and 11 deletions
+1 -2
View File
@@ -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:
-2
View File
@@ -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 -2
View File
@@ -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"
},
+2 -4
View File
@@ -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"
-1
View File
@@ -790,7 +790,6 @@
"label": "Bike Lanes",
"placeholder": "none",
"types": {
"cycleway": "Both sides",
"cycleway:left": "Left side",
"cycleway:right": "Right side"
},