Changes between Version 8 and Version 9 of MapGuideRfc43
- Timestamp:
- 12/05/07 16:19:28 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc43
v8 v9 35 35 == Proposed Changes == 36 36 37 *Add the following API to !MgSelectionBase37 Add the following API to !MgSelectionBase 38 38 {{{ 39 39 // Add a single selection to the set where the identity property is a double. 40 40 void AddFeatureIdDouble(MgLayerBase* layer, CREFSTRING className, double identifier); 41 41 }}} 42 *Modify the Server and Web Extensions code bases to map the Fdo decimal type to an !MgDoubleProperty.42 Modify the Server and Web Extensions code bases to map the Fdo decimal type to an !MgDoubleProperty. 43 43 44 44 == Implications == 45 45 46 * This is new API only. There will be no effect on existing applications. 47 * !MapGuide does not currently support an !MgDecimalProperty. Support for an arbitrary precision !MgDecimalProperty is beyond the scope of this RFC. 46 This is new API only. There will be no effect on existing applications. 47 48 !MapGuide does not currently support an !MgDecimalProperty. Support for an arbitrary precision !MgDecimalProperty is beyond the scope of this RFC. 48 49 49 50 == Test Plan ==