Lower pixel tolerance to avoid accidental vertex deltion

This commit is contained in:
ahocevar
2014-03-28 11:37:06 +01:00
parent e612330dd7
commit b9cd512ffc
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ ol.interaction.Modify = function(options) {
* @private
*/
this.pixelTolerance_ = goog.isDef(options.pixelTolerance) ?
options.pixelTolerance : 20;
options.pixelTolerance : 10;
/**
* @type {Array}