Add ol.Map skeleton

This commit is contained in:
Tom Payne
2012-07-10 19:54:15 +02:00
committed by Tom Payne
parent 995aa76d1a
commit 1298cc3da3
3 changed files with 133 additions and 562 deletions

View File

@@ -7,6 +7,7 @@ goog.require('ol.DOMMapRenderer');
goog.require('ol.Extent');
goog.require('ol.Layer');
goog.require('ol.LayerRenderer');
goog.require('ol.Map');
goog.require('ol.MapRenderer');
goog.require('ol.Object');
goog.require('ol.Projection');