Skip to content

Commit

Permalink
Render addr:unit by itself when zoom >= 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpikonen committed Dec 6, 2016
1 parent 5fb9a35 commit 4283364
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addressing.mss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
text-size: 10;
[zoom >= 18]["addr_unit" != null]["addr_housenumber" = null] {
text-name: [addr_unit];
}
[zoom >= 20] {
text-size: 11;
}
Expand Down

0 comments on commit 4283364

Please sign in to comment.