Changes between Version 59 and Version 60 of MigrationGuide5.x
- Timestamp:
- 2024-07-31T09:40:46-03:00 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MigrationGuide5.x
v59 v60 73 73 == PROJ == 74 74 75 * Apache's conf & setenv.bat now set the environment variable ''PROJ_ LIB'' to PROJ's new location:75 * Apache's conf & setenv.bat now set the environment variable ''PROJ_DATA'' to PROJ's new location: 76 76 {{{ 77 77 \ms4w\share\proj 78 78 }}} 79 If your mapfiles set a PROJ_LIB (which is not recommended, as MS4W's Apache does this for you) you will have to update your PROJ_LIB value 80 * MS4W 5.0 includes PROJ 8.2, which contains many changes: 79 If your mapfiles set a PROJ_DATA (which is not recommended, as MS4W's Apache does this for you) you will have to update your PROJ_DATA value 80 * MS4W 5.0 includes PROJ 9, which (since PROJ 8) contains many changes: 81 * since the PROJ 9.1 release, for the former PROJ_LIB variable has been replaced with PROJ_DATA 81 82 * allowing to dynamically pull in various grids, to improve accuracy 82 83 * see settings in ''/ms4w/share/proj/proj.ini''