Changes between Initial Version and Version 1 of MapGuideRfc71


Ignore:
Timestamp:
Jul 1, 2009, 8:47:38 PM (15 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc71

    v1 v1  
     1= !MapGuide RFC 71 - AJAX Viewer Property Pane support for multiple selected features =
     2
     3This page contains an change request (RFC) for the !MapGuide Open Source project.
     4More !MapGuide RFCs can be found on the [wiki:MapGuideRfcs RFCs] page.
     5
     6== Status ==
     7
     8||RFC Template Version||(1.0)||
     9||Submission Date||2 July 2009||
     10||Last Modified||Jackie Ng [[Timestamp]]||
     11||Author||Jackie Ng||
     12||RFC Status||draft||
     13||Implementation Status||pending||
     14||Proposed Milestone||2.2||
     15||Assigned PSC guide(s)||||
     16||'''Voting History'''||||
     17||+1||||
     18||+0||||
     19||-0||||
     20||-1||||
     21||no vote|| ||
     22
     23== Overview ==
     24
     25This proposal is to extend the property pane of the AJAX viewer so that it can display properties for multiple selected features
     26
     27== Motivation ==
     28
     29The current AJAX viewer does not provide the ability to display the properties of multiple selected features. In its current form, the property pane will simply show the number of properties selected. This is not a satisfactory solution. To get the desired functionality at the moment requires a customised development effort (eg. A task pane script that processes and displays the map selection set). This functionality should already exist out of the box.
     30
     31== Proposed Solution ==
     32
     33The proposed solution is to use the current property pane widget in Fusion as a starting point in which to implement an equivalent version for the AJAX viewer. This will then need to be ported to .net and Java so that all 3 viewers have the same functionality.
     34
     35== Implications ==
     36
     37This is strictly a client-side modification. No server-side APIs are affected. No xml schema changes are required. Depending on how the proposed solution fleshes out, newer AJAX viewer APIs may be introduced.
     38
     39== Test Plan ==
     40
     41Verify new selection functionality for all 3 viewers using the following suite of web browsers:
     42
     43 * Mozilla Firefox (3.0, 3.5)
     44 * Internet Explorer (6,7,8)
     45 * WebKit (Safari, Google Chrome)
     46 * Opera
     47
     48== Funding/Resources ==
     49
     50Community-based.
     51
     52== Related Tickets ==
     53
     54 * #851