[Commits] r1703 - trunk/openlayers/examples

commits at openlayers.org commits at openlayers.org
Wed Oct 18 10:47:41 EDT 2006


Author: crschmidt
Date: 2006-10-18 10:47:39 -0400 (Wed, 18 Oct 2006)
New Revision: 1703

Modified:
   trunk/openlayers/examples/getfeatureinfo.html
Log:
Add a 'loading' message to getfeatureinfo example. 


Modified: trunk/openlayers/examples/getfeatureinfo.html
===================================================================
--- trunk/openlayers/examples/getfeatureinfo.html	2006-10-17 22:23:19 UTC (rev 1702)
+++ trunk/openlayers/examples/getfeatureinfo.html	2006-10-18 14:47:39 UTC (rev 1703)
@@ -25,6 +25,7 @@
     map.addControl(new OpenLayers.Control.Permalink($('permalink')));
     map.zoomToMaxExtent();
     map.events.register('click', map, function (e) {
+            $('nodeList').innerHTML = "Loading... please wait...";
             var url =  wms.getFullRequestString({
                             REQUEST: "GetFeatureInfo",
                             EXCEPTIONS: "application/vnd.ogc.se_xml",



More information about the Commits mailing list