Issue #664 fixed name vs id text for dam resource
Change-Id: I1fd50dde00cdf7fa35ba9eda93721d132a6dfbd5 Former-commit-id:5057c05529
[formerly a0481db7ccee2f656362ba63424af3c4aa49277b] Former-commit-id:4dec649a97
This commit is contained in:
parent
9c3805b762
commit
8480dbbd75
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue