Add a 'loading' message to getfeatureinfo example.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1703 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-10-18 14:47:39 +00:00
parent b1490cf7a9
commit 27a8fee770

View File

@@ -25,6 +25,7 @@ ul, li { padding-left: 0px; margin-left: 0px; }
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",