Changes between Version 1 and Version 2 of MapGuideRfc30


Ignore:
Timestamp:
Aug 27, 2007, 9:17:33 PM (17 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc30

    v1 v2  
    3434The new ConfigDocument classes will be part of MapGuide Web API, which depends on FDO, and will be implemented as code that is shared at both interface and implementation levels. MapGuide Web API also needs other utilities such as utility to simplify the process to add a layer, which might be added in the future. So we are going to add a new project named MapPlatformUtil.
    3535
    36 [[Image(ConfigDocument.jpg, 400)]][[BR]]
     36[[Image(ConfigDocument.jpg, 511)]][[BR]]
    3737
    3838The following classes will be added and exposed in MapGuide Web API.
     
    4545 * MgRfpConfigDocument, MgWmsConfigDocument and MgOdbcConfigDocument are derived from MgConfigDocument. They implement a method AddOverrideInfo to add feature class definitions and their physical mappings into configuration.
    4646
    47 [[Image(ClassDiagram.jpg, 400)]][[BR]]
     47[[Image(ClassDiagram.jpg, 554)]][[BR]]
    4848
    4949Given a raster file, code to generate configuration XML might be as follows.