[mapserver-users] Query problem
Mark Balman
Mark.Balman@birdlife.org.uk
Fri, 22 Nov 2002 12:23:31 -0000
Hi All
I have a shapefile with polygons of animal distributions which are
Historical, Known, Projected. I am using the <select name="value" size="3">
to return a species range map. If I run the app, the result is a single
polygon e.g. Historical, how can I return all of a single species
distribution polygons?
Any advice would be really appreciated
In my map file I have:
LAYER
NAME Range
DATA range
STATUS OFF
TYPE POLYGON
FILTERITEM "SPCSPECIES"
FILTER "%VALUE%"
CLASS
TEMPLATE species_template.html
END
END
Mark