Mercurial > dive4elements > river
annotate artifacts/doc/conf/zoom-scales.xml @ 8472:3f505fba522f
(issue1772) Use 0.001km tolarance instead of 0.1 to find matching km.
There is no sense to use a define here. I will not write
static final double NULLPOINTNULLNULLONE=0.001 if i just want to use that
value and not any other value which may make sense in some other place.
Using hardcoded values can have its merits and makes the code easier to
read.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 18 Nov 2014 15:24:40 +0100 |
parents | 35094b6bacf4 |
children |
rev | line source |
---|---|
7804
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
2 <zoom-scales> |
7835
35094b6bacf4
Merged minfo-opt branch into default.
Tom Gottfried <tom@intevation.de>
parents:
7804
diff
changeset
|
3 <zoom-scale river="default" range="50" radius="1"/> |
35094b6bacf4
Merged minfo-opt branch into default.
Tom Gottfried <tom@intevation.de>
parents:
7804
diff
changeset
|
4 <zoom-scale river="default" range="100" radius="5"/> |
35094b6bacf4
Merged minfo-opt branch into default.
Tom Gottfried <tom@intevation.de>
parents:
7804
diff
changeset
|
5 <zoom-scale river="default" range="500" radius="10"/> |
7804
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
6 <zoom-scale river="Beispielfluss" range="50" radius="1" /> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
7 <zoom-scale river="Beispielfluss" range="100" radius="5" /> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
8 <zoom-scale river="Beispielfluss" range="500" radius="10" /> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
9 </zoom-scales> |