[Commits] r2803 - sandbox/gxm/geoext/gxm/examples
commits at geoext.org
commits at geoext.org
Mon Aug 8 16:34:11 CEST 2011
Author: marcjansen
Date: 2011-08-08 16:34:11 +0200 (Mon, 08 Aug 2011)
New Revision: 2803
Modified:
sandbox/gxm/geoext/gxm/examples/buttons.js
sandbox/gxm/geoext/gxm/examples/mappanel.js
sandbox/gxm/geoext/gxm/examples/state.js
Log:
[gxm] add attribution
Modified: sandbox/gxm/geoext/gxm/examples/buttons.js
===================================================================
--- sandbox/gxm/geoext/gxm/examples/buttons.js 2011-08-08 14:23:31 UTC (rev 2802)
+++ sandbox/gxm/geoext/gxm/examples/buttons.js 2011-08-08 14:34:11 UTC (rev 2803)
@@ -20,6 +20,9 @@
"http://vmap0.tiles.osgeo.org/wms/vmap0",
{
layers: "basic"
+ },
+ {
+ attribution: 'Metacarta WMS hosted on <a href="http://www.osgeo.org/" target="_blank">osgeo.org<a>'
}
);
Modified: sandbox/gxm/geoext/gxm/examples/mappanel.js
===================================================================
--- sandbox/gxm/geoext/gxm/examples/mappanel.js 2011-08-08 14:23:31 UTC (rev 2802)
+++ sandbox/gxm/geoext/gxm/examples/mappanel.js 2011-08-08 14:34:11 UTC (rev 2803)
@@ -25,7 +25,7 @@
layers: "basic"
},
{
- attribution: ''
+ attribution: 'Metacarta WMS hosted on <a href="http://www.osgeo.org/" target="_blank">osgeo.org<a>'
}
);
Modified: sandbox/gxm/geoext/gxm/examples/state.js
===================================================================
--- sandbox/gxm/geoext/gxm/examples/state.js 2011-08-08 14:23:31 UTC (rev 2802)
+++ sandbox/gxm/geoext/gxm/examples/state.js 2011-08-08 14:34:11 UTC (rev 2803)
@@ -26,6 +26,9 @@
"http://vmap0.tiles.osgeo.org/wms/vmap0",
{
layers: "basic"
+ },
+ {
+ attribution: 'Metacarta WMS hosted on <a href="http://www.osgeo.org/" target="_blank">osgeo.org<a>'
}
);
More information about the Commits
mailing list