Skip to content

Commit 53189ae

Browse files
committed
Website updates
1 parent a7547e3 commit 53189ae

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

dist/en/main/examples/common.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/offscreen-canvas.worker.worker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/format/Feature.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export function createGeometry(object, options) {
445445
}
446446
const Geometry = GeometryConstructor[object.type];
447447
return transformGeometryWithOptions(
448-
new Geometry(object.flatCoordinates, object.layout, object.ends),
448+
new Geometry(object.flatCoordinates, object.layout || 'XY', object.ends),
449449
false,
450450
options,
451451
);

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)