[Geoserver-users] possible regression in 2.2.4

2013-01-23 Thread Raif S. Naffah
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hi all, just downloaded the latest stable release 2.2.4 and encountered the following exception when using a layer defined in a WFS-store (provided by the same GeoServer instance) referencing a layer defined in the same GeoServer in a

Re: [Geoserver-users] possible regression in 2.2.4

2013-01-29 Thread Raif S. Naffah
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On Tue, 29 Jan 2013 08:30:52 +0100 Andrea Aime andrea.a...@geo-solutions.it wrote: On Mon, Jan 28, 2013 at 11:17 PM, Raif S. Naffah r...@forge.com.au wrote: That's also why the store gets disabled every time you restart GeoServer

Re: [Geoserver-users] Java options for GS 2.8.1

2015-11-21 Thread Raif S. Naffah
answering my own questions... On Sun, 22 Nov 2015 13:49:31 +1100, Raif S. Naffah wrote: > ... > w/ version 2.2.5 i used to have the following -D Java options set: > > ADVANCED_PROJECTION_HANDLING=true > USE_STREAMING_RENDERER=true > CONTINUOUS_MAP_WRAPPING=true &g

Re: [Geoserver-users] Java options for GS 2.8.1

2015-11-22 Thread Raif S. Naffah
Thanks Andrea for the clarification! On 22 November 2015 6:53:11 pm AEDT, Andrea Aime <andrea.a...@geo-solutions.it> wrote: >On Sun, Nov 22, 2015 at 5:22 AM, Raif S. Naffah <r...@forge.com.au> >wrote: > >> > USE_STREAMING_RENDERER=true >> > >Actually..

[Geoserver-users] Java options for GS 2.8.1

2015-11-21 Thread Raif S. Naffah
hi there, w/ version 2.2.5 i used to have the following -D Java options set: ADVANCED_PROJECTION_HANDLING=true USE_STREAMING_RENDERER=true CONTINUOUS_MAP_WRAPPING=true are these still applicable or needed w/ the latest 2.8.1? TIA + cheers; rsn pgparmyaXgtIk.pgp Description: OpenPGP

Re: [Geoserver-users] Show of hands, who's interested in a 2.7.7 release in April?

2016-03-09 Thread Raif S. Naffah
hi Andrea, On Wed, 9 Mar 2016 20:14:39 +0100, Andrea Aime wrote: > Hi, > on behalf of the PSC I'm here to ask the users about their interest > on a 2.7.7 release > next month (April). > > As you may know, the 2.7.x was supposed to end with 2.7.6, but due to > some issues > with our java 8

Re: [Geoserver-users] H2 JAR version upgrade

2016-04-10 Thread Raif S. Naffah
n all it's not impossible but looks like a fair amount of work > with some upgrade hiccups for the user base. > > Going back to your other question, do I know of production usage of > h2gis with GeoServer? Not personally, sorry :-) > > On Fri, Apr 8, 2016 at 4:37 AM, Raif S. Naf

[Geoserver-users] H2 JAR version upgrade

2016-04-07 Thread Raif S. Naffah
hi all, i recently upgraded from GS 2.2.5 to 2.8.3 (w/ JDK 8) and everything works fine. now i'd like to start using 'h2gis' [1] and its GS data-store [2]. the (potential) problem i'm facing is the version of the 'H2'. in the standard GS 2.8.3 release the H2 JAR is at 1.1.119 and is present in

Re: [Geoserver-users] User Manual

2016-07-05 Thread Raif S. Naffah
contains a GeoServer. > Personally I find that some of the wider code examples can get > cut-off in the PDF output. > > -- > Jody Garnett > > On 30 June 2016 at 16:37, Raif S. Naffah <r...@forge.com.au> wrote: > > > hi all, > > > > earlier releases o

[Geoserver-users] User Manual

2016-06-30 Thread Raif S. Naffah
hi all, earlier releases of GeoServer included a PDF version of the User Manual. however, after 2.4.6 this doesn't seem to be the case any more. is there an easy way to generate such a document? -- cheers; rsn pgpwDfirQMkSQ.pgp Description: OpenPGP digital signature

Re: [Geoserver-users] User Manual

2016-06-30 Thread Raif S. Naffah
On Fri, 1 Jul 2016 10:08:04 +1000, Brad Hards wrote: > They are still available. See (for example): > http://ares.boundlessgeo.com/geoserver/release/2.9.0/ thanks Brad. unless i missed the obvious, it may be useful to link to it from the the page. --

