Changes between Version 2 and Version 3 of MapGuideRfc119


Ignore:
Timestamp:
Jul 19, 2011, 1:44:41 AM (13 years ago)
Author:
samwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc119

    v2 v3  
    1 = !MapGuide RFC 119 - Enhance URL for features in vector layer definition =
     1= !MapGuide RFC 119 - Enhance URL information for features in vector layer definition =
    22
    33This page contains a change request (RFC) for the !MapGuide Open Source project.
     
    2424== Overview ==
    2525
    26 This RFC proposes a solution to enhance customization of URL information for features in vector layer definition.
     26This RFC proposes a solution to enhance representation of URL information for features in vector layer definition.
    2727
    2828== Motivation ==
     
    3535 
    3636== Proposed Solution ==
    37 We need to change the layer definition a little bit. First we add a XML complex type named "URLDataType".
     37We need to change the layer definition a little bit. First we add a XML complex type named "URLDataType" to represent URL information.
    3838
    3939{{{
     
    6767  </xs:complexType>
    6868}}}
    69 The child elements this complex type is well explained in its annotation.
     69The meaning of child elements this complex type is well explained in its annotation.
    7070
    7171Then change the original "URL" element in "VectorLayerDefinition" from simple type "xs:string" to complex type "URLDataType".
     
    8585== Test Plan ==
    8686
    87 The existing unit tests (!MdfModel unit test) will be updated adding test of the new field added and the new version handling. The !MdfModel unit test verifies that the versioning / roundtripping behavior is working correctly.
     87The existing unit tests (!MdfModel unit test) will be updated adding test of the new complex type added and the new version handling. The !MdfModel unit test verifies that the versioning / roundtripping behavior is working correctly.
    8888
    8989== Funding / Resources ==
    9090
    91 Autodesk
     91Funding and developer resources to be provided by Autodesk.