Create waste_shed.json

This commit is contained in:
Mikael Dúi Bolinder 2023-03-06 22:09:10 +02:00 committed by GitHub
parent ec46ce7a78
commit 52021d449d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}