Test for #288 to keep it closed, space before zoom bug
This commit is contained in:
parent
d170825685
commit
92b67a0a73
3
test/rendering-mss/zoom_space.mss
Normal file
3
test/rendering-mss/zoom_space.mss
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#world[ zoom > 2] {
|
||||||
|
polygon-fill:#f00;
|
||||||
|
}
|
6
test/rendering-mss/zoom_space.xml
Normal file
6
test/rendering-mss/zoom_space.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<Style name="style" filter-mode="first">
|
||||||
|
<Rule>
|
||||||
|
<MaxScaleDenominator>100000000</MaxScaleDenominator>
|
||||||
|
<PolygonSymbolizer fill="#ff0000" />
|
||||||
|
</Rule>
|
||||||
|
</Style>
|
Loading…
Reference in New Issue
Block a user