[mapserver-users] RE null value renders in pie chart

thomas bonfort thomas.bonfort at gmail.com
Thu Jan 3 10:18:56 PST 2013


Note that EXPRESSION support was added to pie layers in 6.2 only. I'd say
your best bet is to preprocess your data to replace NULLs by 0, or use a
DATA statement on a postgis layer to do that for you ( e.g. DATA "the_geom
from (select gid, the_geom, COALESCE(cri,0) AS cri from mytable) as foo
using uninque gid" )

--
thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20130103/173f58e4/attachment-0001.html>


More information about the mapserver-users mailing list