Opened 11 years ago

Closed 11 years ago

#191 closed defect (wontfix)

Measure tools not 'closable'

Reported by: tchaddad Owned by:
Priority: major Milestone: 2.6.2
Component: GeoMOOSE/JS Version: 2.6
Keywords: Cc:

Description

The measure tools (MeasureWithBearing and MeasureArea) do not seem to close correctly.

Or rather, when the 'closable' flag is set, the tab will close, but the tool menu will remain checked and the cursor icon will remain in "measure mode". Also once closed, they will not open again.

eg. MeasureWithBearing.js lines 120-124

measure_tab = new dijit.layout.ContentPane({

'title' : 'Measure',
'closable' : true, /*Doesn't work*/
'content' : p

});

Change History (2)

comment:1 by tchaddad, 11 years ago

Version: 2.6

comment:2 by bfischer, 11 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.