Peter Robins
|
535e8f5e35
|
Move top-level typedefs to typedefs.js
With one exception, those directly in the `ol` namespace can be moved without problem.
Some left-over goog.requires are also removed.
|
2016-05-11 17:18:05 +00:00 |
|
Marc Jansen
|
47a7b03e0e
|
Remove use of toDegrees/toRadians util functions
Instead of goog.math.toRadians and goog.math.toDegrees, we now use
our own implementations of these basic conversion functions.
|
2015-10-12 21:16:03 +02:00 |
|
Tim Schaub
|
7659e47e07
|
Inline simple goog.isDef() checks
|
2015-09-27 10:18:44 -06:00 |
|
Tom Payne
|
0a5ab24a0c
|
Add ol.RotationConstraint.disable
|
2014-01-27 14:49:08 +01:00 |
|
Tom Payne
|
5ff2fcacb8
|
Snap rotation when within 5 degrees instead of 0.1 radians
|
2014-01-27 14:39:40 +01:00 |
|
Tom Payne
|
fe9fee1609
|
Improve type checking in ol.RotationConstraint
|
2013-04-30 22:00:22 +02:00 |
|
Éric Lemoine
|
1776d80cb9
|
Add a snapToZero rotation constraint
|
2013-03-05 10:08:00 +01:00 |
|
Éric Lemoine
|
79166dc1d6
|
Constraint objects moved to ol namespace from ol.interaction namespace
|
2012-09-27 00:10:54 +02:00 |
|