Remove right-handed polygon handling in renderer
Since ol.render.Feature assumes right-handed polygons anyway, this extra optimization is not needed.
This commit is contained in:
@@ -74,8 +74,6 @@ ol.format.MVT = function(opt_options) {
|
||||
*/
|
||||
this.layers_ = options.layers ? options.layers : null;
|
||||
|
||||
this.rightHandedPolygons = true;
|
||||
|
||||
};
|
||||
goog.inherits(ol.format.MVT, ol.format.Feature);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user