woodRock / super-telegram

We are migrating an existing Web Map Service (WMS) to a different server. The existing services uses Apache, Postgres, Postgis (psql extention), and Mapserver. The new version of the server has an updated version of both Mapserver and Postgres installed. Between the major versions of Mapserver some of the syntax from the existing Mapfiles is now deprecated.
0 stars 0 forks source link
apache mapserver postgis psql wms

super-telegram

Documentation for migration of WMS to newer version of Mapserver.

Purpose

We keep these scripts in a GitHub repository so they can easily be deployed and run on any apache servers. The scripts are a collection of utilities.

Background

We are migrating an existing Web Map Service (WMS) to a different server. The existing services uses Apache, Postgres, Postgis (psql extention), and Mapserver. The new version of the server has an updated version of both Mapserver and Postgres installed. Between the major versions of Mapserver some of the syntax from the existing Mapfiles is now deprecated.

Todo

  1. [x] migrate psql database to wellmapsrvdev02
  2. [x] migrate map files
  3. [ ] update deprecated syntax for each mapfile
  4. [ ] verify each map file loads correctly via WMS
  5. [ ] redirect silverstripe WMS urls

Scripts