Sundsvallskommun / OpenEMap-Admin-WebUserInterface

Open eMap admin user interface
GNU Affero General Public License v3.0
0 stars 1 forks source link

Save map - Strip and split request to make response smaller (8h) #73

Closed anderserla closed 9 years ago

anderserla commented 9 years ago

When requesting all configs, the response get too large, and problems occur in IE9. To resolve this a new approach has to be set. The new approach includes:

  1. Call for all configs only return a small amount of info (configid, name, username and isPublic)
  2. The Advanced layer control has to make a new call to get the complete config after the user selects a config, see also