Lawrence, Any chance your point file is a "multi point" (Multipoint ZM) ? I am not sure, but I think Mapserver *may* still have problems with that. I know that 3D files now work, but multipoints may not. Open your shapefile in ArcGIS (f you can), and look at the value in the "shape" column of the attribute table.
Regards, Jacob > -----Original Message----- > From: UMN MapServer Users List > [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence Hartpence > Sent: 14 March 2006 05:28 > To: [email protected] > Subject: Re: [UMN_MAPSERVER-USERS] Point Layer Won't Draw > > My mapfile is at the bottom. This shapefile is in the same > projection as > the other shapefiles. I created a very simple map site > trying to find the > problem. You can see the website at > http://216.203.113.94/jaspermaps/temp_i.htm > > When I change the name of the shapefile to another point > layer in the same > directory, it works. It really seems that there is something > wrong with the > layer, but I don't know what. > > Lawrence > > NAME "temp" > UNITS feet > SIZE 639 491 > IMAGECOLOR 255 255 255 > IMAGETYPE gif > EXTENT 1680507.39 547052.00 1844030.00 680312.51 > FONTSET "C:\MS4W\Apache\htdocs\fontset.txt" > SYMBOLSET "C:\MS4W\Apache\htdocs\symbols.sym" > > CONFIG PROJ_LIB "C:\ms4w\proj\nad\" > > WEB > TEMPLATE "C:\MS4W\Apache\htdocs\temp.html" > IMAGEPATH "C:\MS4W\tmp\ms_tmp\" > IMAGEURL "/JasperMaps/ms_tmp/" > END > > LAYER > NAME "Monuments" > STATUS default > TYPE point > DATA "C:\parcels_shape\ctl2005" > CLASS > SYMBOL 'circle' > SIZE 20 > COLOR 0 255 0 > END > END > > LAYER > NAME "County" > STATUS default > TYPE polygon > DATA "C:\parcels_shape\county" > CLASS > NAME "County" > STYLE > OUTLINECOLOR 212 192 100 > END > END > END > > END >
