# HG changeset patch # User Tim Englich # Date 1277714747 0 # Node ID d0e0b562a4a6233cf6b0741a811408dee8d7a7fd # Parent a433a9174cd28030ceb32b215087fbab7ffbd79f Removed store.load() gnv/trunk@1226 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r a433a9174cd2 -r d0e0b562a4a6 gnv/ChangeLog --- a/gnv/ChangeLog Mon Jun 28 07:48:16 2010 +0000 +++ b/gnv/ChangeLog Mon Jun 28 08:45:47 2010 +0000 @@ -1,5 +1,14 @@ 2010-06-28 Tim Englich + ISSUE 305 + + * src/main/webapp/scripts/viewport.jsp: + Removed store.load() because calling this function without a given + url to a capabilities-file will cause that the complete page, where the + Web-Client is placed in, will be loaded using the proxy without the post- + Parameter. + +2010-06-28 Tim Englich ISSUE 305 diff -r a433a9174cd2 -r d0e0b562a4a6 gnv/src/main/webapp/scripts/viewport.jsp --- a/gnv/src/main/webapp/scripts/viewport.jsp Mon Jun 28 07:48:16 2010 +0000 +++ b/gnv/src/main/webapp/scripts/viewport.jsp Mon Jun 28 08:45:47 2010 +0000 @@ -109,7 +109,6 @@ store = new GeoExt.data.WMSCapabilitiesStore({ }); - store.load(); grid = new Ext.grid.GridPanel({ id: 'wmsgrid',