You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -244,7 +244,7 @@ Now create a new `test.map` file in this folder and paste in the test Mapfile be
244
244
MAP
245
245
EXTENT -180 -90 180 90
246
246
# Set the path to where the map projections are stored
247
-
CONFIG "PROJ_LIB" "C:\MapServer\bin\proj\SHARE"
247
+
CONFIG "PROJ_DATA" "C:\MapServer\bin\proj\SHARE"
248
248
NAME "TestMap"
249
249
WEB
250
250
METADATA
@@ -442,9 +442,9 @@ Common error messages and how to resolve them are listed below.
442
442
443
443
msLoadMap(): Unable to access file. (C:/MapServer/apps/test/test.map)
444
444
445
-
+ MapServer projections are stored in ``C:\MapServer\bin\proj\SHARE`` (or ``C:\MapServer\bin\proj6\SHARE`` when using PROJ 6). When the projection is specified
445
+
+ MapServer projections are stored in ``C:\MapServer\bin\proj\SHARE`` (or ``C:\MapServer\bin\proj9\SHARE`` when using PROJ 9). When the projection is specified
446
446
in the following form `"init=epsg:3857"`, MapServer will try to find this code in the `epsg` file, where it is listed as `<3857> +proj=merc +a=6378137...`.
447
-
If you receive the error below then make sure the ``CONFIG "PROJ_LIB" "C:\MapServer\bin\proj\SHARE"`` setting is pointing to the correct path.
447
+
If you receive the error below then make sure the ``CONFIG "PROJ_DATA" "C:\MapServer\bin\proj\SHARE"`` setting is pointing to the correct path.
448
448
*Note on one installation this message was shown as forward slashes rather than backslashes were used.*
0 commit comments