[Geoserver-users] Preferred JSON library to use in WPS

2016-09-18 Thread Raif S. Naffah
hi all, i'm in the process of writing some WPS processes and i'm leaning towards having one of these use a JSON encoded object as one of its parameters. in GeoServer 2.8.5 i see 3 libraries that look like being able to do the job: * jettison-1.0.1 - from org.codehaus.jettison, *

Re: [Geoserver-users] Preferred JSON library to use in WPS

2016-09-18 Thread Raif S. Naffah
never mind. i see that wps-core depends on gt-geojson which pulls json-simple. so i'll assume it's this library that is the preferred one for WPS implementations. On Sun, 18 Sep 2016 18:02:04 +1000, Raif S. Naffah wrote: > ... > i'm in the process of writing some WPS processes and i'm l

[Geoserver-users] WFS GetCapabilities failures

2016-09-27 Thread Raif S. Naffah
hi all, working w/ GeoServer 2.8.5 i'm getting sporadic failures when requesting WFS capabilities. the failures show up in the geoserver.log as follows: 2016-09-28 12:02:18,843 INFO [org.geoserver.wfs] - Request: getServiceInfo 2016-09-28 12:02:18,844 INFO [org.geoserver.wfs] - Request:

[Geoserver-users] how to add custom startup actions

2016-09-27 Thread Raif S. Naffah
hi all, i'm in the process of using WPS and REST to create, populate and use an h2 based data-store. the h2 server is external to GeoServer. the problem i'm facing is that depending on the order of how these two servers are started and the state of the h2 database it's in, GeoServer does not

Re: [Geoserver-users] WFS GetCapabilities failures

2016-10-13 Thread Raif S. Naffah
i believe what i'm seeing is explained by https://osgeo-org.atlassian.net/browse/GEOS-7216 On Wed, 28 Sep 2016 12:32:57 +1000, Raif S. Naffah wrote: > hi all, > > working w/ GeoServer 2.8.5 i'm getting sporadic failures when > requesting WFS capabilities. the fail

Re: [Geoserver-users] WFS GetCapabilities failures

2016-10-13 Thread Raif S. Naffah
t; > Cheers > Andrea > > On Thu, Oct 13, 2016 at 6:45 PM, Raif S. Naffah <r...@forge.com.au> > wrote: > > > i believe what i'm seeing is explained by > > > > https://osgeo-org.atlassian.net/browse/GEOS-7216 > > > > > > On W

[Geoserver-users] Adding/creating new Shape symbols

2017-07-23 Thread Raif S. Naffah
hi all, i'm looking at adding few new Shape Symbols [1] to the current default set to allow some shapes (the first 7) to appear _denser_ than the current ones at the same Mark's Size. i understand that i can obtain the same effect by using smaller Size values (e.g. 8 instead of 16) however and

Re: [Geoserver-users] GeoServer PDF User manuals

2017-06-20 Thread Raif S. Naffah
hi Torben, On Tue, 20 Jun 2017 13:22:24 -0700, Torben Barsballe wrote: > ... > I've got a few quick questions for everyone concerning the GeoServer > PDF user manual: > > How many of you are: > Aware that a PDF version of the GeoServer User manual exists. > Use the PDF User manual or

Re: [Geoserver-users] point symbolizer + uom questions

2018-07-31 Thread Raif S. Naffah
hi, a pointer to the class(es) involved in the process would be helpful for me to study and answer my own questions if no developer knows the answers off the top of their head. TIA + cheers; On Tue, 24 Jul 2018 10:21:17 +1000, Raif S. Naffah wrote: > ... > i don't know where to look in th

[Geoserver-users] point symbolizer + uom questions

2018-07-23 Thread Raif S. Naffah
hi, i don't know where to look in the code to answer these questions, but hopefully one of the developers will be able to help. using a point symbolizer w/ a 'metre' uom to style a point w/ a well known named mark of a 'circle' e.g. http://www.opengeospatial.org/se/units/metre;> circle

[Geoserver-users] access to a layer's queryable flag through REST

2018-03-06 Thread Raif S. Naffah
hi, unless i missed the obvious, using GeoServer 2.8.5 the 'Queryable' flag of a Layer appears in the [Edit Layer] Admin GUI page (under the [WMS Settings] sub-heading w/in [Publishing] panel) but does not seem to be included in the Response to either a Layer or a FeatureType GET Requests. is it