[mapserver-commits] [MapServer/MapServer] 999d09: Emit explicit error message when proj.db cannot be...
Even Rouault
noreply at github.com
Sat Dec 14 05:18:10 PST 2024
Branch: refs/heads/backport-7203-to-branch-8-4
Home: https://github.com/MapServer/MapServer
Commit: 999d09c83144e8599f64cc9a8628445d2f58bbf8
https://github.com/MapServer/MapServer/commit/999d09c83144e8599f64cc9a8628445d2f58bbf8
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2024-12-14 (Sat, 14 Dec 2024)
Changed paths:
M msautotest/wxs/expected/wms_custom_projection_not_specified.xml
M src/mapproject.c
Log Message:
-----------
Emit explicit error message when proj.db cannot be found
Fixes #7202
```
$ PROJ_DATA=invalid mapserv -conf ../etc/mapserv.conf QUERY_STRING="map=wms_layer_groups.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities"
Content-Type: text/html
<HTML>
<HEAD><TITLE>MapServer Message</TITLE></HEAD>
<BODY BGCOLOR="#FFFFFF">
msProcessProjection(): Projection library error. PROJ error "Cannot find proj.db" when instantiating "init=epsg:4326"
```
To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications
More information about the MapServer-commits
mailing list