Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 516:4f2a18abc780
Added little XSL tranformation to turn palette XML files into QGIS style definitions.
Useful to display "Horizontalschnitte" in correct colors.
gnv-artifacts/trunk@610 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sat, 23 Jan 2010 14:03:26 +0000 |
parents | 234d9892e497 |
children | 96a1e92e7ed2 |
comparison
equal
deleted
inserted
replaced
515:234d9892e497 | 516:4f2a18abc780 |
---|---|
1 2010-01-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * contrib/palette2qgis.xsl: New. XST tranformation to turn a | |
4 palette XML file into a style definition suitable to be used | |
5 in QGIS. Tested with QGIS 1.4.0-Enceladus. Usage: | |
6 | |
7 $ xsltproc contrib/palette2qgis.xsl \ | |
8 doc/conf/palette/water-temperature.xml \ | |
9 > water-temperature.qml | |
10 | |
11 Do similar to process salinity.xml et al. | |
12 | |
13 When you've loaded the "Horizontalschnitt" polygon layer | |
14 in QGIS, class it via the "CLASS" attribute, load the | |
15 according style and apply it. Voila! | |
16 | |
1 2010-01-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 17 2010-01-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/gnv/math/Interpolation3D.java: | 19 * src/main/java/de/intevation/gnv/math/Interpolation3D.java: |
4 Make "Profilschnitte" work the same way like "Horzontalschnitte" | 20 Make "Profilschnitte" work the same way like "Horzontalschnitte" |
5 again. | 21 again. |