Navigation control with Drag sequence Dragger

This is totally unfinished, but tests pass, and it is only meant to give the map a Navigation control.
This commit is contained in:
ahocevar
2012-06-21 14:08:30 +02:00
parent 8fc1e9cc98
commit 6213e07f96
9 changed files with 198 additions and 97 deletions
+2 -1
View File
@@ -3,8 +3,9 @@ goog.require('ol.bounds');
goog.require('ol.control.Control');
goog.require('ol.control.Navigation');
goog.require('ol.event');
goog.require('ol.event.Drag');
goog.require('ol.event.Events');
goog.require('ol.event.drag');
goog.require('ol.event.Sequence');
goog.require("ol.map");
goog.require("ol.loc");
goog.require("ol.feature");