mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
+2
-10
@@ -1114,14 +1114,6 @@ en:
|
||||
recycling_accepts:
|
||||
# 'recycling:=*'
|
||||
label: Accepts
|
||||
recycling_type:
|
||||
# recycling_type=*
|
||||
label: Recycling Type
|
||||
options:
|
||||
# recycling_type=centre
|
||||
centre: Recycling Center
|
||||
# recycling_type=container
|
||||
container: Container
|
||||
ref:
|
||||
# ref=*
|
||||
label: Reference Code
|
||||
@@ -2103,9 +2095,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Ranger Station'', separated by commas>'
|
||||
amenity/recycling:
|
||||
# amenity=recycling
|
||||
name: Recycling
|
||||
name: Recycling Container
|
||||
# 'terms: bin,can,bottle,glass,garbage,rubbish,scrap,trash'
|
||||
terms: '<translate with synonyms or related terms for ''Recycling'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''Recycling Container'', separated by commas>'
|
||||
amenity/recycling_centre:
|
||||
# 'amenity=recycling, recycling_type=centre'
|
||||
name: Recycling Center
|
||||
|
||||
@@ -1489,18 +1489,6 @@
|
||||
"type": "multiCombo",
|
||||
"label": "Accepts"
|
||||
},
|
||||
"recycling_type": {
|
||||
"key": "recycling_type",
|
||||
"default": "container",
|
||||
"type": "combo",
|
||||
"label": "Recycling Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"container": "Container",
|
||||
"centre": "Recycling Center"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ref_aeroway_gate": {
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"key": "recycling_type",
|
||||
"default": "container",
|
||||
"type": "combo",
|
||||
"label": "Recycling Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"container": "Container",
|
||||
"centre": "Recycling Center"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2541,11 +2541,12 @@
|
||||
"name": "Ranger Station"
|
||||
},
|
||||
"amenity/recycling_centre": {
|
||||
"icon": "waste-basket",
|
||||
"icon": "recycling",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building",
|
||||
"opening_hours",
|
||||
"recycling_accepts"
|
||||
],
|
||||
@@ -2567,12 +2568,15 @@
|
||||
"amenity": "recycling",
|
||||
"recycling_type": "centre"
|
||||
},
|
||||
"reference": {
|
||||
"key": "recycling_type",
|
||||
"value": "*"
|
||||
},
|
||||
"name": "Recycling Center"
|
||||
},
|
||||
"amenity/recycling": {
|
||||
"icon": "recycling",
|
||||
"fields": [
|
||||
"recycling_type",
|
||||
"recycling_accepts",
|
||||
"collection_times"
|
||||
],
|
||||
@@ -2593,7 +2597,19 @@
|
||||
"tags": {
|
||||
"amenity": "recycling"
|
||||
},
|
||||
"name": "Recycling"
|
||||
"addTags": {
|
||||
"amenity": "recycling",
|
||||
"recycling_type": "container"
|
||||
},
|
||||
"removeTags": {
|
||||
"amenity": "recycling",
|
||||
"recycling_type": "container"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "recycling"
|
||||
},
|
||||
"name": "Recycling Container"
|
||||
},
|
||||
"amenity/restaurant": {
|
||||
"icon": "restaurant",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"icon": "recycling",
|
||||
"fields": [
|
||||
"recycling_type",
|
||||
"recycling_accepts",
|
||||
"collection_times"
|
||||
],
|
||||
@@ -22,5 +21,17 @@
|
||||
"tags": {
|
||||
"amenity": "recycling"
|
||||
},
|
||||
"name": "Recycling"
|
||||
"addTags": {
|
||||
"amenity": "recycling",
|
||||
"recycling_type": "container"
|
||||
},
|
||||
"removeTags": {
|
||||
"amenity": "recycling",
|
||||
"recycling_type": "container"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "recycling"
|
||||
},
|
||||
"name": "Recycling Container"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"icon": "waste-basket",
|
||||
"icon": "recycling",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building",
|
||||
"opening_hours",
|
||||
"recycling_accepts"
|
||||
],
|
||||
@@ -25,5 +26,9 @@
|
||||
"amenity": "recycling",
|
||||
"recycling_type": "centre"
|
||||
},
|
||||
"reference": {
|
||||
"key": "recycling_type",
|
||||
"value": "*"
|
||||
},
|
||||
"name": "Recycling Center"
|
||||
}
|
||||
|
||||
Vendored
+1
-8
@@ -2184,13 +2184,6 @@
|
||||
"recycling_accepts": {
|
||||
"label": "Accepts"
|
||||
},
|
||||
"recycling_type": {
|
||||
"label": "Recycling Type",
|
||||
"options": {
|
||||
"container": "Container",
|
||||
"centre": "Recycling Center"
|
||||
}
|
||||
},
|
||||
"ref_aeroway_gate": {
|
||||
"label": "Gate Number"
|
||||
},
|
||||
@@ -3073,7 +3066,7 @@
|
||||
"terms": "bottle,can,dump,glass,garbage,rubbish,scrap,trash"
|
||||
},
|
||||
"amenity/recycling": {
|
||||
"name": "Recycling",
|
||||
"name": "Recycling Container",
|
||||
"terms": "bin,can,bottle,glass,garbage,rubbish,scrap,trash"
|
||||
},
|
||||
"amenity/restaurant": {
|
||||
|
||||
Reference in New Issue
Block a user