Ticket #194 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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: External ID:
state: Approved Browser: All
Operating System: All

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

Changed 4 years ago by chrisclaydon

  • status changed from new to closed
  • resolution set to fixed

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

Changed 4 years ago by chrisclaydon

(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.