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

Add layer - test and verify that correct information get stored in config (16) #119

Closed anderserla closed 9 years ago

ghost commented 9 years ago

Investigated code and it seems like things have changed. The advanced layer list tries to read metadata from /layers/layers resource in the admin services but this resource does not exist and if I understand correctly there is no individual layer configuration anymore in admin only full configurations. Also /settings/servers is no longer available as a resource.

Implementation needs to be redone and layer source must come from somewhere else. WMS Server? User supplied URL or preconfigured?

anderserla commented 9 years ago

Use preconfigured WMS-server as layer source.

ghost commented 9 years ago

Finished rewritten add layer logic that works clientside as of 01fc6e94701623b1c648272ab69d30fdc5261f37.

ghost commented 9 years ago

Should be done now. If save map need additional work that will be handled in #121.

anderserla commented 9 years ago

Seems correct now.