Skip to content

Commit

Permalink
Add tile size to url (fix #53), exclude tunnels from being shown for …
Browse files Browse the repository at this point in the history
…now (#48)
  • Loading branch information
ENT8R committed Feb 20, 2018
1 parent 4a22e86 commit dcb0e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ lights:
sources:
mapzen:
type: MVT
url: https://tiles.map-data.de/vector/v1/all/{z}/{x}/{y}.mvt
tile_size: 512
url: https://tiles.map-data.de/vector/v1/512/all/{z}/{x}/{y}.mvt

fonts:
Montserrat:
Expand Down
1 change: 1 addition & 0 deletions layers/roads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ layers:
not:
- kind: [rail, ferry, aerialway, piste]
- kind_detail: [sidewalk]
- is_tunnel: true
draw:
lines:
order: global.sort_rank
Expand Down

0 comments on commit dcb0e95

Please sign in to comment.