Changes between Version 6 and Version 7 of MapGuideRfc126


Ignore:
Timestamp:
May 5, 2013, 9:55:38 AM (11 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc126

    v6 v7  
    302302For Fusion, it gets a bit more complicated as it makes various calls to assorted PHP scripts (SaveSelection.php, GetSelectionProperties.php, etc). This asynchronous call chain of PHP scripts needs to be refactored so that it only needs to send the new QUERYMAPFEATURES request and process its response as it does all the things that these PHP scripts were previously needed for. In addition, it's client-side selection structure is radically different from that of the AJAX viewer. Given the very early stage of this RFC, discussion with Fusion developers is needed to determine if the sample responses proposed here is enough to replicate the existing client-side selection model and this RFC will be updated accordingly based on developer feedback.
    303303
    304 With these modifications in place, the AJAX Viewer request chain for a single selection looks like this:
     304With these modifications in place, the AJAX Viewer request chain for a single selection looks like this (assuming browser support for data URIs):
    305305
    306306[[Image(AjaxViewerAfter.PNG)]]