[Geoserver-users] Grants in oracle for publishing layer

2010-09-29 Thread Primoz Kogovsek
Hello! I have problem with grants in oracle database for publishing layer. I have connected oracle database with geoserver. I added oracel data store to geoserver stores and I can see resources contained in the store. But the problem is when I try to publish a layer from this data store. When I

Re: [Geoserver-users] Grants in oracle for publishing layer

2010-09-29 Thread Rahkonen Jukka
Hi, I have here Geoserver 2.0.1 and Oracle 10g (10.2.0.4.0) and it seems to be enough in our environment to grant SELECT for the data. I have not tried with 2.0.2. -Jukka Rahkonen- Primoz Kogovsek wrote: Hello! I have

Re: [Geoserver-users] problems with GeoEXT and size of SLDs

2010-09-29 Thread Justin Deoliveira
On Tue, Sep 28, 2010 at 5:47 AM, Bayer, Friedrich friedrich.ba...@iosb.fraunhofer.de wrote: Hi, I am working on SLDs. I tried the GeoEXT in combination with the latest version of GeoServer and REST-plugin but no layers were found in the list. It is possible that GeoEXT Styler does not

Re: [Geoserver-users] ASk GeoWebcache : How the Seeding process count tiles ?

2010-09-29 Thread Gabriel Roldán
Leaving the bounds entry automatically sets the seeding bounds to the layer bounds. Do they match your country area (ie, is it a layer covering only your country?) Otherwise please provide some more information so that we can reproduce the issue. I assume you're using the geoserver integrated

Re: [Geoserver-users] case insensitive LIKE filter..

2010-09-29 Thread Justin Deoliveira
Hi Ivan, Thanks for the info. So even though http://jira.codehaus.org/browse/GEOT-2396 states the same issue I don't think the patch applied there actually fixes the issue. The filter parser is not set up to handle two functions in this way. And actually the underlying geotools api will not allow

Re: [Geoserver-users] Feature chaining vs denormalized tables

2010-09-29 Thread Justin Deoliveira
How tied is the current app-schema implementation to feature chaining. I too think that having an app-schema backed by an actual ORM is a very enticing idea. But I don't have enough of knowledge of app-schema to know if that would be something integrated directly into app-schema, or something that

Re: [Geoserver-users] Feature chaining vs denormalized tables

2010-09-29 Thread Andrea Aime
On Wed, Sep 29, 2010 at 4:18 PM, Gabriel Roldán grol...@opengeo.org wrote: It's too long since I don't work on app-schema as to even try to respond your previous questions... As a final note, is there any plan to try alternative strategies to improve the feature chaining approach? I think

Re: [Geoserver-users] How do you keep Geoserver 2.0.2 running?

2010-09-29 Thread Mike Pumphrey
Andrea is correct; the GeoServer Windows installer can set up GeoServer as a Windows service, so it will automatically start up on boot. This is set during the installation process, so if you didn't set it up to install as a service on installation (it's optional), you'll want to reinstall.

[Geoserver-users] load data from openlayer and onegeology

2010-09-29 Thread marco.donn...@tiscali.it
Hi! I am a new GRASS user. I'm working with GRASS and qgis in UTM WGS 84 F32. I would like to load data in qgis from openlayer and onegeology in my coordinate system. It seems that it's possible using geoserver... I'm steel a newbie, I don't know if it's too hard to do, so - before studing

Re: [Geoserver-users] case insensitive LIKE filter..

2010-09-29 Thread Ivan Price
Thanks Justin, I tried your suggestion with a slight change to the expression and it works now. wfs:Query typeName=store:VILLAGES ogc:Filter ogc:PropertyIsEqualTo ogc:Literaltrue/ogc:Literal ogc:Function name=isLike ogc:PropertyNameDISTRICT_NAME/ogc:PropertyName

Re: [Geoserver-users] case insensitive LIKE filter..

2010-09-29 Thread Justin Deoliveira
On Wed, Sep 29, 2010 at 9:04 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: Or just call strToUpperCase on the property before using PropertyIsLike. The downside of both approaches is that the function is not recognized by the sql encoders so it will be evaluated in memory, thus being

[Geoserver-users] Preventing multiple labels in a polygon

2010-09-29 Thread Nji, Klaus
Is there a way to configure Geoserver to display only one label at the center of a polygon instead of multiple labels at each corner? TIA. -- Start uncovering the many advantages of virtual appliances and start using

[Geoserver-users] Error on WMS GetCapabilities

2010-09-29 Thread Nji, Klaus
Running Geoserver 2.0.2 and I get the following exception in response to WMS 1.1.1 GetCapabilities : ?xml version=1.0 encoding=UTF-8 standalone=no? !DOCTYPE ServiceExceptionReport SYSTEM http://192.54.173.210:8091/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd;[] ServiceExceptionReport

[Geoserver-users] FW: Querying WFS for first n features closest to a geometry

2010-09-29 Thread Nji, Klaus
Say I have point A with coordinates x,y. I will like to get the first n points of interest from a table, say resturants, closest to A in order of increasing distance. I can use the function distance to compute distance between A and each restaurant in the restaurant table. However, I cannot

[Geoserver-users] How many time png tile have to be writen ?

2010-09-29 Thread Bino Oetomo
Dear All. I've a long rendering time problem. Here is my setup condition. 1. Server : Postgis and tomcat at the same box, 1Gbyte RAM 2. Data : 2.a The Total data is about 380434 rows (estimated by PgAdmin) 2.b data is splited into 5 different views, based on level coloumn value. 3. Layer : 3.a

Re: [Geoserver-users] FW: Querying WFS for first n features closest to a geometry

2010-09-29 Thread Nji, Klaus
I ran into the WFS GetNearest plugin which may do the trick for me. This is a 3 year old document so I am suspecting something has changed but cound not find any reference of GetNearest in current doc. http://geoserver.org/display/GEOSDOC/WFS+GetNearest+Plug-in Can I safely follow

Re: [Geoserver-users] ASk GeoWebcache : How the Seeding process count tiles ?

2010-09-29 Thread Gabriel Roldán
On Thu, 2010-09-30 at 10:40 +0700, Bino Oetomo wrote: Dear Gabriel, I really appreciate your very fast reply. np, see bellow. Gabriel Roldán wrote: Leaving the bounds entry automatically sets the seeding bounds to the layer bounds. Do they match your country area (ie, is it a layer

Re: [Geoserver-users] ASk GeoWebcache : How the Seeding process count tiles ?

2010-09-29 Thread Bino Oetomo
Gabriel Roldán wrote: So it looks like it is allright the estimated number of tiles matches in both runs, as they're calculated based on the layer's bounds if not explicitly set. Or am I misunderstanding the question? Ok I'm sure you are right. I really appreciate your enlightment.