Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-14) WMS Does not work with Demis World WMS

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/UDIG-14

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: UDIG-14
    Summary: WMS Does not work with Demis World WMS
       Type: Bug

     Status: Open
   Priority: Critical

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: uDIG
   Versions:
             0.3

   Assignee: Richard Gould
   Reporter: Richard Gould

    Created: Mon, 27 Sep 2004 4:34 PM
    Updated: Mon, 27 Sep 2004 4:34 PM

Description:
http://www.demis.nl/mapserver/request.asp?Service=WMS&Version=1.1.0&Request=GetCapabilities

When making this GetMapRequest:

http://www.demis.nl/wms/wms.asp?LAYERS=Bathymetry,Countries,Topography,Hillshading,Builtup areas,Coastlines,Waterbodies,Inundated,Rivers,Streams,Railroads,Highways,Roads,Trails,Borders,Cities,Settlements,Spot elevations,Airports,Ocean features&FORMAT=image/gif&WMS=WorldMap&HEIGHT=288&REQUEST=GetMap&BBOX=-180.0,-90.0,180.0,90.0&WIDTH=577&STYLES=,,,,,,,,,,,,,,,,,,,&SRS=EPSG:4326&VERSION=1.1.1

Code dies at:
WebMapServer.issueRequest
InputStream inputStream = connection.getInputStream();

With IOException:

Server returned HTTP response code: 400 for URL: [same request as above]


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Back to the top