Changes between Version 7 and Version 8 of MapGuideRfc134


Ignore:
Timestamp:
May 17, 2013, 8:21:16 AM (11 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc134

    v7 v8  
    142142}}}
    143143
    144 The ability to create MgMap objects on the server-tier is actually not a supported usage scenario. MgMaps are usually created on the web-tier. To support server-tier creation of MgMap objects, we need a new supporting API in MgSelection that allows direct plugging of the session id, instead of letting it try to fetch a non-existent MgUserInformation from our *server-based* MgResourceService:
     144The ability to create MgSelection objects on the server-tier is actually not a supported usage scenario. MgSelection objects are usually created on the web-tier (as part of AJAX/Fusion viewer initialization). To support server-tier creation of MgSelection objects, we need a new supporting API in MgSelection that allows direct plugging of the session id, instead of letting it try to fetch a non-existent MgUserInformation from our *server-based* MgResourceService. We need to create a MgSelection server-side that complements the created MgMap, so that selection operations from client-side applications will work:
    145145{{{
    146146class MG_MAPGUIDE_API MgSelection : public MgSelectionBase