change use of direct routing
This commit is contained in:
parent
3e53659f18
commit
d67b3c0ec9
4 changed files with 41 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue