Mercurial > lada > lada-client
comparison app/view/panel/Ort.js @ 1279:291df0037835
Ortszuordnung window: create, change and display (wip)
author | Maximilian Krambach <mkrambach@intevation.de> |
---|---|
date | Wed, 18 Jan 2017 11:41:50 +0100 |
parents | 981339d774b8 |
children | 195c5d9b234b |
comparison
equal
deleted
inserted
replaced
1278:cb9609380056 | 1279:291df0037835 |
---|---|
93 this.callParent(arguments); | 93 this.callParent(arguments); |
94 }, | 94 }, |
95 | 95 |
96 afterRender: function() { | 96 afterRender: function() { |
97 this.superclass.afterRender.apply(this, arguments); | 97 this.superclass.afterRender.apply(this, arguments); |
98 this.down('map').map.zoomToMaxExtent(); | 98 this.down('map').map.zoomTo(6); |
99 }, | 99 }, |
100 | 100 |
101 setStore: function(store) { | 101 setStore: function(store) { |
102 var me = this; | 102 var me = this; |
103 var osg = this.down('ortstammdatengrid'); | 103 var osg = this.down('ortstammdatengrid'); |