[Mapbender-commits] r4717 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Sep 26 11:11:04 EDT 2009
Author: marc
Date: 2009-09-26 11:11:04 -0400 (Sat, 26 Sep 2009)
New Revision: 4717
Modified:
trunk/mapbender/http/javascripts/mod_featureInfo.php
Log:
added cursor style when featurinfo is selected
Modified: trunk/mapbender/http/javascripts/mod_featureInfo.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_featureInfo.php 2009-09-26 15:08:54 UTC (rev 4716)
+++ trunk/mapbender/http/javascripts/mod_featureInfo.php 2009-09-26 15:11:04 UTC (rev 4717)
@@ -66,6 +66,8 @@
});
function mod_featureInfo_click(){
mod_featureInfo_mapObj.getDomElement().onclick = mod_featureInfo_event;
+ mod_featureInfo_mapObj.getDomElement().style.cursor = "help";
+
}
function mod_featureInfo_disable(){
mod_featureInfo_mapObj.getDomElement().onclick = null;
More information about the Mapbender_commits
mailing list