Changes between Version 4 and Version 5 of MapGuideRfc9


Ignore:
Timestamp:
Feb 12, 2007, 9:59:26 AM (17 years ago)
Author:
robertbray
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc9

    v4 v5  
    121121}}}
    122122
    123 To provide these methods with access to a !MgFeatureService instance, the following methods will be added in !MgMap.
     123To provide these methods with access to a !MgFeatureService instance a new constructor will need to be added to !MgMap that takes an !MgSiteConnection. Once !MgMap has an !MgSiteConnection instance we can also offer simplified forms of Open and Create. Here is the compete list of proposed changes to !MgMap.
    124124
    125125{{{
     
    160160== Implications ==
    161161
    162 Because these are additions to the API no compatibility issues exist. However in order to take advantage of the new methods users will need to call one of the new !MgMap constructors. If they do not the new methods will throw an exception.
     162Because these are additions to the API no compatibility issues exist. However in order to take advantage of the new methods users will need to call the new !MgMap constructor. If they do not the new methods will throw an exception.
    163163
    164164== Test Plan ==