Skip to content

Commit

Permalink
low zooms: do not query preserved railways
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed May 11, 2024
1 parent f2fbd89 commit 9d615b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ Layer:
FROM planet_osm_roads
WHERE highway IS NOT NULL
OR (railway IN ('rail', 'tram', 'light_rail', 'funicular', 'narrow_gauge')
AND (tags->'railway:preserved' IS NULL OR tags->'railway:preserved' != 'yes')
AND (service IS NULL OR service NOT IN ('spur', 'siding', 'yard')))
ORDER BY
z_order
Expand Down
2 changes: 1 addition & 1 deletion symbols/generating_patterns/scrub.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Generated SVG image is sanitized for use with Mapnik by the script svg_pattern.s

The final file is scrub.svg

Because of a [problem in the rendering stack](https://github.com/gravitystorm/openstreetmap-carto/issues/2750) we don’t use the SVG directly, but convert it to PNG: see symbols/scrub.png
Because of a [problem in the rendering stack](https://github.com/gravitystorm/openstreetmap-carto/issues/2750) we don’t use the SVG directly, but convert it to PNG: see symbols/scrub.png

0 comments on commit 9d615b7

Please sign in to comment.