diff --git a/data/presets/presets/amenity/social_facility.json b/data/presets/presets/amenity/social_facility.json new file mode 100644 index 000000000..d426a8841 --- /dev/null +++ b/data/presets/presets/amenity/social_facility.json @@ -0,0 +1,19 @@ +{ + "name": "Social Facility", + "geometry": [ + "point", + "area" + ], + "terms": [ + ], + "tags": { + "amenity": "social_facility", + }, + "fields": [ + "address", + "phone", + "opening_hours", + "wheelchair", + "operator" + ] +}