im-router-update
This commit is contained in:
parent
cd8082f2b2
commit
d277db0bd1
19 changed files with 1506 additions and 903 deletions
|
|
@ -146,5 +146,13 @@ public class OsmNodeP extends OsmLinkP implements Comparable<OsmNodeP>, OsmPos
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
public OffsetSet filterAndCloseNode( OffsetSet in, boolean modifyGate )
|
||||
{
|
||||
return in; // do nothing (StationNode overrides)
|
||||
}
|
||||
|
||||
public String getName()
|
||||
{
|
||||
return "<waynode>";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue