Remove wrong Geometry type in KML format

This commit is contained in:
Frederic Junod
2018-09-11 08:45:16 +02:00
parent e6e9801a74
commit 3c52757f3f
-1
View File
@@ -1580,7 +1580,6 @@ function readMultiGeometry(node, objectStack) {
if (geometries.length === 0) { if (geometries.length === 0) {
return new GeometryCollection(geometries); return new GeometryCollection(geometries);
} }
/** @type {import("../geom/Geometry.js").default} */
let multiGeometry; let multiGeometry;
let homogeneous = true; let homogeneous = true;
const type = geometries[0].getType(); const type = geometries[0].getType();