#194 closed defect (fixed)
MapGuide.js calls non-existent method zoomToSelection
Reported by: | chrisclaydon | Owned by: | chrisclaydon |
---|---|---|---|
Priority: | P2 | Milestone: | 2.0 |
Component: | Widgets | Version: | SVN |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | Approved |
Description
The processQueryResults method calls this.zoomToSelection() if the zoomTo parameter is true. This method doesn't exist and should be replaced with a call to this.mapWidget.setExtents()
Change History (2)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [1716]) Fix #194 - Call getExtents on the map widget to zoom to the extents of the selection