Skip to content

Commit

Permalink
Revert way_area filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Nov 17, 2018
1 parent 65657a3 commit 09f8e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Layer:
FROM planet_osm_polygon
WHERE (landuse IN ('forest', 'farmland', 'residential', 'commercial', 'retail', 'industrial', 'meadow')
OR "natural" IN ('wood', 'wetland', 'mud', 'sand', 'scree', 'shingle', 'bare_rock', 'heath', 'grassland'))
AND way_area > 1*!pixel_width!::real*!pixel_height!::real
AND way_area > 0.01*!pixel_width!::real*!pixel_height!::real
AND building IS NULL
) AS features
ORDER BY way_area DESC, feature
Expand Down

0 comments on commit 09f8e62

Please sign in to comment.