[mapserver-dev] Capabilities broken in MS6-beta

Frank Warmerdam warmerdam at pobox.com
Fri Apr 8 15:41:44 EDT 2011


On 11-04-08 03:25 PM, Martin Kofahl wrote:
> Interesting - obviously from older epsg versions my map projection setting, which results in<BoundingBox CRS="" minx=...>, is
>
> PROJECTION
>        "ellps=bessel"
>        "init=epsg:31468"
> END
>
>
> Removing "ellps=bessel" or switching to first init, then ellps will resolve this issue.
>
> Maintainer of maplexer please check that skipping the init value is desired if other keys are set.

Martin,

I don't believe this is a lexer problem.  I suspect it is that when looking
for EPSG init statements we assume it will be the first item in the
projection definition.

PS. I wish folks would stop using the above form and instead do:

PROJECTION
   "+init=epsg:31468 +ellps=bessel"
END

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the mapserver-dev mailing list