Updated Path Expression (markdown)
parent
86e800ea47
commit
22517a45d4
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
It is an expression type that has been refined and simplified to use for file system paths.
|
||||
|
||||
It allows normal, static paths like `/path/to/file.png` but also dynamically constructed paths like: `/path/to/[field].png` so that for every symbolizer rendered the image/svg file path lookup would change depending on the value of a given data field, in this case an attribute called `field`.
|
||||
It allows normal, static paths like `/path/to/file.png` but also dynamically constructed paths like: `/path/to/[field].png` so that for every symbolizer rendered the image/svg file path lookup would change depending on the value of a given data field, in this case an attribute called `field`.
|
||||
|
||||
For more info see: http://mapnik.org/news/2009/12/08/future_mapnik2/
|
Loading…
Reference in a new issue