Sundsvallskommun / OpenEMap-WebUserInterface

Open eMap user interface for the main map client
GNU Affero General Public License v3.0
4 stars 5 forks source link

Layer parameters not used for WMS-layers #115

Closed anderserla closed 9 years ago

anderserla commented 10 years ago

WMS-layers created by Open eMap Admin get a set of parameters, for example FORMAT. Open eMap WUI does not seem to care about these params.

  1. Create a new map using Open eMap Admin
  2. Fetch the config using Postman
  3. Change format parameter to "image/jpeg"
  4. Open map in Open eMap -> ERROR the format parameter set is not used "image/png" is used instead
ghost commented 10 years ago

This should work (works when I manually change format parameter in a config) so I suspect that the generated config is somehow wrong, perhaps caused by an error in admin. Can you paste the relevant section of the config in question here?