This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch mbtiles-perf
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/mbtiles-perf by this push:
     new 3388558b Use simplified waterway
3388558b is described below

commit 3388558b24774d725d6bdb7ee8ea0997614e584d
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Aug 22 22:05:52 2023 +0200

    Use simplified waterway
---
 basemap/layers/waterway/tileset.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/basemap/layers/waterway/tileset.js 
b/basemap/layers/waterway/tileset.js
index 177c4a37..81940686 100644
--- a/basemap/layers/waterway/tileset.js
+++ b/basemap/layers/waterway/tileset.js
@@ -19,11 +19,11 @@ export default {
         },
         {
             "minzoom": 10,
-            "maxzoom": 12,
+            "maxzoom": 13,
             "sql": "SELECT id, tags, geom FROM osm_waterway_z$zoom WHERE tags 
->> 'waterway' IN ('river', 'stream')"
         },
         {
-            "minzoom": 12,
+            "minzoom": 13,
             "maxzoom": 20,
             "sql": "SELECT id, tags, geom FROM osm_ways WHERE tags ? 
'waterway'"
         }

Reply via email to