Test name labels for points in MultiGeometry

This commit is contained in:
mike-000
2020-02-05 23:51:48 +00:00
committed by GitHub
parent 0fb4b62b9b
commit 47a4a63e3e

View File

@@ -3500,7 +3500,7 @@ describe('ol.format.KML', function() {
const style1 = styleArray[1];
expect(style1).to.be.an(Style);
expect(style1.getGeometryFunction()(f)).to.be(f.getGeometry);
expect(style1.getGeometryFunction()(f)).to.be(f.getGeometry());
expect(style1.getFill()).to.be(null);
expect(style1.getImage()).to.be(null);
const strokeStyle = style1.getStroke();