You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openrouteservice/src/main/java/org/heigit/ors/fastisochrones/partitioning/storage/IsochroneNodeStorage.java
// Borderness of nodes is stored in a block after cellIds block. As it is one bit per node, it is condensed into blocks of 8 node information per byte.
48
+
this.cellBytes = 4;
48
49
}
49
50
50
51
@Override
@@ -60,24 +61,21 @@ public boolean loadExisting() {
60
61
publicvoidsetBorderness(boolean[] borderness) {
61
62
if (nodeCount != borderness.length)
62
63
thrownewIllegalStateException("Nodecount and borderness array do not match");
0 commit comments