[Geomoose-users] Layers still not populating

awhitley at charter.net awhitley at charter.net
Fri Jun 26 10:03:41 EDT 2009


Still looking for some insight; I am certain the coordinates on the shapefile are in 
NA83 UTM Zone 15 N - epsg 26915.

I even brought the data in Quantum GIS and produced a mapfile from the Mapserver Export plugin just to see what extent it was showing my data in. 

My test data (ga_firestations2.shp) is residing in the countydata folder along with the mapfile.

I verified the configuration.js (countyconfiguration.js) and the extent is set to the same as mapfile.

Mapfile: 
MAP
	NAME 'firestations'
	SIZE 800 650
	STATUS ON
	EXTENT  1311606.064490 3765485.899332 1475727.003496 3868927.480976
      PROJECTION "init=epsg:26915"
	UNITS METERS
	FONTSET '../fonts/fontset.list'
	SYMBOLSET '../symbols/symbol.sym'
	TRANSPARENT TRUE
	IMAGETYPE PNG

	QUERYMAP
		STATUS ON
		STYLE SELECTED
	END

	WEB
            QUERYFORMAT "text/xml"
		INCLUDE "../temp_directory.map"
	END
	
	LEGEND
		STATUS ON
	END

	LAYER
		NAME 'Firestations'
		DATA './ga_firestations2.shp'
            STATUS DEFAULT
		TYPE POINT
		STATUS DEFAULT
            LABELITEM 'NAME'
            LABELMAXSCALE 20000
		CLASS
		  NAME 'Firestations'
		  COLOR 255 0 0 
		  SYMBOL "square"
      SIZE 12
	  END
        HEADER 'imagemap_header.xml'
	  TEMPLATE 'imagemap_record.xml'
	  FOOTER 'imagemap_footer.xml'
      END

END ## end Map






More information about the Geomoose-users mailing list