Changes between Version 2 and Version 3 of MapGuideRfc119
- Timestamp:
- 07/19/11 01:44:41 (14 years ago)
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 = 2 2 3 3 This page contains a change request (RFC) for the !MapGuide Open Source project. … … 24 24 == Overview == 25 25 26 This RFC proposes a solution to enhance customization of URL information for features in vector layer definition.26 This RFC proposes a solution to enhance representation of URL information for features in vector layer definition. 27 27 28 28 == Motivation == … … 35 35 36 36 == Proposed Solution == 37 We need to change the layer definition a little bit. First we add a XML complex type named "URLDataType" .37 We need to change the layer definition a little bit. First we add a XML complex type named "URLDataType" to represent URL information. 38 38 39 39 {{{ … … 67 67 </xs:complexType> 68 68 }}} 69 The child elements this complex type is well explained in its annotation.69 The meaning of child elements this complex type is well explained in its annotation. 70 70 71 71 Then change the original "URL" element in "VectorLayerDefinition" from simple type "xs:string" to complex type "URLDataType". … … 85 85 == Test Plan == 86 86 87 The existing unit tests (!MdfModel unit test) will be updated adding test of the new fieldadded and the new version handling. The !MdfModel unit test verifies that the versioning / roundtripping behavior is working correctly.87 The 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. 88 88 89 89 == Funding / Resources == 90 90 91 Autodesk 91 Funding and developer resources to be provided by Autodesk.