change use of direct routing

This commit is contained in:
afischerdev 2022-12-05 11:50:52 +01:00
parent 3e53659f18
commit d67b3c0ec9
4 changed files with 41 additions and 15 deletions

View file

@ -25,7 +25,7 @@ public class OsmNode extends OsmLink implements OsmPos {
/**
* The elevation
*/
public short selev;
public short selev = Short.MIN_VALUE;
/**
* The node-tags, if any