| 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 |