Use "none" as cycleway field placeholder

Ensure "no" is not saved to OSM
This commit is contained in:
Eric Brelsford
2015-06-09 15:15:48 -04:00
parent 31c57c01ce
commit a5dfee71b1
5 changed files with 13 additions and 20 deletions
+3 -3
View File
@@ -259,8 +259,8 @@ en:
lane:
description: A bike lane separated from auto traffic by a painted line
title: Standard bike lane
# no=yes
'no':
# none=yes
none:
description: No bike lane
title: None
# opposite=yes
@@ -284,7 +284,7 @@ en:
description: A bike lane separated from traffic by a physical barrier
title: Bike track
# cycleway field placeholder
placeholder: 'lane, shared lane'
placeholder: none
types:
cycleway: Both sides
'cycleway:left': Left side
+2 -2
View File
@@ -332,7 +332,7 @@
},
"type": "cycleway",
"label": "Bike Lanes",
"placeholder": "lane, shared lane",
"placeholder": "none",
"strings": {
"types": {
"cycleway": "Both sides",
@@ -340,7 +340,7 @@
"cycleway:right": "Right side"
},
"options": {
"no": {
"none": {
"title": "None",
"description": "No bike lane"
},
+2 -2
View File
@@ -3,7 +3,7 @@
"reference": {"key": "cycleway"},
"type": "cycleway",
"label": "Bike Lanes",
"placeholder": "lane, shared lane",
"placeholder": "none",
"strings": {
"types": {
"cycleway": "Both sides",
@@ -11,7 +11,7 @@
"cycleway:right": "Right side"
},
"options": {
"no": {
"none": {
"title": "None",
"description": "No bike lane"
},