Modify ↓
Opened 17 years ago
Closed 16 years ago
#768 closed defect (worksforme)
Cant download another WMS
Reported by: | fatbozz | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | wms plugin | Cc: |
Description
I Tried to use not predefined WMS server. But, when i request some, then exception.
Before 643 was it ok, i was upgrading from 639
http://www.bnhelp.cz/cgi-bin/crtopo2?service=wms&SERVICE=WMS&VERSION=1.1.1&REQUE ST=GetMap&SRS=EPSG:4326&LAYERS=fotoc&STYLES=&FORMAT=image/jpeg&TRANSPARENT=TRUE java.io.IOException: Server returned HTTP response code: 500 for URL: http://www .bnhelp.cz/cgi-bin/crtopo2?service=wms&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap& SRS=EPSG:4326&LAYERS=fotoc&STYLES=&FORMAT=image/jpeg&TRANSPARENT=TRUE&bbox=14.41 9715341960305,50.29056956431676,14.459243182608231,50.31515201785112&width=910&h eight=886 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So urce) at org.openstreetmap.josm.io.ProgressInputStream.<init>(ProgressInputStr eam.java:32) at wmsplugin.WMSImage.doGrab(WMSImage.java:131) at wmsplugin.WMSImage.grab(WMSImage.java:100) at wmsplugin.WMSLayer.grab(WMSLayer.java:83) at wmsplugin.DownloadWMSTask.realRun(DownloadWMSTask.java:39) at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable. java:84) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Adding another WMS Source works fine with JOSM 735 and above. The WMS-Server mentioned in the bugreport works (at least it is responding with "white" images). I think this report can be set to fixed/worksforme (I've worked with nonpredefined WMS-Sources all the time and never got an error).
comment:3 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Does this bug still appear with newest version/plugins? WMS has been changed a lot recently.