Add test for proposed syntax for passing variable to mapnik (just as string) - refs #269

browserify
Dane Springmeyer 10 years ago
parent 8df31b4fe6
commit fe770630bb

@ -0,0 +1,3 @@
#layer {
line-width:"@zoom";
}

@ -0,0 +1,5 @@
<Style name="style" filter-mode="first">
<Rule>
<LineSymbolizer stroke-width="@zoom" />
</Rule>
</Style>
Loading…
Cancel
Save