Created Pathexpression (markdown)

springmeyer 2012-08-27 08:49:54 -07:00
parent 239410bce1
commit 43993cb08a

3
Pathexpression.md Normal file

@ -0,0 +1,3 @@
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`.