diff --git a/data/presets.yaml b/data/presets.yaml index d445cc66d..9e5478008 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -742,6 +742,11 @@ en: recycling/type: # 'recycling_type=*' label: Recycling Type + options: + # recycling_type=centre + centre: Recycling Center + # recycling_type=container + container: Container ref: # 'ref=*' label: Reference diff --git a/data/presets/fields.json b/data/presets/fields.json index 644467052..b0a772109 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -947,7 +947,13 @@ "recycling/type": { "key": "recycling_type", "type": "combo", - "label": "Recycling Type" + "label": "Recycling Type", + "strings": { + "options": { + "container": "Container", + "centre": "Recycling Center" + } + } }, "ref": { "key": "ref", diff --git a/data/presets/fields/recycling/type.json b/data/presets/fields/recycling/type.json index 1e35805f1..e6d44574b 100644 --- a/data/presets/fields/recycling/type.json +++ b/data/presets/fields/recycling/type.json @@ -1,5 +1,11 @@ { "key": "recycling_type", "type": "combo", - "label": "Recycling Type" + "label": "Recycling Type", + "strings": { + "options": { + "container": "Container", + "centre": "Recycling Center" + } + } } diff --git a/data/presets/presets.json b/data/presets/presets.json index 8654d8510..137b7b89b 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1478,7 +1478,7 @@ "name": "Ranger Station" }, "amenity/recycling": { - "icon": "recycling", + "icon": "waste-basket", "fields": [ "operator", "address", diff --git a/data/presets/presets/amenity/recycling.json b/data/presets/presets/amenity/recycling.json index 07685e18e..5a19e20f3 100644 --- a/data/presets/presets/amenity/recycling.json +++ b/data/presets/presets/amenity/recycling.json @@ -1,5 +1,5 @@ { - "icon": "recycling", + "icon": "waste-basket", "fields": [ "operator", "address", diff --git a/dist/locales/en.json b/dist/locales/en.json index 7b695f2fd..fd0e3e0dd 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1200,7 +1200,11 @@ "label": "Accepts Paper" }, "recycling/type": { - "label": "Recycling Type" + "label": "Recycling Type", + "options": { + "container": "Container", + "centre": "Recycling Center" + } }, "ref": { "label": "Reference"