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

Client.destroy no longer works #142

Closed ghost closed 9 years ago

ghost commented 9 years ago

Seems to be caused by popup related code here: https://github.com/Sundsvallskommun/OpenEMap-WebUserInterface/blob/develop/src/main/javascript/Client.js#L459

this.mapClient doesn't seem to be a valid reference.

This causes problems implemented config loading in the advanced layer list.

anderserla commented 9 years ago

How to reproduce this error @sweco-sebhar ?

ghost commented 9 years ago

When running debug.html you can no longer switch config dynamically with the combobox, caused by this error.

ghost commented 9 years ago

Oops we both fixed it. Will have to resolve this when merging feature/advancedlayerlist.