File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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"
243243will 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+
245256Setting the location of the PROJ files
246257..............................................................................
247258
You can’t perform that action at this time.
0 commit comments