Re: [Geoserver-users] geoserver specs

2017-12-20 Thread bradh
"It depends" - workload, data types, tile caching and a lot of other things you haven't described. I'd suggest working through the http://docs.geoserver.org/latest/en/user/production/index.html#production page, because the memory use is dependent on how you configure / deploy it; and there are

[Geoserver-users] geoserver specs

2017-12-20 Thread Bessette-Halsema, Dominique E
Hi I'm trying to find the documentation for the recommended amount of memory to run GeoServer Thanks! Dominique Bessette -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Geoserver-users] Geoserver WFS - app-schema plugin - java.lang.StackOverflowErrors

2017-12-20 Thread Ben Caradoc-Davies
Davor, the XSLT is applied after the response has been encoded to XML. The size of the response will be affected by maxFeatures/count but not I think by the database fetch size. Pagination is applied at the WFS level with startIndex (WFS 2.0, supported in GeoServer WFS 1.1.0 as an extension).

Re: [Geoserver-users] Geoserver WFS - app-schema plugin - java.lang.StackOverflowErrors

2017-12-20 Thread Ben Caradoc-Davies
For the record, I made one small mistake here: for stack-based recursive implementations, worst case Quicksort is O(n**2) time and O(n) stack. By comparison, worst case Heapsort is O(n log n) time and O(log n) stack. Kind regards, Ben. On 20/12/17 12:12, Ben Caradoc-Davies wrote: It looks

[Geoserver-users] Edit layer: Publishing: Edit Layer is missing

2017-12-20 Thread sulu
Hi. Maybe I'm a little dumb but i cannot find "Edit Layer" in the publishing tab. I am using GS 12.1. Is there some Config-Option to turn this on? Thanks Andy -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

Re: [Geoserver-users] Problem Import wfs from Mapserver in Web Feature Server (NG) Geoserver

2017-12-20 Thread Andrea Aime
On Wed, Dec 20, 2017 at 2:14 PM, geomatick wrote: > Just WFS 1.0.0 enables to create the store with the URL Mapserver provider. > > So I understand that there is no solution? > I can't tell you without spending more time analyzing the issue (time that I don't have right

Re: [Geoserver-users] Problem Import wfs from Mapserver in Web Feature Server (NG) Geoserver

2017-12-20 Thread geomatick
Hi Andrea, Thank's for your return. Yes I tried the different versions of WFS 1.0.0, 1.1.0, 2.0.0. Just WFS 1.0.0 enables to create the store with the URL Mapserver provider. So I understand that there is no solution? Florian -- Sent from:

[Geoserver-users] Problem Import wfs from Mapserver in Web Feature Server (NG) Geoserver

2017-12-20 Thread geomatick
Hi, I m trying to create a layer in Web Feature Server (NG) store from wfs Mapserver. The provider informs the URL wfs Mapserver as : http://ogc.geo-ide.developpement-durable.gouv.fr/wxs?map=/opt/data/carto/geoide-catalogue/1.4/org_38102/811a8b21-2526-4eb9-bfaf-ffe61175a313.internet.map So I

Re: [Geoserver-users] Geoserver WFS - app-schema plugin - java.lang.StackOverflowErrors

2017-12-20 Thread Davor Racic
Hi Ben & Nuno, thank you for your suggestions. things seem a little bit clearer. We are testing INSPIRE download service, not an application, so we assume that someone can and should be able to download/transfer whole set of data (cca 13 features). I suppose some sort of pagination should be