PDOK/mapserver-docker

mention of 900913 in example.map throws warning on logs

Closed this issue ยท 2 comments

for the example mapfile provided the logs show this error:

2022-02-09 11:47:43: (mod_fastcgi.c.421) FastCGI-stderr: msProcessProjection(): Projection library error. proj error "no arguments in initialization list" for "init=epsg:900913"

probably related to mention of 900913 in

"ows_srs" "EPSG:4326 EPSG:3857 EPSG:4258 EPSG:900913 CRS:84"

suggest to add the projection to poj, because it is generally used, however it would be better to use epsg:3857

Hi @pvgenuchten
We discussed your suggestion internally, we plan to removed the EPSG:900913 from the "ows_srs" in the example ๐Ÿ˜„
But how to add additional proj (like in your pull request) is a valid point.
For now we will added the necessary steps needed for adding addtional proj in the documentation.

@pvgenuchten I've updated the documentation in pull request #27
If you have additions please let us know