[Commits] r1384 - apps/opengeo/geoexplorer/trunk/src/html
commits at geoext.org
commits at geoext.org
Thu Oct 8 00:23:29 CEST 2009
Author: tschaub
Date: 2009-10-08 00:23:29 +0200 (Thu, 08 Oct 2009)
New Revision: 1384
Modified:
apps/opengeo/geoexplorer/trunk/src/html/index.html
Log:
Assuming local.
Modified: apps/opengeo/geoexplorer/trunk/src/html/index.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/html/index.html 2009-10-06 22:37:14 UTC (rev 1383)
+++ apps/opengeo/geoexplorer/trunk/src/html/index.html 2009-10-07 22:23:29 UTC (rev 1384)
@@ -32,7 +32,6 @@
Ext.BLANK_IMAGE_URL = "@blank.gif@";
var app = new GeoExplorer.Full({
alignToGrid: true,
- proxy: "/proxy/?url=",
about: {
title: "GeoExplorer Demo Map",
"abstract": "This is a demonstration of GeoExplorer, " +
@@ -43,21 +42,17 @@
contact: "For more information, contact <a href='http://opengeo.org'>OpenGeo</a>."
},
wms: {
- "demo": "http://demo.opengeo.org/geoserver/ows/"
+ "demo": "/geoserver/ows/"
},
map: {
layers: [{
- name: "topp:bluemarble",
- title: "Global Imagery",
+ name: "World",
+ title: "World",
wms: "demo",
group: "background"
- }, {
- name: "topp:states",
- wms: "demo",
- visibility: true
}],
- center: [-96.7, 37.6],
- zoom: 4
+ center: [-6.328, 5.249],
+ zoom: 2
}
});
</script>
More information about the Commits
mailing list