Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] So, is the WMS fixed?

I verified that:

 URL testURL = new URL( "http://localhost:8080/geoserver/wms?";);
 WebMapServer wms = new WebMapServer(testURL);

does correctly read the WMS capabilities.

wms.getCapabilities().getLayer().getSrs() -- give you the "main" list of
SRSs

The individual child layers have a single SRS in them.

So, the problem is probably in how the request is being formulated.

dave






----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/


Back to the top