Skip to content

Commit

Permalink
Update taginfo_template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wmisener committed Jan 15, 2023
1 parent d2fc431 commit 0f6c2fd
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions scripts/taginfo_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 0f6c2fd

Please sign in to comment.