[mapserver-users] using pattern or nullformat in templates - Mapserver 5.4
Mark Volz
MarkVolz at co.lyon.mn.us
Wed Feb 8 12:17:22 PST 2012
Hello,
I am trying to display an address as part of my identify parcel template. The template works fine for parcels that have a valid address. However, for parcels that do not have an address a "0" is displayed (the zip field is a integer). How can I change the results so that either nothing, or a message such as "no site address" is displayed?
When I try to use pattern:
* [item name="PHYZIP" pattern=/^[1-9]/] - displays the address if there is one, or "1/]" is there is not an address.
* [item name="PHYZIP" pattern="/^[1-9]/"] - crashes
Nullformat appears to only work with strings that are null, not integers that are 0. Is there a way to set a nullvalue, for example:
* [item name="PHYZIP" nullformat="No Physical Address" nullvalue="0"]
Thanks
Mark Volz
GIS Specialist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20120208/0df5ed59/attachment.htm>
More information about the MapServer-users
mailing list