Point Layer Won't Draw
Lawrence Hartpence
hartpence_gis at CO.JASPER.IA.US
Mon Mar 13 13:28:25 PST 2006
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
More information about the MapServer-users
mailing list