Changes between Version 5 and Version 6 of MapGuideRfc43
- Timestamp:
- 12/05/07 16:16:34 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc43
v5 v6 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 ==