[Commits] r2764 - sandbox/gxm/geoext/gxm/examples
commits at geoext.org
commits at geoext.org
Wed Jul 20 16:25:21 CEST 2011
Author: marcjansen
Date: 2011-07-20 16:25:21 +0200 (Wed, 20 Jul 2011)
New Revision: 2764
Modified:
sandbox/gxm/geoext/gxm/examples/buttons.html
sandbox/gxm/geoext/gxm/examples/layerlist.html
sandbox/gxm/geoext/gxm/examples/mappanel.html
sandbox/gxm/geoext/gxm/examples/state.html
Log:
[gxm] let the examples use the loader and add a notice about how to build
Modified: sandbox/gxm/geoext/gxm/examples/buttons.html
===================================================================
--- sandbox/gxm/geoext/gxm/examples/buttons.html 2011-07-20 14:22:02 UTC (rev 2763)
+++ sandbox/gxm/geoext/gxm/examples/buttons.html 2011-07-20 14:25:21 UTC (rev 2764)
@@ -16,12 +16,13 @@
<script type="text/javascript" src="../external/sencha-touch-1.1.0/sencha-touch.js"></script>
<script type="text/javascript" src="../external/OpenLayers.r11966/OpenLayers.js"></script>
- <!-- This file loads all relevant files
+ <!-- This file loads all relevant files -->
<script type="text/javascript" src="../lib/GXM.loader.js"></script>
- -->
- <!-- This references a singlefile build -->
+ <!-- This references a singlefile build than can be created e.g. with
+ 'make examplelib' inside the 'build' directory
<script type="text/javascript" src="../lib/GXM.closurized.js"></script>
+ -->
<script type="text/javascript" src="./buttons.js"></script>
</head>
Modified: sandbox/gxm/geoext/gxm/examples/layerlist.html
===================================================================
--- sandbox/gxm/geoext/gxm/examples/layerlist.html 2011-07-20 14:22:02 UTC (rev 2763)
+++ sandbox/gxm/geoext/gxm/examples/layerlist.html 2011-07-20 14:25:21 UTC (rev 2764)
@@ -18,12 +18,13 @@
<script type="text/javascript" src="../external/OpenLayers.r11966/OpenLayers.js"></script>
<script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script>
- <!-- This file loads all relevant files
+ <!-- This file loads all relevant files -->
<script type="text/javascript" src="../lib/GXM.loader.js"></script>
- -->
- <!-- This references a singlefile build -->
+ <!-- This references a singlefile build than can be created e.g. with
+ 'make examplelib' inside the 'build' directory
<script type="text/javascript" src="../lib/GXM.closurized.js"></script>
+ -->
<script type="text/javascript" src="./layerlist.js"></script>
</head>
Modified: sandbox/gxm/geoext/gxm/examples/mappanel.html
===================================================================
--- sandbox/gxm/geoext/gxm/examples/mappanel.html 2011-07-20 14:22:02 UTC (rev 2763)
+++ sandbox/gxm/geoext/gxm/examples/mappanel.html 2011-07-20 14:25:21 UTC (rev 2764)
@@ -16,12 +16,13 @@
<script type="text/javascript" src="../external/sencha-touch-1.1.0/sencha-touch.js"></script>
<script type="text/javascript" src="../external/OpenLayers.r11966/OpenLayers.js"></script>
- <!-- This file loads all relevant files
+ <!-- This file loads all relevant files -->
<script type="text/javascript" src="../lib/GXM.loader.js"></script>
- -->
- <!-- This references a singlefile build -->
+ <!-- This references a singlefile build than can be created e.g. with
+ 'make examplelib' inside the 'build' directory
<script type="text/javascript" src="../lib/GXM.closurized.js"></script>
+ -->
<script type="text/javascript" src="./mappanel.js"></script>
</head>
Modified: sandbox/gxm/geoext/gxm/examples/state.html
===================================================================
--- sandbox/gxm/geoext/gxm/examples/state.html 2011-07-20 14:22:02 UTC (rev 2763)
+++ sandbox/gxm/geoext/gxm/examples/state.html 2011-07-20 14:25:21 UTC (rev 2764)
@@ -16,12 +16,13 @@
<script type="text/javascript" src="../external/sencha-touch-1.1.0/sencha-touch.js"></script>
<script type="text/javascript" src="../external/OpenLayers.r11966/OpenLayers.js"></script>
- <!-- This file loads all relevant files
+ <!-- This file loads all relevant files -->
<script type="text/javascript" src="../lib/GXM.loader.js"></script>
- -->
- <!-- This references a singlefile build -->
+ <!-- This references a singlefile build than can be created e.g. with
+ 'make examplelib' inside the 'build' directory
<script type="text/javascript" src="../lib/GXM.closurized.js"></script>
+ -->
<script type="text/javascript" src="./state.js"></script>
</head>
More information about the Commits
mailing list