tr details, ele interpolation

This commit is contained in:
Arndt Brenschede 2016-12-02 19:28:31 +01:00
parent 0641a17b9c
commit de5f70b9d9
3 changed files with 41 additions and 31 deletions

View file

@ -143,9 +143,6 @@ public class OsmNode extends OsmLink implements OsmPos
tr.toLat = mc.readInt();
tr.next = firstRestriction;
firstRestriction = tr;
System.out.println( "decoded tr: " + tr );
}
selev = mc.readShort();