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

Grouplayers are not correctly serialized (2h) #185

Closed ghost closed 9 years ago

ghost commented 9 years ago

Noticed when developing #85. It seems loading a serialized config with group layers will create them as WMS base layers.

ghost commented 9 years ago

Fix in PR #193 (to be merged onto permalink branch since that has not been merged to develop yet)

anderserla commented 9 years ago

Fixing parse to read visibility of base layers, to make the right layer visible. OpenLayers assumes that the first baselayer should be used. Therefor needs to sort baselayer on init. Adding visibility flags to baselayer config 6fdcd5e