[Mapserver-users] Projection Error
Anna Blanchard
blanchal at westminster.edu
Sun Apr 25 21:19:40 PDT 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