Changes between Version 27 and Version 28 of MapGuideRfc119
- Timestamp:
- 07/19/11 20:05:05 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc119
v27 v28 84 84 85 85 Now the normal workflow for evaluating the URL content of a feature is: 86 The application first check ' ContentOverride' child element of the URL element. If its value is not empty and happens to be one of the proerties of the feature class the layer is based on, then fetch the actual value(which may be a string FDO expression) from that property of the feature and evaluate it as the URL content. Otherwise, ignore it and check 'Content' child element's value and evaluate its value as a FDO expression.86 The application first check '!ContentOverride' child element of the URL element. If its value is not empty and happens to be one of the property names of the feature class the layer is based on, then fetch the actual value(which may be a string FDO expression) from that property of the feature and evaluate the actual value as a FDO expression. Otherwise, ignore it and check 'Content' child and evaluate its value as a FDO expression. 87 87 88 88 == Implications ==