From 22517a45d44563cecba2b7e3b47e1bfda4ba06e5 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Mon, 27 Aug 2012 08:51:00 -0700 Subject: [PATCH] Updated Path Expression (markdown) --- Path-Expression.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Path-Expression.md b/Path-Expression.md index c990aab..d463f11 100644 --- a/Path-Expression.md +++ b/Path-Expression.md @@ -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`. \ No newline at end of file +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/ \ No newline at end of file