Skip to main content

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

dblasby@xxxxxxxxxxxxx wrote:

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.

Good to know, that place the problem firmly in the udig codebase then. We will be making a release every week until MUM, so there will be a release out promptly that works with geoserver's new found projection abilities.

Jody


Back to the top