Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Re: WMS-C hackery - review please?

Yes, even on a "regular" machine I've noticed the odd tile missing occasionally. Unfortunately this doesn't occur often enough that it's something I feel I have the time to debug. I suspect it has to do with the order rendering events are being passed around however I'm not sure.

Emily

Jody Garnett wrote:
One thing I did notice in testing on a multi core machine was a few
tile misses; not sure if I can reproduce this problem or not yet.

The tile server is from out data page:
http://sigma.openplans.org:8080/geowebcache/service/wms?request=getcapabilities&tiled=true

Jody

On Mon, May 25, 2009 at 6:56 PM, Jody Garnett <jody.garnett@xxxxxxxxx> wrote:
Hi Emily:

I have been hacking away at WMS-C support and would not mind a review:
- modified parsing code to "skip" any TileSet for which we do not
support the projection (ie CRS is null). I feel bad about this one;
but it is *really* annoying to try things that do not work; on the
other hand it is sad not to show everything ...
- the url handling code was producing http://sigma.opengeo:-1/
internally because a port was not provided; I modified the URL
generating code but could not figure out why it was needed (ie why the
URL was not used as provided?)
- decided to hold onto the couldNoTConnect exception and rethrow
rather than parse each time
- Service.dispose() was tripping up and calling members() in order to
dispose each member; if we were unable to connect - this call made the
WMSC code try and connect again!

Jody


------------------------------------------------------------------------


------------------------------------------------------------------------

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top