Changes between Version 13 and Version 14 of MapGuideRfc119
- Timestamp:
- 07/19/11 02:09:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc119
v13 v14 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 like "http://www.map.com/fid=123" for featurewith FeatID=123. When a user wants 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 a feature should be like "http://www.map.com/fid=123" with FeatID=123. When a user wants 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 ==