Hi, I have a strange problem. Netcdf can be accessed with a remote opendap protocol. In the service implementation I take care that the url is not a wms or wfs url, so I never intercept other remote protocols.
Mi problem is that WMS and WFS intercapt my opendap and try to consume it even if not able to. I gave a look at the code and the private static String processURL( URL url ) method ends with a: return null; // try it anyway where the comment states it all :) If I change that for WMS and WFS, thing work properly. Before opening a JIra for that I wanted to ask if you see something that I might break, I assume the last "try anyway" is there for a good reason. Thanks, Ciao Andrea _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
