From 0f6c2fd93af29a74ff7e96c43c14affadd2a352e Mon Sep 17 00:00:00 2001 From: wmisener <58491489+wmisener@users.noreply.github.com> Date: Sun, 15 Jan 2023 09:16:28 -0800 Subject: [PATCH] Update taginfo_template.json --- scripts/taginfo_template.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/scripts/taginfo_template.json b/scripts/taginfo_template.json index 7cb977024..67da7cfa6 100644 --- a/scripts/taginfo_template.json +++ b/scripts/taginfo_template.json @@ -326,6 +326,34 @@ "object_types": ["area"], "description": "Intermittent lakes are translucent with a dashed line representing the lakeshore.", "doc_url": "https://openmaptiles.org/schema/#water" + }, + { + "key": "amenity", + "value": "school", + "object_types": ["node", "area"], + "description": "Schools are represented by an icon.", + "doc_url": "https://openmaptiles.org/schema/#poi" + }, + { + "key": "amenity", + "value": "kindergarten", + "object_types": ["node", "area"], + "description": "Schools are represented by an icon.", + "doc_url": "https://openmaptiles.org/schema/#poi" + }, + { + "key": "amenity", + "value": "college", + "object_types": ["node", "area"], + "description": "Schools are represented by an icon.", + "doc_url": "https://openmaptiles.org/schema/#poi" + }, + { + "key": "amenity", + "value": "university", + "object_types": ["node", "area"], + "description": "Schools are represented by an icon.", + "doc_url": "https://openmaptiles.org/schema/#poi" } ] }