Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] uDig 1.2 and WMS

Hi Andrea,
I just tested your url and it works properly for me, meaning that it
visualizes the map.

Behind the scenes anyway an excemption is thrown:
java.net.MalformedURLException: no protocol: ows
	at java.net.URL.<init>(URL.java:567)
	at java.net.URL.<init>(URL.java:464)
	at java.net.URL.<init>(URL.java:413)
	at org.geotools.data.wms.xml.WMSComplexTypes$_OnlineResourceType.getValue(WMSComplexTypes.java:4610)
	at org.geotools.xml.handlers.ComplexElementHandler.endElement(ComplexElementHandler.java:157)
	at org.geotools.xml.XMLSAXHandler.endElement(XMLSAXHandler.java:266)
...


Ups, I just note that I am using udig 1.2, the code sprint test version.

Andrea




On Sat, Jan 10, 2009 at 12:27 PM, iomeneandrei <aborruso@xxxxxx> wrote:
>
> Dear all,
> I have loaded a web page in web catalog. The URL is:
> http://aborruso.googlepages.com/wms_udig
>
> If I click in the layer wms I have added in this page, uDig 1.2 load the
> layer (it's a single layer) but it not render it.
>
> If I make the same thing in uDig 1.1, uDig load the layer and render it
> properly.
>
> I could have written a wrong wms syntax. For this test wms layer I have this
> URL:
> http://ows.como.polimi.it/cgi-bin/wmsardinia?SERVICE=WMS&REQUEST=GetCapabilities#alveo_inciso
>
> Best regards,
>
> a
>
> -----
> Andrea Borruso
>
> ----------------------------------------------------
> email: aborruso@xxxxxx
> blog: http://blog.spaziogis.it
> ----------------------------------------------------
> --
> View this message in context: http://www.nabble.com/uDig-1.2-and-WMS-tp21387129p21387129.html
> Sent from the udig-devel mailing list archive at Nabble.com.
>
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>


Back to the top