mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Added preset for homeless shelter
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Homeless Shelter",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"houseless",
|
||||
"unhoused",
|
||||
"displaced"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "social_facility",
|
||||
"social_facility": "shelter",
|
||||
"social_facility:for": "homeless"
|
||||
},
|
||||
"fields": [
|
||||
"address",
|
||||
"phone",
|
||||
"opening_hours",
|
||||
"wheelchair",
|
||||
"operator"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user