Resolve conflicts

This commit is contained in:
Andreas Hocevar
2022-04-17 18:48:02 +02:00
parent 252671108f
commit 884c0c6129
7 changed files with 19 additions and 26 deletions

View File

@@ -1,4 +1,3 @@
import GeometryType from '../../../../src/ol/geom/GeometryType.js';
import RenderFeature, {
toFeature,
toGeometry,
@@ -141,7 +140,7 @@ describe('ol/render/Feature', function () {
],
]);
const renderFeature = new RenderFeature(
GeometryType.POLYGON,
'Polygon',
geometry.getFlatCoordinates().slice(),
geometry.getEndss().flat(1)
);