Closed GoogleCodeExporter closed 9 years ago
TODO: Load available layers and give a list of layers that could not be loaded
in a warning window.
Original comment by lafond.g...@gmail.com
on 23 Apr 2013 at 4:05
Fixed in 1.4
The application was intended to work as expected, but there is one case that I
haven't though of. When a layer can not be loaded, the application request that
layer alone again. The server receive the request, can not load it and return a
failure. OpenLayers execute the failure function which stop everything. I fixed
it by supplying the same function for success and failure, and, at the end, if
some layers could not be downloaded, I simply show an error message with the
list of erroneous layers in an alert. The valid layers are now loaded in the
map as expected.
Original comment by lafond.g...@gmail.com
on 12 Jul 2013 at 6:16
Original issue reported on code.google.com by
eric.law...@gmail.com
on 22 Apr 2013 at 1:53