<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hey Peter,<br>
<br>
right now i am trying to get the height attributes to work.<br>
What I've done so far:<br>
- I've added a height member to the Node class<br>
- I've added a height_diff member to the Edge class<br>
<br>
So here is my first question: <br>
<font face="Courier New, Courier, monospace">nodeOsmIdToIndexMap.put(node.id(),
pillarId + 3);</font><br>
Why is it pillarId + 3?<br>
<br>
And another question:<br>
What's the SEGMENT_SIZE for? Why is it 1<<20?<br>
<br>
It should work with my changes, but the flushing step takes a very
long time when creating the graph. <br>
I think it has something to do with the segmentsize.<br>
<br>
<br>
Thanks for your help,<br>
<br>
Robert<br>
</body>
</html>