mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Create waste_shed.json
This commit is contained in:
parent
ec46ce7a78
commit
52021d449d
1 changed files with 25 additions and 0 deletions
25
data/presets/building/waste_shed.json
Normal file
25
data/presets/building/waste_shed.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue