Capture OpenLayers.Layer.Image 404 Not found as an error message -
is there way know when openlayers.layer.image fails find image, i.e. returns 404 (not found)?
i tried adding listener "loadend", comes looking ok - unless there deep within event object i'm missing.
mylayer.events.register("loadend", mylayer, function(e) { console.log(e); });
had same problem - imho it's not possible track status of content
Comments
Post a Comment