diff app/view/panel/Map.js @ 635:def8def373e8

Added a toolbar to the OpenLayers map panel.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 16 Mar 2015 17:31:41 +0100
parents 04e380ce4d73
children d21048cbdbb3
line wrap: on
line diff
--- a/app/view/panel/Map.js	Mon Mar 16 17:31:13 2015 +0100
+++ b/app/view/panel/Map.js	Mon Mar 16 17:31:41 2015 +0100
@@ -57,6 +57,7 @@
         keyControl.activate();
         this.bodyStyle = {background: '#fff'};
         this.initData();
+        this.tbar = Ext.create('Lada.view.widget.MapToolbar');
         this.callParent(arguments);
     },
 

http://lada.wald.intevation.org