diff --git a/project.mml b/project.mml index 9fd60d5594..241b55f06f 100644 --- a/project.mml +++ b/project.mml @@ -1888,7 +1888,7 @@ Layer: CASE WHEN building = 'no' OR building IS NULL THEN 'no' ELSE 'yes' END AS is_building -- always no with the where conditions FROM planet_osm_polygon WHERE (landuse IN ('forest', 'military', 'farmland') - OR "natural" IN ('wood', 'glacier', 'sand', 'scree', 'shingle', 'bare_rock') + OR "natural" IN ('wood', 'glacier', 'sand', 'scree', 'shingle', 'bare_rock', 'water') OR "place" IN ('island') OR boundary IN ('national_park') OR leisure IN ('nature_reserve')) @@ -1897,7 +1897,7 @@ Layer: ORDER BY way_area DESC ) AS text_poly_low_zoom properties: - minzoom: 7 + minzoom: 6 maxzoom: 9 - id: text-poly class: text diff --git a/water.mss b/water.mss index 77e5f1adbc..30e11ecdc8 100644 --- a/water.mss +++ b/water.mss @@ -313,12 +313,12 @@ } } -.text[zoom >= 10] { +.text[zoom >= 6] { [feature = 'natural_water'], [feature = 'landuse_reservoir'], [feature = 'landuse_basin'], [feature = 'waterway_dock'] { - [zoom >= 10][way_pixels > 3000], + [zoom >= 6][way_pixels > 3000], [zoom >= 17] { text-name: "[name]"; text-size: 10;