feature request #9224
openlayers map handles server error per layer and presents a user message
100%
Description
in openlayers_layers.js
error handlers need to be implemented that allow for presenting user messages in case of server, networkerrors.
The call to the edit mapservice at edit_wp5/v1.4_dev/rest_gen.php
also needs to be covered, not only the retrieval of the layer content.
The message will be presented as UI element positioned on top of all layers. There will be a default message "The map is broken due to problems with the map server."
A second message to be displayed below the default message will be configurable via the admin settings.
Associated revisions
ref #9224 preliminar implementation of map server error feedback to users
ref #9224 preliminar implementation of map server error feedback to users
ref #9224 better error message in log
ref #9224 error messages control with defined dom element id
ref #9224 adapting openlayers map from jsonp to json ajax
ref #9224 reporting WMS tile loading errors per layer in the message console
History
#1 Updated by Andreas Kohlbecker 7 months ago
- Status changed from New to In Progress
- Priority changed from New to Highest
- Target version changed from Unassigned CDM tickets to Release 5.18
#2 Updated by Andreas Kohlbecker 7 months ago
- % Done changed from 0 to 30
made available to production servers as HFX release 5.17.1.
Needs more testing though regarding error conditions of the various layers.
#3 Updated by Andreas Kohlbecker 5 months ago
- Subject changed from openlayers map handles server error per layer and present a user message to openlayers map handles server error per layer and presents a user message
#4 Updated by Andreas Kohlbecker 5 months ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
fully solved