Skip to content

Commit

Permalink
already range bound
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso authored Dec 14, 2021
1 parent 895bc60 commit c99cca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ post_process:
(kind == 'stream' and zoom < 14) or
(kind == 'ditch' and zoom < 15) or
(kind == 'drain' and zoom < 15) or
(properties.get('is_tunnel') is True and zoom < 16)
(properties.get('is_tunnel') is True)
- fn: vectordatasource.transform.handle_label_placement
params:
Expand Down

0 comments on commit c99cca3

Please sign in to comment.