[FrontPage] [TitleIndex] [WordIndex

deegree3 developer team meeting 2010-11-02

Protocol by: MarkusSchneider

Attendees: AndreasSchmitz, ChristianKiehle, JensPabel, MarkusSchneider, JohannesWilden

1. Moving towards 3.0

3.0-rc1 has been tagged and built on Friday last week. For this Friday, 3.0-rc2 is scheduled.

2. PostGIS FeatureStore

Lots of changes have been applied to the PostGIS feature store and its configuration.

2.1. Relational mode

Relational mode for simple tables / feature types is almost finished and uses a very easy-to-use configuration mechanism -- the only required information for defining a simple feature type is the name of the table.

The following example defines the feature type SGID024_ElectricalLines. Properties are automatically derived from the columns in table SGID024_ElectricalLines, including the storage CRS of the geometry properties.

<PostGISFeatureStore configVersion="0.6.2" xmlns="http://www.deegree.org/datasource/feature/postgis">
  <JDBCConnId>postgis</JDBCConnId>
  <FeatureType table="SGID024_ElectricalLines" />
</PostGISFeatureStore>

Of course, it's possible to customize the mapping (e.g. property names) by providing more information in the configuration.

2.2. Hybrid mode

Hybrid mode is progressing as well. Automatic mapping of the INSPIRE Annex I Data Themes GML application schemas is almost working.

3. WMS bugfixes

Several outstanding bugs in the WMS have been fixed.

4. OpenLayers WPS client

The OpenLayers WPS client is progressing and will hopefully be ready for inclusion in the 3.0 WPS download.

5. CSW

The CSW and the PostGIS ISO Metadata store are nearing completion. For 3.0-rc2, the integration of the deegree 2-based catalogueManager with the deegree 3 CSW is planned -- the CSW demo downloads will include the manager component.


CategoryDeegreeOrganisation CategoryDeegree3


2018-04-20 12:04