deegree3 developer team meeting 2010-06-08
Protocol by: AndreiIonita
Attendees: LynBüsching, JohannesWilden, AndreiIonita, MarkusSchneider, AndreasSchmitz, SteffenThomas
1. JUnit tests
MarkusSchneider fixed a few issues related to deegree tests:
the wrapper classes for the JUnit tests have been found redundant, considering our current (maven) project structure. Now one just needs to right click on the project (e.g. deegree-core), "Run As" -> "JUnit Test"
- the long standing mystery trying to run run JUnit tests without internet connection has now been solved. Some schemas encountered needed to be retrieved from their respective websites, now copies of those have been made and the JUnit tests are now internet-free
2. WPVS and Coverage-API
Quite a number of bugs have been fixed in the Coverage API, that were causing malfunctions in WPVS. The WPVS DataManager is now restored, after the FileBackend was not creating any new files.
3. WMS
AndreasSchmitz implemented a -for now experimental- statistic layer that allows GetMap KVP requests to be visualized by means of the BBOXes. The KVP requests will also be registered in ~/.deegree directory.
4. Georeferencing viewer
SteffenThomas is busy developing the footprint component for the GRViewer and enabling the interactions between the components. He will also be using the CRS API transformation tools after all components are ready.