[Geomoose-users] can't show legends

Devon Piernot piernotd at uwplatt.edu
Wed Feb 17 14:31:41 EST 2010


Skipped content of type multipart/alternative-------------- next part --------------
MAP
	NAME 'SWWRPC Region boundaries'
	SIZE 800 650
	STATUS ON
	#EXTENT   425663 225531 572389 342508
	EXTENT  -23570.4 -386732 1642200 1001560
	UNITS METERS
	FONTSET '../fonts/fontset.list'
	SYMBOLSET '../symbols/symbol.sym'
	TRANSPARENT TRUE
	IMAGETYPE PNG

	INCLUDE "../../geomoose_globals.map"

	QUERYMAP
		STATUS ON
		STYLE SELECTED
	END

	WEB
		INCLUDE "../../temp_directory.map"
	END

	LEGEND
	    STATUS ON
	END



  LAYER #County boundaries layer
	NAME 'countybounds'
	DATA 'CountyBounds.shp'
	TYPE LINE
	STATUS ON
	CLASS
	   NAME 'Counties'
	   STYLE
		SYMBOL 'circle'
		SIZE 3
		COLOR 50 50 50
	   END
	END
  END #County boundaries layer


  LAYER #Municipal boundaries layer
	NAME 'munbounds'
	DATA 'MunBounds.shp'
	TYPE LINE
	STATUS ON
	CLASSITEM 'C_T_V'
	CLASS
	   #NAME 'Townships'
	   EXPRESSION 'T'
	   MAXSCALEDENOM 350000
	   MINSCALEDENOM 500
	   STYLE
		SYMBOL 'circle'
		SIZE 1
		COLOR 250 150 150
	   END
	END
	CLASS
	   #NAME 'Villages'
	   EXPRESSION 'V'
	   MAXSCALEDENOM 400000
	   MINSCALEDENOM 500
	   STYLE
		SYMBOL 'circle'
		SIZE 1
		COLOR 250 150 150
	   END
	END
	CLASS
	   NAME 'Municipalities'
	   EXPRESSION 'C'
	   MAXSCALEDENOM 500000
	   MINSCALEDENOM 500
	   STYLE
		SYMBOL 'circle'
		SIZE 1
		COLOR 250 150 150
	   END
	END
  END #Municipal boundaries layer
















END ## end Map



More information about the Geomoose-users mailing list