[Mapserver-users] projection problems

Tyler Mitchell tjmitchell at riverside.bc.ca
Thu Jul 1 19:31:27 EDT 2004


Were you able to get it working without using any projection settings? 
That's what I would try first.

[It also looks like you've had some trouble getting the tab file to load, 
you may want to reference this document for some more discussion/examples 
on using them. 
http://www.maptools.org/dl_scripts/redirector.php?path=omsug/osgis2004/MsTutorialGuide.doc]

Here's the stripped down map file I would try:

> Layer name: TopographicArea_area
> Extent: (350137.990000, 168102.400000) - (356541.550000, 174643.090000)

> MAP
>   IMAGETYPE PNG
>   EXTENT 350137.990000 168102.400000 356541.550000 174643.090000
>   SIZE 1000 1000
>   IMAGECOLOR 255 255 255
>   WEB
>     IMAGEPATH "/Proj/img/"
>     IMAGEURL "/img/"
>   END
>   # Start of LAYER DEFINITIONS 
---------------------------------------------
>   LAYER # States polygon layer begins here
>     NAME TopographicArea_area
>     DATA TopographicArea_area
>     STATUS ON
>     TYPE POLYGON
>     CLASS
>       COLOR 180 180 0
>       OUTLINECOLOR 32 32 32
>     END
>   END # States polygon layer ends here
>   # End of LAYER DEFINITIONS -------------------------------
> END # end of map file/object



More information about the mapserver-users mailing list