Move ol.DRAGROTATE_ANIMATION_DURATION const to a constructor option

This commit is contained in:
Frederic Junod
2015-04-13 15:25:23 +02:00
parent a94a87323d
commit 6c33f84798
3 changed files with 16 additions and 9 deletions
-6
View File
@@ -48,12 +48,6 @@ ol.DEFAULT_TILE_SIZE = 256;
ol.DEFAULT_WMS_VERSION = '1.3.0';
/**
* @define {number} Drag-rotate animation duration.
*/
ol.DRAGROTATE_ANIMATION_DURATION = 250;
/**
* @define {number} Hysteresis pixels.
*/