diff --git a/data/presets/building/waste_shed.json b/data/presets/building/waste_shed.json new file mode 100644 index 00000000..c1c53c31 --- /dev/null +++ b/data/presets/building/waste_shed.json @@ -0,0 +1,25 @@ +{ + "icon": "maki-recycling", + "fields": [ + "{building}", + "lockable", + "access" + ], + "geometry": [ + "area" + ], + "locationSet": { + "include": ["EE"] + }, + "tags": { + "building": "shed", + "lockable": "yes", + "amenity": "waste", + "access": "private" + }, + "terms": [ + "recycling station", + "environment station" + ], + "name": "Waste Shed" +}