Changes between Version 3 and Version 4 of FDORfc51
- Timestamp:
- 07/28/10 01:27:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc51
v3 v4 45 45 46 46 WFS1.1.0 uses GML 3 instead of GML 2 as default format for DescribeFeatureType and GetFeature request. Currently FDO can only handle GML 2 correctly and have some problem with GML 3, we need to enhance it to support both versions well. This includes two aspects: 47 GML 3 to FDO 47 48 GML 3 to FDO[[BR]] 49 48 50 • GML 3 schema to FDO schema 51 49 52 • GML 3 feature to FDO feature (FDO only has a reader API, used by the WFS provider, which exposes GML features as FDO features. This API should be updated to handle GML 3) 53 50 54 FDO to GML 3 51 55 • FDO schema to GML 3 schema 52 56 • FDO feature to GML 3 feature 57 53 58 Note: Those transform functions are implemented in the FDO component. 54 59