Improve overview map handling of map and view changes

This commit is contained in:
Tim Schaub
2015-04-05 18:31:11 +02:00
parent 0189e11931
commit e1079ab9a3
3 changed files with 161 additions and 41 deletions

View File

@@ -1,5 +1,6 @@
goog.provide('ol.View');
goog.provide('ol.ViewHint');
goog.provide('ol.ViewProperty');
goog.require('goog.array');
goog.require('goog.asserts');