deegree3 developer team meeting (2009-10-13)
Protocol by: RutgerBezema
Attendees: RutgerBezema, AndreasSchmitz, MarkusSchneider, AndreiIonita, SteffenThomas
Contents
1. WFS
While implementing the KVP Adapaters for GetFeatur 1.0.0 it was found, that the filter encoding 1.0.0 awaits a BOX parameter instead of an Envelope parameter for bbox intersects filters. Deriving the 1.1.0 Filterparser seems the logical step to overcome minor differences like these.
Current WFS implementation status was tested with following clients, IGeoDesktop, OpenJUMP and QGis, the first two are aible to work with the current implementation, QGis awaits 1.0.0 protocol, which implementation is on it's way. UDig, gvSig and OpenLayers are to be tested yet.
- Cite testing the 1.1.0 implementation is well on it's way and is supposed to be ready this week
2. Versioning OGC services
Version handling in GetCapabilities requests, is done more lacks. If a none OWS version (e.g. not 1.2.3) is requested, the Version parser will not throw an exception immediately, but awaits the calling of the get Negotiated Versions.
3. SOS
Because of missing specifications, the FeatureOfInterest parameter in the GetObservation response is unclear, the SOS adds them.
4. CSW
Implementations of the GetCapabilities are KVP/XML supported, the OperationMetadata, constraint and parameters sections will be deducted from the data the CSW will serve.
Implementation of DescribeRecord operation is on it's way.