[Geomoose-users] Layers not populating to map

Brent Fraser bfraser at geoanalytic.com
Thu Jun 25 21:45:11 EDT 2009


The Jump-To function uses projected coordinates.  Change them to be UTM
Zone 15 instead of State Plane (they're in your site's config.js)

Best Regards,
Brent Fraser

> My original layers were in State Plane and I transformed to UTM 15 via
> Arcview; adding my layers to map and zooming to the layers via 'Jump To' -
> my layers are not showing up and I'm uncertain if its a coordinate system
> problem or simply a symbology problem;
>
> If someone wouldn't mind giving me some quick insight.
>
> My map file:
>
> MAP
>   NAME 'cities'
>   SIZE  800 650
>   STATON ON
>   EXTENT 1015135.214413 3420107.844384 1820603.830929 3927775.837035
>   UNITS METERS
>   FONTSET '../fonts/fontset.list'
>   SYMBOLSET '../symbols/symbol.sym'
>   TRANSPARENT TRUE
>   IMAGETYPE PNG
>
>   QUERYMAP
> 		STATUS ON
> 		STYLE SELECTED
> 	END
>
> 	WEB
>     INCLUDE "/ms4w/apps/GeoMOOSE/maps_statedemo/web_config.map"
>   END
>
> 	LEGEND
> 	    STATUS ON
> 	END
>
>
>   LAYER
>     NAME 'ga_cities'
>     TYPE POLYGON
>     DATA './ga_cities.shp'
>     STATUS DEFAULT
>     TYPE POLYGONS
>     MIINSCALE 20000
>     SYMBOLSCALE 200000
>      CLASS
>        NAME 'Cities'
>         STYLE
>           SYMBOL 'Polygon'
>   	      SIZE 3
>   	      COLOR 64 255 100
>   	  END
>      LABEL
> 	 TYPE TRUETYPE
> 	 FONT vera_sans
> 	 SIZE 8
> 	 ANTIALIAS TRUE
> 	 COLOR 0 0 0
> 	 OUTLINECOLOR 254 254 254
> 	 BUFFER 4
> 	 MINFEATURESIZE auto
> 	 PARTIALS FALSE
> 	 POSITION cc
>      END
>     END
>
>
> END ## end Map
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geomoose-users
>






More information about the Geomoose-users mailing list