carto/test/rendering/issue60.mss

7 lines
193 B
Plaintext
Raw Normal View History

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