Opacity for city polygons - fix for coastline?

This commit is contained in:
Komяpa 2011-03-25 08:33:35 +02:00
parent 9860c8eaf0
commit 7e0e3d6a57

View file

@ -30,7 +30,7 @@ area|z3-[natural=glacier]{fill-color: #fcfeff; fill-image: glacier.png}
area|z10-[place=city],
area|z10-[place=town],
{fill-color:#FAF7F7; z-index:1}
{fill-color:#FAF7F7; fill-opacity: 0.6; z-index:1}
area|z10-[place=hamlet],
area|z10-[place=village],
@ -43,7 +43,7 @@ area|z10-[place=locality]
тег - тег присутствует, значение не важно
*/
{fill-color:#f3eceb; z-index:1}
{fill-color:#f3eceb; fill-opacity: 0.6; z-index:1}
/*
z-index - порядковый номер слоя, в котором будет лежать объект.
чем меньше, тем ниже будет находиться объект (другие будут перекрывать)
@ -126,7 +126,7 @@ area|z10-[landuse=farmland], area|z10-[landuse=farm], area|z10-[landuse=field]
area|z6-9[place=city],
area|z6-9[place=town]
{fill-color: #ffe1d0; z-index:5}
{fill-color: #ffe1d0; fill-opacity: 0.6; z-index:5}
area|z10-[landuse=cemetery] {fill-color: #e5f5dc; z-index:5; fill-image:cemetry7_2.png}