Changes between Version 42 and Version 43 of MigrationGuide5.x


Ignore:
Timestamp:
2021-12-23T10:20:43-04:00 (2 years ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v42 v43  
    6161  }}}
    6262  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
    63 * MS4W 5.0 includes PROJ 8.2, which contains many changes, allowing to dynamically pull in various grids, to improve accuracy
    64   * see settings in ''/ms4w/share/proj/proj.ini''
    65   * since we are involved in displaying maps over the internet, we should likely have these grids locally on the server
    66     * execute the following to install the grids (into /ms4w/share/proj/)
    67       {{{
    68         setenv.bat
    69         proj-install-grids.bat
    70       }}}
     63* MS4W 5.0 includes PROJ 8.2, which contains many changes:
     64  * allowing to dynamically pull in various grids, to improve accuracy
     65    * see settings in ''/ms4w/share/proj/proj.ini''
     66    * since we are involved in displaying maps over the internet, we should likely have these grids locally on the server
     67      * execute the following to install the grids (into /ms4w/share/proj/)
     68        {{{
     69          setenv.bat
     70          proj-install-grids.bat
     71        }}}
     72  * all EPSG codes are stored in ''proj.db'', an SQLite database, stored in ''/ms4w/share/proj/'', instead of the former ''epsg'' text file
    7173
    7274== Removed Mapfile Parameters ==