forked from MapComplete/MapComplete
		
	Allow changing type
This commit is contained in:
		
							parent
							
								
									62153e0eb4
								
							
						
					
					
						commit
						cc086eaee1
					
				
					 3 changed files with 37 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -170,6 +170,35 @@
 | 
			
		|||
            "en": "This is a recycling centre",
 | 
			
		||||
            "nl": "Dit is een recyclingcentrum"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "if": "amenity=waste_disposal",
 | 
			
		||||
          "then": {
 | 
			
		||||
            "en": "Waste disposal container for residual waste",
 | 
			
		||||
            "nl": "Afvalcontainer voor restafval"
 | 
			
		||||
          },
 | 
			
		||||
          "addExtraTags": [
 | 
			
		||||
            "recycling:batteries=",
 | 
			
		||||
            "recycling:beverage_cartons=",
 | 
			
		||||
            "recycling:cans=",
 | 
			
		||||
            "recycling:clothes=",
 | 
			
		||||
            "recycling:cooking_oil=",
 | 
			
		||||
            "recycling:engine_oil=",
 | 
			
		||||
            "recycling:green_waste=",
 | 
			
		||||
            "recycling:organic=",
 | 
			
		||||
            "recycling:glass_bottles=",
 | 
			
		||||
            "recycling:glass=",
 | 
			
		||||
            "recycling:newspaper=",
 | 
			
		||||
            "recycling:paper=",
 | 
			
		||||
            "recycling:plastic_bottles=",
 | 
			
		||||
            "recycling:plastic_packaging=",
 | 
			
		||||
            "recycling:plastic=",
 | 
			
		||||
            "recycling:scrap_metal=",
 | 
			
		||||
            "recycling:shoes=",
 | 
			
		||||
            "recycling:small_appliances=",
 | 
			
		||||
            "recycling:small_electrical_appliances=",
 | 
			
		||||
            "recycling:waste="
 | 
			
		||||
          ]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			@ -452,7 +481,8 @@
 | 
			
		|||
          "icon": {
 | 
			
		||||
            "path": "./assets/layers/waste_disposal/waste_disposal.svg",
 | 
			
		||||
            "class": "medium"
 | 
			
		||||
          }
 | 
			
		||||
          },
 | 
			
		||||
          "hideInAnswer": "recycling_type=container"
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4327,6 +4327,9 @@
 | 
			
		|||
                    },
 | 
			
		||||
                    "1": {
 | 
			
		||||
                        "then": "This is a recycling centre"
 | 
			
		||||
                    },
 | 
			
		||||
                    "2": {
 | 
			
		||||
                        "then": "Waste disposal container for residual waste"
 | 
			
		||||
                    }
 | 
			
		||||
                },
 | 
			
		||||
                "question": "What type of recycling is this?"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4119,6 +4119,9 @@
 | 
			
		|||
                    },
 | 
			
		||||
                    "1": {
 | 
			
		||||
                        "then": "Dit is een recyclingcentrum"
 | 
			
		||||
                    },
 | 
			
		||||
                    "2": {
 | 
			
		||||
                        "then": "Afvalcontainer voor restafval"
 | 
			
		||||
                    }
 | 
			
		||||
                },
 | 
			
		||||
                "question": "Wat voor soort recycling is dit?"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue