From 36b165f5f06f8b0a05583e2466ea28f93fe22427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Wed, 28 Aug 2019 06:56:56 +0200 Subject: [PATCH] Education: include amenity=childcare --- education.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/education.json b/education.json index 2b9887f..6b18544 100644 --- a/education.json +++ b/education.json @@ -29,13 +29,13 @@ ], "14": [ "(", - "nwr[amenity~'^(college|university|library|school|kindergarten|language_school)$'];", + "nwr[amenity~'^(college|university|library|school|kindergarten|language_school|childcare)$'];", "nwr[office~\"^(educational_institution|research)$\"];", ")" ], "16": [ "(", - "nwr[amenity~'^(college|university|library|school|kindergarten|language_school|public_bookcase)$'];", + "nwr[amenity~'^(college|university|library|school|kindergarten|language_school|public_bookcase|childcare)$'];", "nwr[office~\"^(educational_institution|research)$\"];", ")" ] @@ -110,6 +110,11 @@ "sign": "⛹", "zoom": 14 }, + "amenity=childcare": { + "priority": 4, + "sign": "⛹", + "zoom": 14 + }, "amenity=public_bookcase": { "priority": 5, "sign": "📚",