Skip to content

Commit

Permalink
do not extrude negative layer buildings, show more bus stops; VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso committed Jun 15, 2017
1 parent 5069e14 commit 1594e9b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0
7.1.1
8 changes: 5 additions & 3 deletions bubble-wrap-style-more-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3668,6 +3668,8 @@ layers:
- { $zoom: 17, area: { min: 500 } }
- { $zoom: 17, volume: { min: 15000 } }
- { $zoom: { min: 18 } }
- not:
- layer: [-1, -2, -3, -4, -5]
draw:
polygons:
order: 438
Expand Down Expand Up @@ -5235,18 +5237,18 @@ layers:
font:
style: italic

# TODO: this isn't working, should see small icons near the transbay terminal in SF
bus_stop:
filter:
kind: [bus_stop]
draw:
icons:
size: 14px
size: [[18,12px],[20,18px]]
text:
optional: true
font:
size: 11px
weight: normal
later:
early:
filter: { $zoom: { max: 19 } }
draw:
icons:
Expand Down
8 changes: 5 additions & 3 deletions bubble-wrap-style-no-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3668,6 +3668,8 @@ layers:
- { $zoom: 17, area: { min: 500 } }
- { $zoom: 17, volume: { min: 15000 } }
- { $zoom: { min: 18 } }
- not:
- layer: [-1, -2, -3, -4, -5]
draw:
polygons:
order: 438
Expand Down Expand Up @@ -5235,18 +5237,18 @@ layers:
font:
style: italic

# TODO: this isn't working, should see small icons near the transbay terminal in SF
bus_stop:
filter:
kind: [bus_stop]
draw:
icons:
size: 14px
size: [[18,12px],[20,18px]]
text:
optional: true
font:
size: 11px
weight: normal
later:
early:
filter: { $zoom: { max: 19 } }
draw:
icons:
Expand Down

0 comments on commit 1594e9b

Please sign in to comment.