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": "📚",