Changes between Version 4 and Version 5 of MapGuideRfc9
- Timestamp:
- 02/12/07 09:59:26 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc9
v4 v5 121 121 }}} 122 122 123 To provide these methods with access to a !MgFeatureService instance , the following methods will be added in!MgMap.123 To 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. 124 124 125 125 {{{ … … 160 160 == Implications == 161 161 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.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 the new !MgMap constructor. If they do not the new methods will throw an exception. 163 163 164 164 == Test Plan ==