Re: [Geoserver-users] Performance issue with large polygon

2015-08-09 Thread Kirk, Victor
Thanks for the comments, a few things for me to investigate, I'll try using a shape file and also add some metrics to the clipping (I'm already running a slightly modified version of geoserver). Also glad to hear it's common to chop up large polygons like I was thinking. Kind Regards, Vic

Re: [Geoserver-users] Does Geoserver support the ellipsoidal Equidistant Cylindrical projection?

2015-08-09 Thread Robin Houtmeyers
Jonathan Moules hrwallingford.com> writes: > > Hi Robin, > As you don't seem to have any responses, I'd suggest reporting it as a bug with all the details you have. > Cheers, > Jonathan Thanks Jonathan. I've logged this as GEOS-7149. Regards, Robin > > -Original Message- >

Re: [Geoserver-users] Code not closing CloseableIterator

2015-08-09 Thread Andrea Aime
On Sun, Aug 9, 2015 at 9:09 PM, sikeoka wrote: > Even if all code that is calling the list() function always closes the > returned CloseableIterator, the final CloseableIteratorAdapter instance > that > is created in SecureCatalogImpl.list() does not contain the reference to > close the filteredW

Re: [Geoserver-users] Performance issue with large polygon

2015-08-09 Thread Andrea Aime
On Sun, Aug 9, 2015 at 5:19 PM, Martin Davis wrote: > AFAIK there is no way to cache a layer in memory. This would be a useful > feature to add to GeoServer. > > Perhaps you could cache the geometry as a shapefile - which should provide > fastest performance off disk? It would be interesting to

Re: [Geoserver-users] Code not closing CloseableIterator

2015-08-09 Thread sikeoka
Even if all code that is calling the list() function always closes the returned CloseableIterator, the final CloseableIteratorAdapter instance that is created in SecureCatalogImpl.list() does not contain the reference to close the filteredWrapped CloseableIterator so filteredWrapped is left unclose

Re: [Geoserver-users] Performance issue with large polygon

2015-08-09 Thread Martin Davis
AFAIK there is no way to cache a layer in memory. This would be a useful feature to add to GeoServer. Perhaps you could cache the geometry as a shapefile - which should provide fastest performance off disk? It would be interesting to see what the performance boost is at any rate. I also wonder

Re: [Geoserver-users] Code not closing CloseableIterator

2015-08-09 Thread Andrea Aime
On Thu, Aug 6, 2015 at 10:02 PM, sikeoka wrote: > This warning might be coming from around line 1415 in the method: > org.geoserver.security.SecureCatalogImpl.list(Class, Filter, Integer, > Integer, SortBy) > > The following lines: > return new > CloseableIteratorAdapter(Iterators.filter(

Re: [Geoserver-users] Performance issue with large polygon

2015-08-09 Thread Andrea Aime
On Fri, Aug 7, 2015 at 10:28 AM, Kirk, Victor wrote: > Hi, > > We have a polygon layer used as a backdrop for a WMS based layer group. > The layer contains the outlines of the UK, one of which is the mainland and > is obviously quite large. I have generalised versions of the geometries to > use