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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -