-
Notifications
You must be signed in to change notification settings - Fork 0
/
Recycling_extra.xml
16 lines (16 loc) · 1.18 KB
/
Recycling_extra.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
<item name="Recycling extra" type="node,closedway">
<label text="Recycling extra" />
<check key="recycling:batteries" text="Batteries" default="off" delete_if_empty="true"/>
<check key="recycling:cooking_oil" text="Cooking oil" default="off" delete_if_empty="true"/>
<check key="recycling:electrical_appliances" text="Electrical appliances" default="off" delete_if_empty="true"/>
<check key="recycling:electrical_items" text="Electrical items" default="off" delete_if_empty="true"/>
<check key="recycling:fluorescent_tubes" text="Fluorescent tubes" default="off" delete_if_empty="true"/>
<check key="recycling:hazardous_waste" text="Hazard (colors, chemicals)" default="off" delete_if_empty="true"/>
<check key="recycling:low_energy_bulbs" text="LED tubes" default="off" delete_if_empty="true"/>
<check key="recycling:rubble" text="Rubble" default="off" delete_if_empty="true"/>
<check key="recycling:tyres" text="Tyres" default="off" delete_if_empty="true"/>
<check key="recycling:wood" text="Wood" default="off" delete_if_empty="true"/>
</item>
</presets>