Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2318:0b8c04c7f762
Avoid that annotations like the ones used for hyks prevent manual point text annotation rendering.
flys-artifacts/trunk@3999 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 09 Feb 2012 13:45:26 +0000 |
parents | 9b5541dcc01f |
children | bf134f4c0be1 |
comparison
equal
deleted
inserted
replaced
2317:9b5541dcc01f | 2318:0b8c04c7f762 |
---|---|
1 2012-02-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix flys/issue490. Allow CollisionFree..Annotations to collide with | |
4 non-collision-free annotations. | |
5 | |
6 * src/main/java/de/intevation/flys/jfree/CollisionFreeXYTextAnnotationEntity.java: | |
7 New, to take advantage of cheap instanceof operator. | |
8 | |
9 * src/main/java/de/intevation/flys/jfree/CollisionFreeXYTextAnnotation.java: | |
10 Only avoid collisions with members of same family (i.e. allow | |
11 collision with annotations of other types). | |
12 | |
1 2012-02-09 Ingo Weinzierl <ingo@intevation.de> | 13 2012-02-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * doc/conf/themes.xml: Added themes for historical discharge curves and | 15 * doc/conf/themes.xml: Added themes for historical discharge curves and |
4 the differences to a reference curve. | 16 the differences to a reference curve. |
5 | 17 |