Skip to content

Commit 9a279d9

Browse files
committed
Include all transit features at z16+
1 parent 421dccf commit 9a279d9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

queries/transit.jinja2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ FROM {{ table }}
2525

2626
WHERE
2727
{{ bounds|bbox_filter('way') }}
28+
{% if zoom >= 16 %}
29+
AND mz_transit_level IS NOT NULL
30+
{% else %}
2831
AND mz_transit_level <= {{ zoom }}
32+
{% endif %}
2933
{% endmacro %}
3034

3135
{{ transit_query('planet_osm_line') }}

0 commit comments

Comments
 (0)