Query expression and result
Stephen Lime
steve.lime at dnr.state.mn.us
Wed Mar 22 11:47:57 PST 2000
Its a symbol set issue. I imagine the demo you downloaded was pre-3.3 and
has old symbol sets. Replace the file 'line.sym' in the ms_demo/symbols directory
with the one attached and give it another try.
On the expression front again the 3.2 demo is wrong. ^- is a regular expression
that means anything starting with a minus sign. Regular expressions should be
enclosed in //'s so change the occurances of "^-" to /^-/. Other expressions
are tests for equality and should be fine as is.
A new 3.3 only demo is underway. Yes, a book would be nice. Any co-authors?
How bout a user group meeting?
s.
Stephen Lime
Internet Applications Analyst
Minnesota DNR
500 Lafayette Road
St. Paul, MN 55155
651-297-2937
>>> Peter Le <ple at desolagroup.com> 03/22/00 11:58AM >>>
Thanks to some helps from the members in this list, I am able to load
graphic and data from mapserv. The only problem is when I click on the map,
the result comes back as : "getNumeric(): Incorrect data type" ...what
does this mean?
Also, in a query syntax, what does the "^-" indicate? i.e., EXPRESSION "^-"
Maybe a book about mapserver is needed :-)
Thanks,
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: line.sym
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20000322/734764c1/attachment.ksh>
More information about the MapServer-users
mailing list