Changes between Version 5 and Version 6 of MapGuideRfc43


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc43

    v5 v6  
    3535== Proposed Changes ==
    3636
    37 * Add the following API to !MgSelectionBase
     37 * Add 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.
     42 * Modify the Server and Web Extensions code bases to map the Fdo decimal type to an !MgDoubleProperty.
    4343
    4444== Implications ==