Opened 16 years ago
Closed 16 years ago
#198 closed defect (fixed)
MapGuideViewerAPI broken in trunk
Reported by: | pagameba | Owned by: | pagameba |
---|---|---|---|
Priority: | P1 | Milestone: | 2.0 |
Component: | Widgets | Version: | 1.1.0 |
Severity: | Major | Keywords: | |
Cc: | cclaydon | Browser: | All |
External ID: | Operating System: | All | |
state: | New |
Description
The MapGuideViewerAPI is broken in trunk by changes in Canvas.Tool (initialize renamed to initializeCanvas) and the widget activation architecture (using a buttonSet).
Note:
See TracTickets
for help on using tickets.
(In [1721]) Fixes #198. Modify inheritFrom to only call initialize if the method exists. Put the initializeCanvas method back in CanvasTool. Add widget deactivation during digitizing to the viewer API.