Mercurial > dive4elements > gnv-client
annotate gnv-artifacts/doc/conf/palette/flow-velocity.xml @ 605:e8ebdbc7f1e3
First step of removing the cache blob. The static part of the describe document will be created by using the input data stored at each state. Some TODOs left (see ChangeLog).
gnv-artifacts/trunk@671 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 09 Feb 2010 14:27:55 +0000 |
parents | c8089cd7d777 |
children |
rev | line source |
---|---|
419
1e192ea34e80
Added color palettes for several parameters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
1e192ea34e80
Added color palettes for several parameters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
2 <ranges> |
483
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
3 <range index="0" from="-inf" to="0.025" rgb="#38a800" description="< 0.025"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
4 <range index="1" from="0.025" to="0.05" rgb="#56b800" description="0.025 - 0.05"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
5 <range index="2" from="0.05" to="0.1" rgb="#74c700" description="0.05 - 0.1"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
6 <range index="3" from="0.1" to="0.3" rgb="#96d600" description="0.1 - 0.3"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
7 <range index="4" from="0.3" to="0.5" rgb="#bfe600" description="0.3 - 0.5"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
8 <range index="5" from="0.5" to="0.7" rgb="#e9f500" description="0.5 - 0.7"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
9 <range index="6" from="0.7" to="0.9" rgb="#ffea00" description="0.7 - 0.9"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
10 <range index="7" from="0.9" to="1.1" rgb="#ffbb00" description="0.9 - 1.1"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
11 <range index="8" from="1.1" to="1.3" rgb="#ff8c00" description="1.1 - 1.3"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
12 <range index="9" from="1.3" to="1.5" rgb="#ff5e00" description="1.3 - 1.5"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
13 <range index="10" from="1.5" to="1.7" rgb="#ff2f00" description="1.5 - 1.7"/> |
c8089cd7d777
Added explicit index scheme to palette classes to allow external references.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
419
diff
changeset
|
14 <range index="11" from="1.7" to="inf" rgb="#ff0000" description="> 1.7"/> |
419
1e192ea34e80
Added color palettes for several parameters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
15 </ranges> |