From 2883775330aa6715acf80a68fe79fff8b6fbd5d6 Mon Sep 17 00:00:00 2001 From: Codain Date: Wed, 9 Mar 2022 23:13:30 +0100 Subject: [PATCH] Etymology - Add landuse=education (#693) A landuse=education can cover different education institutions. --- assets/themes/etymology.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/themes/etymology.json b/assets/themes/etymology.json index 882e37453..c76f41286 100644 --- a/assets/themes/etymology.json +++ b/assets/themes/etymology.json @@ -113,7 +113,8 @@ "amenity=school", "amenity=kindergarten", "amenity=university", - "amenity=college" + "amenity=college", + "landuse=education" ] } ] @@ -226,4 +227,4 @@ } ], "hideFromOverview": false -} \ No newline at end of file +}