Changes between Version 4 and Version 5 of MapGuideRfc119
- Timestamp:
- 07/19/11 01:47:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc119
v4 v5 32 32 Concat('http://www.map.com/fid=', FeatId) 33 33 }}} 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.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. 35 35 36 36 == Proposed Solution == … … 69 69 The meaning of child elements this complex type is well explained in its annotation. 70 70 71 Then change the original "URL" element in " VectorLayerDefinition" from simple type "xs:string" to complex type "URLDataType".71 Then change the original "URL" element in "!VectorLayerDefinition" from simple type "xs:string" to complex type "URLDataType". 72 72 {{{ 73 73 <xs:element name="Url" type="URLDataType" minOccurs="0">