Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#73 closed defect (fixed)

need to initialize units when viewOptions widget is not used

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

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 (4)

comment:1 by madair, 16 years ago

Resolution: fixed
Status: newclosed

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

comment:2 by madair, 16 years ago

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

comment:3 by madair, 16 years ago

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

comment:4 by madair, 16 years ago

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

Note: See TracTickets for help on using tickets.