Issue #664 fixed name vs id text for dam resource

Change-Id: I1fd50dde00cdf7fa35ba9eda93721d132a6dfbd5

Former-commit-id: 6bd5b967bf [formerly 5057c05529] [formerly 6bd5b967bf [formerly 5057c05529] [formerly 4dec649a97 [formerly a0481db7ccee2f656362ba63424af3c4aa49277b]]]
Former-commit-id: 4dec649a97
Former-commit-id: af62a3ef80 [formerly 8480dbbd75]
Former-commit-id: f5b7de2568
This commit is contained in:
Max Schenkelberg 2012-06-01 14:36:44 -05:00
parent f6960e1738
commit 1ae1285e5c

View file

@ -217,7 +217,7 @@ public class DamLocationResource extends
Coordinate nameCoor = new Coordinate(pixel[0]
- getScaleWidth(), pixel[1] + getScaleHeight());
DrawableString ds = new DrawableString(dam.getNidid(),
DrawableString ds = new DrawableString(dam.getDamName(),
LABEL_COLOR);
ds.setCoordinates(nameCoor.x, nameCoor.y);
ds.font = font;