Changes between Version 8 and Version 9 of MapGuideRfc43


Ignore:
Timestamp:
Dec 5, 2007, 4:19:28 PM (16 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc43

    v8 v9  
    3535== Proposed Changes ==
    3636
    37  * Add the following API to !MgSelectionBase
     37Add the following API to !MgSelectionBase
    3838{{{
    3939    // Add a single selection to the set where the identity property is a double.
    4040    void AddFeatureIdDouble(MgLayerBase* layer, CREFSTRING className, double identifier); 
    4141}}}
    42  * Modify the Server and Web Extensions code bases to map the Fdo decimal type to an !MgDoubleProperty.
     42Modify the Server and Web Extensions code bases to map the Fdo decimal type to an !MgDoubleProperty.
    4343
    4444== Implications ==
    4545
    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.
     46This 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.
    4849
    4950== Test Plan ==