Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/scripts/viewport.jsp @ 1010:d0e0b562a4a6
Removed store.load()
gnv/trunk@1226 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 28 Jun 2010 08:45:47 +0000 |
parents | 905cc67da916 |
children | 7d67449f47b1 |
comparison
equal
deleted
inserted
replaced
1009:a433a9174cd2 | 1010:d0e0b562a4a6 |
---|---|
107 //map.setCenter(INITIAL_CENTER); | 107 //map.setCenter(INITIAL_CENTER); |
108 | 108 |
109 | 109 |
110 store = new GeoExt.data.WMSCapabilitiesStore({ | 110 store = new GeoExt.data.WMSCapabilitiesStore({ |
111 }); | 111 }); |
112 store.load(); | |
113 | 112 |
114 grid = new Ext.grid.GridPanel({ | 113 grid = new Ext.grid.GridPanel({ |
115 id: 'wmsgrid', | 114 id: 'wmsgrid', |
116 collapsible: false, | 115 collapsible: false, |
117 split: false, | 116 split: false, |