mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 15:33:50 +00:00
Added a preset for generic "social facility"
This commit is contained in:
19
data/presets/presets/amenity/social_facility.json
Normal file
19
data/presets/presets/amenity/social_facility.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Social Facility",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "social_facility",
|
||||
},
|
||||
"fields": [
|
||||
"address",
|
||||
"phone",
|
||||
"opening_hours",
|
||||
"wheelchair",
|
||||
"operator"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user