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

This commit is contained in:
Dane Springmeyer 2014-09-25 18:57:48 -07:00
parent 8df31b4fe6
commit fe770630bb
2 changed files with 8 additions and 0 deletions

View File

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

View File

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