Changes between Version 18 and Version 19 of MigrationGuide5.x
- Timestamp:
- 2021-12-22T13:21:38-04:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MigrationGuide5.x
v18 v19 39 39 == PROJ == 40 40 41 * Apache's conf & setenv.bat now set PROJ_LIB to PROJ's new location: 42 {{{ 43 \ms4w\share\proj;\ms4w\share\proj\grids 44 }}} 45 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 41 46 * MS4W 5.0 includes PROJ 8.2, which contains many changes, allowing to dynamically pull in various grids, to improve accuracy 42 * see settings in ''/ms4w/share/proj/proj.ini''43 * since we are involved in displaying maps over the internet, we should likely have these grids locally on the server44 * execute the following after installing MS4W45 {{{46 setenv.bat47 proj-install-grids.bat48 }}}47 * see settings in ''/ms4w/share/proj/proj.ini'' 48 * since we are involved in displaying maps over the internet, we should likely have these grids locally on the server 49 * execute the following after installing MS4W 50 {{{ 51 setenv.bat 52 proj-install-grids.bat 53 }}} 49 54 50 55 == Removed Mapfile Parameters ==