Open GoogleCodeExporter opened 9 years ago
They can be combined, like this to mean "and":
.thisLayer[state=LA][population>1000] { ... }
...and like this to mean "or":
.thisLayer[state=LA], .thisLayer[population>1000] { ... }
Original comment by mike%sta...@gtempaccount.com
on 15 Jul 2010 at 4:08
Ah, perfect, thank you
Original comment by cangece...@gmail.com
on 15 Jul 2010 at 5:17
Original issue reported on code.google.com by
cangece...@gmail.com
on 15 Jul 2010 at 3:53