Add controls to map

This commit is contained in:
Tom Payne
2012-09-28 12:52:47 +02:00
parent e7eccb302d
commit e2e983728e
4 changed files with 91 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ ol.MapExport = function(container, mapOptionsExtern) {
goog.base(this, container, {
center: mapOptionsExtern.center,
controls: mapOptionsExtern.controls,
doubleClickZoom: mapOptionsExtern.doubleClickZoom,
dragPan: mapOptionsExtern.dragPan,
interactions: mapOptionsExtern.interactions,