Skip to content

Commit e5d4e32

Browse files
committed
update errors doc
1 parent 1d6158f commit e5d4e32

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

en/errors.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,17 @@ referring to the epsg file, since filenames are case sensitive on Linux/Unix.
242242
"init=epsg:4326" refers to the epsg filename, and therefore "init=EPSG:4326"
243243
will not work because it will be looking for an *EPSG* file in uppercase.
244244

245+
msProcessProjection(): Projection library error. PROJ error "Cannot find proj.db" when instantiating "init=epsg:XXXX"
246+
---------------------------------------------------------------------------------------------------------------------
247+
248+
Error displayed when PROJ cannot find the `proj.db` SQLite file.
249+
250+
The message tells you that MapServer cannot find the `proj.db` file (when using
251+
PROJ >= 6). You can specify the location of the PROJ files by setting the
252+
`PROJ_DATA` variable, as described below.
253+
254+
On Windows, MS4W (versions >= 5) users will find the `proj.db` file in */ms4w/share/proj/*.
255+
245256
Setting the location of the PROJ files
246257
..............................................................................
247258

0 commit comments

Comments
 (0)