[Mapserver-users] Projection Error

Anna Blanchard blanchal at westminster.edu
Mon Apr 26 00:19:40 EDT 2004


I'm getting this error when envoking the projection class -

msProcessProjection(): Projection library error. conic lat_1 = -lat_2 

I'm using a Lamber Conformal Conic Projection - my code looks like this
in my map declaration:

PROJECTION
  "proj=lcc"
  "ellps=clrk66"
  "zone=15"
  "north"
  "no_defs"

END

and like this in my layer definition:

LAYER
 	 NAME county
	 PROJECTION  #start of projection layer
		geographic
	 END #end projection layer
  	 TYPE POLYGON
 	 STATUS DEFAULT
 	 DATA county

  	 GROUP counties
  
	# CLASSITEM 'County_nam'
 	 CLASS
	 #  EXPRESSION 'Lawrence'
	    OUTLINECOLOR 0 0 0
   	    COLOR 225 225 185 
  	 #  COLOR 255 255 255
 	 END


   END


Does anyone know what i need to do to fix it?

Thanks! 
Anna



More information about the mapserver-users mailing list