Skip to content

Commit

Permalink
Also change min_zoom of other kind: platform inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso authored Dec 19, 2018
1 parent d59f4c8 commit bcae083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yaml/pois.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1535,13 +1535,13 @@ filters:
<<: *transit_properties
kind: bus_stop
- filter: {public_transport: platform, tags->rail: 'yes'}
min_zoom: 15
min_zoom: 17
output:
<<: *output_properties
<<: *transit_properties
kind: platform
- filter: {public_transport: platform, tags->light_rail: 'yes'}
min_zoom: 15
min_zoom: 17
output:
<<: *output_properties
<<: *transit_properties
Expand All @@ -1553,7 +1553,7 @@ filters:
<<: *transit_properties
kind: bus_stop
- filter: {public_transport: platform}
min_zoom: 15
min_zoom: 17
output:
<<: *output_properties
<<: *transit_properties
Expand Down

0 comments on commit bcae083

Please sign in to comment.