[Geotools-gt2-users] Geotools support for WFS2.0 datasource

2013-07-16 Thread Martin Tomko
Dear all, I want to provide feedback to someone wanting to serve large data to us through WFS. I know that Geoserver has backported paging to earlier WFS implementations, and using Query we can do paging. I am not sure that the data provider will be able to run Geoserver, though. As far as I

Re: [Geotools-gt2-users] Geotools support for WFS2.0 datasource

2013-07-16 Thread Andrea Aime
On Tue, Jul 16, 2013 at 9:22 AM, Martin Tomko tom...@unimelb.edu.au wrote: Dear all, I want to provide feedback to someone wanting to serve large data to us through WFS. I know that Geoserver has backported paging to earlier WFS implementations, and using Query we can do paging. I am not

Re: [Geotools-gt2-users] Label of removed layer getting painted in JMapPane

2013-07-16 Thread sunish
Thanks, It worked. On Mon, Jul 15, 2013 at 8:06 PM, Michael Bedward michael.bedw...@gmail.comwrote: Hi Sunish, It's well hidden but you can do this... StreamingRenderer renderer = mapPane.getRenderer(); MapObject, Object hints = renderer.getRendererHints(); LabelCache cache =

[Geotools-gt2-users] JMapPane not repainting properly some times

2013-07-16 Thread sunish
Hello, Some times after removing some layers and adding other set of layers JMapPane is not repainting properly. Some times it paints properly, some times partially and some times there is no repainting. Is there any way to force repaint of layers? I tried mapPane.setIgnoreRepaint(true);

Re: [Geotools-gt2-users] JMapPane not repainting properly some times

2013-07-16 Thread Oleksandr Huziy
Sunish: If you want to repaint the whole layer you can use mapFrame.getMapPane().layerChanged(mplle); see the example here: https://github.com/guziy/GeotoolsDemo/blob/master/src/RoughCreatingPoint.java method createFeatures. Cheers 2013/7/16 sunish sunish.ku...@gmail.com Hello, Some times

Re: [Geotools-gt2-users] Problem with featureCollection.subCollection()

2013-07-16 Thread Gerson Galang
I probably should answer my own post by letting you guys know that the reason why I couldn't get any subfeatures from the original feature collection was due to the geojson parser having issues with geojson documents with null geometry attributes. I guess there are couple of ways to resolve this

Re: [Geotools-gt2-users] JMapPane not repainting properly some times

2013-07-16 Thread Michael Bedward
Mmm... while it's ok to call the layerChanged method manually, it should not be unnecessary. That method gets called behind the scenes as part of the event chain when the layer is removed from the MapContent. In your gist, you should really put the code that sets up and displays the JMapFrame

Re: [Geotools-gt2-users] JMapPane not repainting properly some times

2013-07-16 Thread Michael Bedward
On 17 July 2013 10:55, Michael Bedward michael.bedw...@gmail.com wrote: should not be unnecessary. Oops, I meant should not be necessary. Michael -- See everything from the browser to the database with AppDynamics Get