GeometryBuffer: (#453)
+ renamed buffer positions + update docs + expand toString for meshes/tris
This commit is contained in:
@@ -266,8 +266,8 @@ public class TileDecoder implements ITileDecoder {
|
||||
}
|
||||
|
||||
private void removeLastPoint() {
|
||||
mMapElement.pointPos -= 2;
|
||||
mMapElement.index[mMapElement.indexPos] -= 2;
|
||||
mMapElement.pointNextPos -= 2;
|
||||
mMapElement.index[mMapElement.indexCurrentPos] -= 2;
|
||||
}
|
||||
|
||||
private void parseLineString(JsonParser jp) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user