Changes between Version 4 and Version 5 of MapGuideRfc119


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc119

    v4 v5  
    3232Concat('http://www.map.com/fid=', FeatId)
    3333}}}
    34 where 'FeatId' property is the property to identify a unique feature of the feature class. The the URL of features should be something like "http://www.map.com/fid=123" for feature with FeatID=123. At the same time, a user may want to change the URL of this feature to something else, e.g a hard coded string "www.google.com". We have to specify where to store this value.
     34where '!FeatId' property is the property to identify a unique feature of the feature class. The the URL of features should be something like "http://www.map.com/fid=123" for feature with FeatID=123. At the same time, a user may want to change the URL of this feature to something else, e.g a hard coded string "www.google.com". We have to specify where to store this value.
    3535 
    3636== Proposed Solution ==
     
    6969The meaning of child elements this complex type is well explained in its annotation.
    7070
    71 Then change the original "URL" element in "VectorLayerDefinition" from simple type "xs:string" to complex type "URLDataType".
     71Then change the original "URL" element in "!VectorLayerDefinition" from simple type "xs:string" to complex type "URLDataType".
    7272{{{
    7373 <xs:element name="Url" type="URLDataType" minOccurs="0">