From 893d1df4c5dab24dee3bf140831d66dd97376828 Mon Sep 17 00:00:00 2001 From: zstadler Date: Tue, 10 Aug 2021 17:16:40 +0300 Subject: [PATCH] Update descritopn of the water layer's class (#1166) Clarify that OSM water bodies that do not have a `waterway` tag are classified as `lake`. This refers to the following tags: https://github.com/openmaptiles/openmaptiles/blob/9e4be3e3b03c26fcc1e63ee4976f44a5d1f8dba1/layers/water/mapping.yaml#L86-L95 --- layers/water/water.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/water/water.yaml b/layers/water/water.yaml index cbd0a079..913fe49d 100644 --- a/layers/water/water.yaml +++ b/layers/water/water.yaml @@ -12,7 +12,8 @@ layer: class: description: | All water polygons from [OpenStreetMapData](http://osmdata.openstreetmap.de/) have the class `ocean`. - Water bodies are classified as `lake` or `river` for water bodies with the [`waterway`](http://wiki.openstreetmap.org/wiki/Key:waterway) tag. + Water bodies with the [`waterway`](http://wiki.openstreetmap.org/wiki/Key:waterway) tag are classified as `lake`, `dock`, or `river`. + All other water bodies are classified as `lake`. values: lake: waterway: ['', 'lake']