Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 chrisclaydon, 15 years ago

Resolution: fixed
Status: newclosed

(In [1716]) Fix #194 - Call getExtents on the map widget to zoom to the extents of the selection

comment:2 by chrisclaydon, 15 years ago

(In [1717]) Fix #194 - Call getExtents on the map widget to zoom to the extents of the selection

Note: See TracTickets for help on using tickets.