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

Invalid Output Format #15

Open woodRock opened 3 years ago

woodRock commented 3 years ago

The WMS for the acoustic MapFile is not working. It appears that its OUTPUTFORMAT is invalid.

msWMSLoadGetMapParams(): Image hadnling error. Unsupported output format ().

Preliminary research seems to suggest that they have removed the png24 output format. This will have to be refactored out of the existing codebase, to implement the newer spec.