Ticket #73 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

need to initialize units when viewOptions widget is not used

Reported by: madair Assigned to: madair
Priority: P2 Milestone: 1.0.7
Component: Widgets Version: 1.0.6
Severity: Major Keywords:
Cc: External ID:
state: New Browser: All
Operating System: All

Description

the setting units for various widgets currently happens in the ViewOptions? widget. If that widget is not included in an AppDef?, then widgets depending on the viewOptions widget will not be initialized and units appear as "unk". Solution is to move the init method into the Map object and called on MAP_LOADED event.

Change History

06/04/08 09:54:15 changed by madair

  • status changed from new to closed.
  • resolution set to fixed.

(In [1416]) closes #73: move init of viewOptions into Map object

06/23/08 12:07:35 changed by madair

(In [1419]) re #73: view options patch applied to trunk

08/06/08 09:43:54 changed by madair

(In [1449]) re #73: add missing setViewOptions method

08/06/08 09:44:52 changed by madair

(In [1450]) re #73: add missing setViewOptions method - with correct name