[Commits] r1181 - apps/opengeo/geoexplorer/trunk/src/html
commits at geoext.org
commits at geoext.org
Wed Jul 1 01:54:18 CEST 2009
Author: tschaub
Date: 2009-07-01 01:54:18 +0200 (Wed, 01 Jul 2009)
New Revision: 1181
Modified:
apps/opengeo/geoexplorer/trunk/src/html/embed.html
apps/opengeo/geoexplorer/trunk/src/html/index.html
Log:
Simpler initial app config.
Modified: apps/opengeo/geoexplorer/trunk/src/html/embed.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/html/embed.html 2009-06-30 23:53:05 UTC (rev 1180)
+++ apps/opengeo/geoexplorer/trunk/src/html/embed.html 2009-06-30 23:54:18 UTC (rev 1181)
@@ -31,8 +31,8 @@
var app = new GeoExplorer.Embed({
proxy: "/proxy/?url=",
about: {
- title: 'Example Map',
- "abstract": 'A description of the map\'s contents',
+ title: "Example Map",
+ "abstract": "A description of the map's contents",
keywords: "example, test, development",
contact: "Georj the Robot, Outreach Tribe Leader, OpenGeo, http://opengeo.org/"
},
@@ -45,12 +45,8 @@
ows: "demo",
background: true
},{
- name: "nurc:Img_Sample",
- ows: "demo"
- },{
name: "topp:states",
- ows: "demo",
- background: true
+ ows: "demo"
}],
center: [-96.7, 37.6],
zoom: 4
Modified: apps/opengeo/geoexplorer/trunk/src/html/index.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/html/index.html 2009-06-30 23:53:05 UTC (rev 1180)
+++ apps/opengeo/geoexplorer/trunk/src/html/index.html 2009-06-30 23:54:18 UTC (rev 1181)
@@ -42,18 +42,14 @@
},
map: {
layers: [{
- name: "nurc:Img_Sample",
- ows: "demo"
- },{
- name: "topp:states",
- ows: "demo",
- background: true,
- visibility:true
- },{
name: "topp:bluemarble",
+ title: "Global Imagery",
ows: "demo",
- visibility: false,
- background: true
+ background: true
+ }, {
+ name: "topp:states",
+ ows: "demo",
+ visibility: true
}],
center: [-96.7, 37.6],
zoom: 4
More information about the Commits
mailing list