Changes between Version 7 and Version 8 of MapGuideRfc96
- Timestamp:
- 08/02/10 20:08:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc96
v7 v8 55 55 * The capture box, by moving / rotating which the user could define the print area will be implemented as Vector features. 56 56 * 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. 57 In '''Aajx viewer''', Quick Plot will replace the existing "Get Printable Page" command. 59 58 * The preview dialog will also be implemented through Jx.Dialog. That means we need includes !JxLib.js in Ajax viewer. 60 59 * The capture box will be drawn in the map through the built-in jsGraphic API. … … 65 64 == Implications == 66 65 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 willbe loaded. This way the new function will now impact the map initiation.66 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 be loaded. This way the new function will now impact the map initiation. 68 67 69 68 == Test Plan ==