Changes between Version 27 and Version 28 of MapGuideRfc77


Ignore:
Timestamp:
Sep 14, 2009, 6:37:14 PM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc77

    v27 v28  
    340340
    341341Supplied by Autodesk.
     342
     343== Addendum, Sept. 15, 2009 ==
     344
     345Previously, MgFeatureService::!CreateFeatureSource(...) will throw an MgInvalidArgumentException no feature classes or spatial context are specified in the MgFileFeatureSourceParams instance. If the spatial context and feature class are not known at the time of creation then a "dummy" feature class and spatial context would need to be specified; and then deleted later.
     346
     347This change will allow MgFeatureService::!CreateFeatureSource(...) to execute without the spatial context and feature class specified.
     348