Handle righthanded polygons in format, not source

This commit is contained in:
Andreas Hocevar
2015-09-25 17:15:01 +02:00
parent 29b64d8628
commit 0e8e104a2d
4 changed files with 18 additions and 12 deletions
+2
View File
@@ -75,6 +75,8 @@ ol.format.MVT = function(opt_options) {
*/
this.layers_ = goog.isDef(options.layers) ? options.layers : null;
this.rightHandedPolygons = true;
};
goog.inherits(ol.format.MVT, ol.format.Feature);