Minor fixes according to review

This commit is contained in:
GaborFarkas
2016-11-14 17:35:26 +01:00
parent dd905ffb5b
commit efbc4ead8d
5 changed files with 7 additions and 2 deletions
@@ -297,6 +297,7 @@ ol.render.webgl.PolygonReplay.prototype.triangulate_ = function(list, rtree) {
// introduce touching segments. However, the original data may have some.
if (!this.resolveLocalSelfIntersections_(list, rtree, true)) {
// Something went wrong.
ol.DEBUG && console.assert(false, 'Unexpected simple polygon geometry');
break;
}
}