GeometryBuffer: (#453)

+ renamed buffer positions
+ update docs
+ expand toString for meshes/tris
This commit is contained in:
Gustl22
2017-12-04 21:17:30 +02:00
committed by Emux
parent 72b72b8029
commit e3b137e3c4
11 changed files with 116 additions and 81 deletions
@@ -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 {