[mapserver-users] Something crazy is going on please advise......
Grant Marblestone
GrantM at ATSER.com
Tue Feb 12 07:29:02 PST 2002
Ok so hopefully the subject has MADE you want to know what is going on.
READ ON>>>>
Background information:
I am creating a simple mapserver project with query and projection. My
shp files are mostly nad27 and then i have a couple layers of wgs84.
And the projection works fine. The main projection is nad27 and then on
the layers that are wgs84 we project.
Problem:
I am trying to get my query to output information. Therefore i added
the appropriate class and metadata to my layer. It was a wgs84 layer.
I finish and then refresh the page and the query information shows up on
bottom from the refresh of past click, HOWEVER all teh sudded all the
points on the layer dissapear. I comment out the query class and then
refresh the page with the same information and then the points are back,
HOWEVER the query information is gone!
Therfore i think it must be my map file and the query class. SO i mess
with it for hours with no luck.
THEN i think maybe i should try it on a nad27 layer as that is the "non
projected" layer.
I do this and it works fine!!!!!!!!!!! Proving that the map file is
correct and perhaps something is wrong with mapserver???
Any clues on how i can get the wgs84 layer to display information and
show up at the same time?
Below is my non-functioning layer.....
Thanks so much,
Grant Marblestone
ATSER systems
########################################################################
#####
# permits (WGS84)
########################################################################
#####
LAYER
DATA permits
NAME Permit
STATUS ON
TYPE POINT
METADATA
"DESCRIPTION" "Permits"
"RESULT_FIELDS" "PermitID lat long"
END
PROJECTION
proj=latlong
datum=NAD83
ellips=WGS84
END
#NEEDED FOR QUERY ! ! !
CLASS
NAME "PermitClass"
COLOR 200 255 0
OUTLINECOLOR 120 120 120
TEMPLATE "ttt_query.html"
END
CLASS
BACKGROUNDCOLOR 128 128 128
NAME "permits"
OUTLINECOLOR 0 255 0
SYMBOL "circle"
COLOR 0 0 255
SIZE 10
END
TOLERANCE 5
END# permits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20020212/aacf6461/attachment.htm>
More information about the MapServer-users
mailing list