We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487f33b commit 8439505Copy full SHA for 8439505
test/hipped-bug.test.js
@@ -59,6 +59,7 @@ test('Hipped Roof Exception', () => {
59
</way>
60
</osm>`;
61
const bldg = new Building('88514597', data);
62
+ expect(bldg.outerElement.shape.extractPoints().shape).toStrictEqual([]);
63
const meshes = bldg.render();
64
expect(meshes.length).toBe(1);
65
});
0 commit comments