Skip to content

Commit

Permalink
Change parking text intial zoom to z14
Browse files Browse the repository at this point in the history
In PR gravitystorm#3612 it was planned to render parking from z14 only, however this was not changed for the text labels, only for the icon.
This commit fixes the parking rendering at z10 to z13, though in practice almost no parking lots are large enough to have been rendered at these levels.
  • Loading branch information
jeisenbe committed Oct 5, 2019
1 parent 5bf4a11 commit 825950c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2929,7 +2929,7 @@
[feature = 'amenity_bicycle_parking'],
[feature = 'amenity_motorcycle_parking'],
[feature = 'amenity_parking_entrance'] {
[zoom >= 10][way_pixels > 900],
[zoom >= 14][way_pixels > 900],
[zoom >= 18] {
text-name: "[name]";
text-size: @standard-font-size;
Expand Down

0 comments on commit 825950c

Please sign in to comment.