Modify ↓
#3916 closed enhancement (fixed)
WMS: Improve exception handling
Reported by: | olek.lorenc | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.08 |
Component: | Core imagery | Version: | |
Keywords: | wms error | Cc: |
Description (last modified by )
When the server sends an exception, rather than just sending the error to the console (where it can get lost as JOSM keeps requesting more tiles) and displaying the red "error tiles": parse the exception (format: application/vnd.ogc.se_xml) and display more useful information in the "error tile", i.e: no version parameter, no such layer, etc.
Attachments (1)
Change History (6)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Summary: | Improved exception handling → WMS: Improve exception handling |
---|
comment:3 by , 11 years ago
Description: | modified (diff) |
---|---|
Keywords: | wms error added |
comment:4 by , 11 years ago
Milestone: | → 14.08 |
---|
by , 11 years ago
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 7425/josm:
Version 0, edited 11 years ago by (next)
Note:
See TracTickets
for help on using tickets.
Could bung error information onto the red tile graphic..
Alternatively maybe a little clickable error icon could appear on the layer in the layer panel, taking you to a window full of details.
This, along with bug #3915, would be a good improvement to use-ability for people like this struggling with WMS URL problems.