Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-users] There was no renderer found capable of rendering this layer

Hi,

I use Udig 1.1.1 and I try to add a layer from a WMS server.
The layer appears in the "Layers" window, but it is not displayed on
my map with the following message error in red in the status bar :
"There was no renderer found capable of rendering this layer"

I use this WMS server from a web application (using OpenLayers) and it
works fine, so I think there is no problem with it.

The GetCapabilities is as following (the requested layer is "road") :

<?xml version="1.0" encoding="utf-8"
standalone="no"?><WMT_MS_Capabilities version="1.1.1">
	<Service>
		<Name>WMS</Name>
		<Title>My Server</Title>
		<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink";
xlink:href="http://10.14.1.94:8080/"; xlink:type="simple"/>

		<Fees>none</Fees>
		<AccessConstraints>none</AccessConstraints>
	</Service>
	<Capability>
		<Request>
			<GetCapabilities>
				<DCPType>
					<HTTP>

						<Get>
							<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink";
xlink:href="http://10.14.1.94:8080/bgis/wms?"; xlink:type="simple"/>
						</Get>
					</HTTP>
				</DCPType>
			<Format>text/xml</Format></GetCapabilities>
			<GetMap>
				<DCPType>

					<HTTP>
						<Get>
							<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink";
xlink:href="http://10.14.1.94:8080/bgis/wms?"; xlink:type="simple"/>
						</Get>
					</HTTP>
				</DCPType>
			<Format>image/png</Format><Format>image/png24</Format><Format>image/gif</Format><Format>image/jpeg</Format></GetMap>

			<GetFeatureInfo>
				<DCPType>
					<HTTP>
						<Get>
							<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink";
xlink:href="http://10.14.1.94:8080/bgis/wms?"; xlink:type="simple"/>
						</Get>
					</HTTP>
				</DCPType>
			<Format>text/xml</Format></GetFeatureInfo>

		</Request>
		<Exception>
		<Format>application/vnd.ogc.se_xml</Format><Format>application/vnd.ogc.se_inimage</Format><Format>application/vnd.ogc.se_blank</Format></Exception>
		<Layer>
		<Layer opaque="1" queryable="1"><Name>road</Name><Title>All
roads</Title><EX_GeographicBoundingBox><westBoundLongitude>-30.0</westBoundLongitude><eastBoundLongitude>25.0</eastBoundLongitude><southBoundLatitude>71.0</southBoundLatitude><northBoundLatitude>86.0</northBoundLatitude></EX_GeographicBoundingBox><BoundingBox
SRS="epsg:4326" maxx="71.0" maxy="86.0" minx="-30.0"
miny="25.0"/></Layer></Layer>

	</Capability>
</WMT_MS_Capabilities>

Any idea why it doesn't work ?

Regards,

Olivier


Back to the top