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.
_______________________________________________
Dev mailing list
d...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Reply via email to