Test for #288 to keep it closed, space before zoom bug

This commit is contained in:
Tom MacWright 2013-08-06 11:45:02 -04:00
parent d170825685
commit 92b67a0a73
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#world[ zoom > 2] {
polygon-fill:#f00;
}

View File

@ -0,0 +1,6 @@
<Style name="style" filter-mode="first">
<Rule>
<MaxScaleDenominator>100000000</MaxScaleDenominator>
<PolygonSymbolizer fill="#ff0000" />
</Rule>
</Style>