Implement view hints architecture

This commit is contained in:
Tom Payne
2013-01-12 16:51:17 +01:00
parent 2a08e7add2
commit 5d31a44c12
4 changed files with 39 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ goog.require('goog.asserts');
goog.require('ol.Coordinate');
goog.require('ol.MapBrowserEvent');
goog.require('ol.View2D');
goog.require('ol.ViewHint');
goog.require('ol.interaction.ConditionType');
goog.require('ol.interaction.Drag');