Modify ↓
#2881 closed defect (wontfix)
WMS URL presets need to be fixed
Reported by: | Cobra | Owned by: | team |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core imagery | Version: | latest |
Keywords: | Cc: |
Description
When trying to use any wms layer, wmsplugin showed the red "Exception occured" tiles.
Using wireshark I could see why - it tried to GET this:
http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpegbbox=....
When adding an '&' everything works fine again:
http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg&bbox=....
wmsplugin - 16363
josm - latest, 1746
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Correct. The new defaults contain the "&" already.