Changes between Version 7 and Version 8 of MapGuideRfc96


Ignore:
Timestamp:
Aug 2, 2010, 8:08:50 PM (14 years ago)
Author:
wuma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc96

    v7 v8  
    5555 * The capture box, by moving / rotating which the user could define the print area will be implemented as Vector features.
    5656 * Dragging / Dropping / Rotating the capture box will be implemented by OpenLayers.Handler.Drag and OpenLayers.Handler.Drag.Feature
    57 In '''Aajx viewer''', Quick Plot will be implemented as an “Invoke Script” command:
    58  * A new function startQuickPlot will be implemented in ajaxmappane.templ to start Quick Plot logic by loading the main UI into the Task Pane. The main UI will share the template for Fusion viewer. The template is shared as "copy / paste" so that there is no dependencies between Ajax viewer and Fusion viewer.
     57In '''Aajx viewer''', Quick Plot will replace the existing "Get Printable Page" command.
    5958 * The preview dialog will also be implemented through Jx.Dialog. That means we need includes !JxLib.js in Ajax viewer.
    6059 * The capture box will be drawn in the map through the built-in jsGraphic API.
     
    6564== Implications ==
    6665
    67 Quick Plot for Ajax Viewer will need !JxLib.js and !JxTheme.css. Lazy load will be used so that only when Quick Plot is invoked, will the !JxLib.js and !JxTheme.css will be loaded. This way the new function will now impact the map initiation.
     66Quick Plot for Ajax Viewer will need !JxLib.js and !JxTheme.css. Lazy load will be used so that only when Quick Plot is invoked, will the !JxLib.js and !JxTheme.css be loaded. This way the new function will now impact the map initiation.
    6867
    6968== Test Plan ==