Add pixelTolerance to olx.interaction.ExtentOptions

This commit is contained in:
marcosox
2017-10-16 15:46:12 +02:00
parent d40dd695cb
commit 850aaf96f2
2 changed files with 10 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ goog.require('ol.style.Style');
*/
ol.interaction.Extent = function(opt_options) {
var options = opt_options ? opt_options : {};
var options = opt_options || {};
/**
* Extent of the drawn box