Add test for #197. Fixes #197

This commit is contained in:
Tom MacWright 2013-09-11 11:26:28 -04:00
parent 5938ebb609
commit 525bdc5bef
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@foo: 6;
@a: 8;
#bar[zoom > @foo] { marker-width: 1; }
#a[zoom = @a] { marker-width: 1; }

View File

@ -0,0 +1,11 @@
<Style name="style" filter-mode="first">
<Rule>
<MaxScaleDenominator>3000000</MaxScaleDenominator>
<MinScaleDenominator>1500000</MinScaleDenominator>
<MarkersSymbolizer width="1" />
</Rule>
<Rule>
<MaxScaleDenominator>6500000</MaxScaleDenominator>
<MarkersSymbolizer width="1" />
</Rule>
</Style>