Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Jun 29, 2024
1 parent bdba8b1 commit 0d945bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/en/main/examples/common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/examples/common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/ol/dist/ol.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/ol/dist/ol.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/ol/format/KML.js
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ function readMultiGeometry(node, objectStack) {
} else if (type == 'Polygon') {
multiGeometry = new MultiPolygon(geometries);
setCommonGeometryProperties(multiGeometry, geometries);
} else if (type == 'GeometryCollection') {
} else if (type == 'GeometryCollection' || type.startsWith('Multi')) {
multiGeometry = new GeometryCollection(geometries);
} else {
throw new Error('Unknown geometry type found');
Expand Down

0 comments on commit 0d945bb

Please sign in to comment.