Fix binary map writer
This commit is contained in:
parent
5a5a14e19b
commit
04d41b1d71
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ public class BinaryMapIndexWriter {
|
|||
|
||||
pcalcx = pcalcx + tx ;
|
||||
pcalcy = pcalcy + ty ;
|
||||
delta = skipSomeNodes(coordinates, len, i, x, y ,false);
|
||||
delta = skipSomeNodes(innerPolygonTypes, len, i, x, y ,true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue