R: [OpenLayers-Dev] Tile issue, points layer cut

jcbpro81 jean.christophe.bastin at projections.be
Wed Sep 28 10:15:37 EDT 2011


With other researchs, I found myself the answer for the loading text :

        layer.events.register('loadstart', layer, function(evt) {
        	document.getElementById("infoResult").innerHTML = "Loading...";
        });

        layer.events.register('loadend', layer, function(evt) {
        	document.getElementById("infoResult").innerHTML = "";
        });


--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Tile-issue-points-layer-cut-tp6839846p6840349.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.


More information about the Dev mailing list