Skip to content

Commit

Permalink
Merge pull request #5 from LoremoCH/master
Browse files Browse the repository at this point in the history
add swimming_pools on zoom level 12 and lower
  • Loading branch information
xyztobixyz committed Feb 23, 2015
2 parents e0154a0 + f8dfe98 commit 27c07e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base.mss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ Map { background-color: @land; }

#water_gen0[zoom>3][zoom<=9],
#water_gen1[zoom>9][zoom<=12],
#water[zoom>12] {
#water[zoom>12],
#landuse[type='swimming_pool'][zoom>12] {
polygon-fill: @water;
}

Expand Down

0 comments on commit 27c07e7

Please sign in to comment.