[mapguide-trac] #1982: QuickPlot command is broken in the AJAX viewer

MapGuide Open Source trac_mapguide at osgeo.org
Thu Apr 12 07:44:00 EDT 2012


#1982: QuickPlot command is broken in the AJAX viewer
---------------------------+------------------------------------------------
   Reporter:  jng          |       Owner:     
       Type:  defect       |      Status:  new
   Priority:  low          |   Milestone:  2.4
  Component:  AJAX Viewer  |     Version:     
   Severity:  trivial      |    Keywords:     
External_id:               |  
---------------------------+------------------------------------------------
 Invoke the quick plot command from the ajax viewer. Checking advanced
 options or doing the plot straight away fails because it is interpreting
 the frame hierarchy wrong.

 Namely access to the map frame from a popup window is not:

 {{{
 opener.parent.parent.mapFrame
 }}}

 but rather:

 {{{
 opener.GetMapFrame()
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1982>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list