From a2ca5aea53e21ce73160fc4a0443dcc94292b736 Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Thu, 2 May 2019 22:45:18 +0200 Subject: [PATCH] add ambulatory_care preset --- .../amenity/social_facility/ambulatory_care.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/presets/presets/amenity/social_facility/ambulatory_care.json diff --git a/data/presets/presets/amenity/social_facility/ambulatory_care.json b/data/presets/presets/amenity/social_facility/ambulatory_care.json new file mode 100644 index 000000000..afd0782cc --- /dev/null +++ b/data/presets/presets/amenity/social_facility/ambulatory_care.json @@ -0,0 +1,16 @@ +{ + "icon": "maki-wheelchair", + "geometry": [ + "point", + "area" + ], + "tags": { + "amenity": "social_facility", + "social_facility": "ambulatory_care" + }, + "reference": { + "key": "social_facility", + "value": "ambulatory_care" + }, + "name": "Ambulatory Care" +}