carto/test/rendering/issue60.mss
2011-08-24 12:25:02 -04:00

7 lines
193 B
Plaintext

#world {
[NET_INFLOW > -30000] { polygon-fill: #f00; }
[NET_INFLOW > -10000] { polygon-fill: #0f0; }
}
#world [OBJECTID=12] { polygon-pattern-file:url(../resources/textures/stripe.png); }