Merge pull request #729 from openmaptiles/revert-645-include-pedestrian-multipolygon

Revert "Remove the area condition on highway polygon."
This commit is contained in:
Eva Jelinkova
2019-12-11 22:53:53 +01:00
committed by GitHub

View File

@@ -366,7 +366,7 @@ indoor INT, bicycle TEXT, foot TEXT, horse TEXT, mtb_scale TEXT, surface TEXT) A
WHERE zoom_level >= 13
AND (
man_made IN ('bridge', 'pier')
OR (ST_GeometryType(geometry) IN ('ST_Polygon','ST_MultiPolygon') AND COALESCE(layer, 0) >= 0)
OR (is_area AND COALESCE(layer, 0) >= 0)
)
) AS zoom_levels
WHERE geometry && bbox