Fixed case for POINT
This commit is contained in:
@@ -384,7 +384,7 @@ class CanvasBuilder extends VectorContext {
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case type == GeometryType.POINT:
|
case GeometryType.POINT:
|
||||||
flatCoordinates = geometry.getFlatCoordinates();
|
flatCoordinates = geometry.getFlatCoordinates();
|
||||||
this.coordinates.push(flatCoordinates[0], flatCoordinates[1]);
|
this.coordinates.push(flatCoordinates[0], flatCoordinates[1]);
|
||||||
builderEnd = this.coordinates.length;
|
builderEnd = this.coordinates.length;
|
||||||
|
|||||||
Reference in New Issue
Block a user