Add test for proposed syntax for passing variable to mapnik (just as string) - refs #269
This commit is contained in:
parent
8df31b4fe6
commit
fe770630bb
3
test/rendering-mss/line-width-zoom.mss
Normal file
3
test/rendering-mss/line-width-zoom.mss
Normal file
@ -0,0 +1,3 @@
|
||||
#layer {
|
||||
line-width:"@zoom";
|
||||
}
|
5
test/rendering-mss/line-width-zoom.xml
Normal file
5
test/rendering-mss/line-width-zoom.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<Style name="style" filter-mode="first">
|
||||
<Rule>
|
||||
<LineSymbolizer stroke-width="@zoom" />
|
||||
</Rule>
|
||||
</Style>
|
Loading…
Reference in New Issue
Block a user