what is "^-"?????
Stephen Lime
steve.lime at dnr.state.mn.us
Wed Jun 14 06:48:27 PDT 2000
In 3.2 "^-" is a regular expression that means anything starting with a minus sign, (i.e. negative numbers).
In 3.3 the syntax for denoting regular expressions has changed slightly so this would be written as /^-/
now.
Steve
Stephen Lime
Internet Applications Analyst
Minnesota DNR
500 Lafayette Road
St. Paul, MN 55155
651-297-2937
>>> <aborruso at spaziogis.it> 06/14/00 08:42AM >>>
Dear mapserver users,
I have seen in the template file of
"http://mapserver.gis.umn.edu/cgi-bin/mapserv?map
=%2Fms_demo%2Fdemo.map&layer=lakes&layer=streams&zoomsize=2" a string like
"^-". What does it mean?
It's exactly:
CLASS
EXPRESSION "^-"
COLOR 255 0 0
OUTLINECOLOR 0 0 0
END
Thank you,
Andrea
More information about the MapServer-users
mailing list