Skip to content

Commit

Permalink
removing waterway=canal area rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
imagico committed Feb 19, 2017
1 parent 9f8fbff commit f9c77cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Layer:
way_area/NULLIF(!pixel_width!::real*!pixel_height!::real,0) AS way_pixels
FROM planet_osm_polygon
WHERE
(waterway IN ('dock', 'riverbank', 'canal')
(waterway IN ('dock', 'riverbank')
OR landuse IN ('reservoir', 'basin')
OR "natural" IN ('water', 'glacier'))
AND building IS NULL
Expand Down
3 changes: 1 addition & 2 deletions water.mss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
}
}

[waterway = 'dock'],
[waterway = 'canal'] {
[waterway = 'dock'] {
[zoom >= 9]::waterway {
polygon-fill: @water-color;
[way_pixels >= 4] {
Expand Down

0 comments on commit f9c77cf

Please sign in to comment.