Changes between Version 18 and Version 19 of MigrationGuide5.x


Ignore:
Timestamp:
2021-12-22T13:21:38-04:00 (2 years ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v18 v19  
    3939== PROJ ==
    4040
     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
    4146* 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 server
    44   * execute the following after installing MS4W
    45     {{{
    46       setenv.bat
    47       proj-install-grids.bat
    48     }}}
     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      }}}
    4954
    5055== Removed Mapfile Parameters ==