Merge pull request #1413 from oterral/vector-api-draw
[vector-api] drawing interaction
This commit is contained in:
@@ -19,7 +19,7 @@ goog.require('ol.render.EventType');
|
||||
*/
|
||||
ol.render.FeaturesOverlay = function(opt_options) {
|
||||
|
||||
var options = goog.isDef(opt_options) ? opt_options : options;
|
||||
var options = goog.isDef(opt_options) ? opt_options : {};
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user