warning stuff
This commit is contained in:
parent
0dc200f983
commit
873a4046b8
29 changed files with 21 additions and 166 deletions
|
|
@ -91,14 +91,11 @@ public class OsmNodeP implements Comparable<OsmNodeP>
|
|||
|
||||
os2.writeShort( getSElev() );
|
||||
|
||||
int nlinks = 0;
|
||||
|
||||
// hack: write node-desc as link tag (copy cycleway-bits)
|
||||
long nodeDescription = getNodeDecsription();
|
||||
|
||||
for( OsmLinkP link0 = firstlink; link0 != null; link0 = link0.next )
|
||||
{
|
||||
nlinks++;
|
||||
OsmLinkP link = link0;
|
||||
OsmNodeP origin = this;
|
||||
int skipDetailBit = link0.counterLinkWritten() ? SKIPDETAILS_BITMASK : 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue