Skip to content

Commit

Permalink
Include all transit features at z16+
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarianski committed Mar 28, 2016
1 parent 421dccf commit 9a279d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions queries/transit.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ FROM {{ table }}

WHERE
{{ bounds|bbox_filter('way') }}
{% if zoom >= 16 %}
AND mz_transit_level IS NOT NULL
{% else %}
AND mz_transit_level <= {{ zoom }}
{% endif %}
{% endmacro %}

{{ transit_query('planet_osm_line') }}
Expand Down

0 comments on commit 9a279d9

Please sign in to comment.