diff --git a/data/fields/cycleway.json b/data/fields/cycleway.json index b1fad8aa..c9b36a72 100644 --- a/data/fields/cycleway.json +++ b/data/fields/cycleway.json @@ -9,45 +9,46 @@ }, "type": "cycleway", "label": "Bike Lanes", - "placeholder": "none", + "placeholder": "Lane, Track, Contraflow, …", "strings": { "types": { - "cycleway:left": "Left side", - "cycleway:right": "Right side" + "cycleway:left": "Left Side", + "cycleway:right": "Right Side" }, "options": { - "none": { + "no": { "title": "None", "description": "No bike lane" }, "lane": { - "title": "Standard bike lane", + "title": "Standard Bike Lane", "description": "A bike lane separated from auto traffic by a painted line" }, "shared_lane": { - "title": "Shared bike lane", + "title": "Shared Bike Lane", "description": "A bike lane with no separation from auto traffic" }, "track": { - "title": "Bike track", + "title": "Bike Track", "description": "A bike lane separated from traffic by a physical barrier" }, "share_busway": { - "title": "Bike lane shared with bus", + "title": "Bike Lane Shared With Bus", "description": "A bike lane shared with a bus lane" }, "opposite_lane": { - "title": "Opposite bike lane", + "title": "Opposite Bike Lane", "description": "A bike lane that travels in the opposite direction of traffic" }, "opposite": { - "title": "Contraflow bike lane", + "title": "Contraflow Bike Lane", "description": "A bike lane that travels in both directions on a one-way street" }, "separate": { - "title": "Cycleway mapped separately", + "title": "Cycleway Mapped Separately", "description": "Indicates that cycleway was mapped as a separate geometry" } } - } + }, + "autoSuggestions": true } diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index b1591d5a..afe0f54e 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -946,34 +946,34 @@ en: options: lane: description: A bike lane separated from auto traffic by a painted line - title: Standard bike lane - none: + title: Standard Bike Lane + 'no': description: No bike lane title: None opposite: description: A bike lane that travels in both directions on a one-way street - title: Contraflow bike lane + title: Contraflow Bike Lane opposite_lane: description: A bike lane that travels in the opposite direction of traffic - title: Opposite bike lane + title: Opposite Bike Lane separate: description: Indicates that cycleway was mapped as a separate geometry - title: Cycleway mapped separately + title: Cycleway Mapped Separately share_busway: description: A bike lane shared with a bus lane - title: Bike lane shared with bus + title: Bike Lane Shared With Bus shared_lane: description: A bike lane with no separation from auto traffic - title: Shared bike lane + title: Shared Bike Lane track: description: A bike lane separated from traffic by a physical barrier - title: Bike track + title: Bike Track # cycleway field placeholder - placeholder: none + placeholder: Lane, Track, Contraflow, … terms: '[translate with synonyms or related terms for ''Bike Lanes'', separated by commas]' types: - cycleway:left: Left side - cycleway:right: Right side + cycleway:left: Left Side + cycleway:right: Right Side dance/style: # dance:style=* label: Dance Styles