Re: [Geoserver-users] Setting forceXY in a webapp - not in a container

2010-09-22 Thread Andrea Aime
On 23/09/2010 01:30, terry.rank...@csiro.au wrote: > Hi All > > This is a tomcat6 question - but someone else may know... > > > I am currently experiencing the different XY behaviour (WFS 1.1, 1.0 behave > differently by default) in a vanilla geoserver 2.0.2. > > I dont want to set the system prop

Re: [Geoserver-users] world image file not displaying

2010-09-22 Thread Andrea Aime
On 23/09/2010 08:35, Roman Isitua wrote: > > > What files do u require ? do u mean the world image file (jpeg file ) ? > I can make that available. To have it displayed you should have three files: file.jpg, file.jwd (or file.wld) and file.prj. We need all three of them Cheers Andrea -- And

Re: [Geoserver-users] Cannot retreive legend if numberFormat function is used in SLD

2010-09-22 Thread Andrea Aime
On 23/09/2010 05:05, sonya.dow...@dpipwe.tas.gov.au wrote: > > Hi there, > > I am having difficulty in retrieving a legend for a point layer. > > Each point is labelled using 2 fields. Both fields are numeric and the > labels were being displayed like 1340.0/23.0 instead of 1340/23. > > So I used t

Re: [Geoserver-users] world image file not displaying

2010-09-22 Thread Roman Isitua
What files do u require ? do u mean the world image file (jpeg file ) ? I can make that available. Cheers, --- On Wed, 9/22/10, Andrea Aime wrote: From: Andrea Aime Subject: Re: [Geoserver-users] world image file not displaying To: geoserver-users@lists.sourceforge.net Date: Wednesday, Sept

[Geoserver-users] GeoServer crashing with GWC

2010-09-22 Thread Sila Khan
i m accessing geoserver layers through GWC and it gets crash when loading layers following thread is seen in logfiles .plz help me to resolve this issue [#|2010-09-23T09:36:10.083+0500|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=18;_ThreadName=httpSSLWorkerThread-8080-0;|23

Re: [Geoserver-users] icon files : where to store it ?

2010-09-22 Thread Bino Oetomo
Dear David David Winslow wrote: > Hope this helps. > Yes .. it is realy realy helps Thankyou. Sincerely -bino- -- Start uncovering the many advantages of virtual appliances and start using them to simplify application dep

[Geoserver-users] Cannot retreive legend if numberFormat function is used in SLD

2010-09-22 Thread Sonya . Downie
Hi there, I am having difficulty in retrieving a legend for a point layer. Each point is labelled using 2 fields. Both fields are numeric and the labels were being displayed like 1340.0/23.0 instead of 1340/23. So I used the numberFormat function ===

Re: [Geoserver-users] icon files : where to store it ?

2010-09-22 Thread David Winslow
GeoServer will try to resolve relative icon URLs relative to the styles folder in the data directory. If you haven't set a datadir then GeoServer uses data/ inside of the webapp directory. That means for your example it would look at: /var/lib/tomcat6/webapps/geoserver/data/styles/icon/points/my

[Geoserver-users] icon files : where to store it ?

2010-09-22 Thread Bino Oetomo
Dear All .. I've a set of cartographic Icon. where is the best place to store it ? My GeoServer installation is in --> /var/lib/tomcat6/webapps/geoserver i.e : If we tell (in SLD) geoserver to take the file "./icon/points/myhome.png" , where exactly it'll search for that file ? is it "/var/lib/t

Re: [Geoserver-users] Accessing request parameters in Freemarker templates

2010-09-22 Thread melanchthon76
I'm doing the filtering by passing styles to the server via the WMS request. I have a style with an else rule that only displays within a certain date range. I got the default style sheet by serializing the rule using the OpenLayers SLD.write() method, removing the filter and unnecessary rule

Re: [Geoserver-users] can't find featureTypes folder [SEC=Unclassified]

2010-09-22 Thread Miles Jordan
Carlos Henriquez wrote: > hi, i'm new in the mailing list and a new user of geoserver, i'm > working with 2.0.2 version on windows xp, i'v readed some tutorials > but they ask me to create .flt files in the featureTypes directory > which doesn't exist in my geoserver folder (C:\Program Files\GeoSer

Re: [Geoserver-users] Setting forceXY in a webapp - not in a container

2010-09-22 Thread ajs6f
I welcome correction, but my understanding is that since a container runs inside a JVM, and system properties are set at the level of a JVM, you can't do that. Perhaps there's a different parameterization (using something other than a system property) that could provide the behavior you seek?

[Geoserver-users] Setting forceXY in a webapp - not in a container

2010-09-22 Thread Terry.Rankine
Hi All This is a tomcat6 question - but someone else may know... I am currently experiencing the different XY behaviour (WFS 1.1, 1.0 behave differently by default) in a vanilla geoserver 2.0.2. I dont want to set the system property like http://docs.codehaus.org/display/GEOTDOC/The+axis+orde

Re: [Geoserver-users] world image file not displaying

2010-09-22 Thread Andrea Aime
On 22/09/2010 20:04, Roman Isitua wrote: > Hi, > > I tried loading a world image file into geoserver by configuring a > raster data source. The file is a jpeg file that can be viewed correctly > using udig. However when i try to view the image using the layer preview > nothing gets displayed. The e

Re: [Geoserver-users] Geoserver - Performance Tuning - Firebug shows 10+ seconds in "blocking" time

2010-09-22 Thread Andrea Aime
On 22/09/2010 19:21, Pedro Mendes wrote: >> Mind there is a flipside: if the requests actually hit the WMS you might >> get out of memory or just poor performance in general (thrashing). >> That's why I developed the control-flow module: >> http://docs.geoserver.org/2.0.x/en/user/community/controlf

[Geoserver-users] world image file not displaying

2010-09-22 Thread Roman Isitua
Hi, I tried loading a world image file into geoserver by configuring a raster data source. The file is a jpeg file that can be viewed correctly using udig. However when i try to view the image using the layer preview nothing gets displayed. The error log is as follows. Sep 22, 2010 6:44:24 PM it

Re: [Geoserver-users] Geoserver - Performance Tuning - Firebug shows 10+ seconds in "blocking" time

2010-09-22 Thread Pedro Mendes
> -Mensagem original- > De: Andrea Aime [mailto:aa...@opengeo.org] > Enviada: quarta-feira, 22 de Setembro de 2010 16:18 > Para: geoserver-users@lists.sourceforge.net > Assunto: Re: [Geoserver-users] Geoserver - Performance Tuning - Firebug shows > 10+ seconds in "blocking" time > > On 22/

[Geoserver-users] can't find featureTypes folder

2010-09-22 Thread Carlos Henriquez
hi, i'm new in the mailing list and a new user of geoserver, i'm working with 2.0.2 version on windows xp, i'v readed some tutorials but they ask me to create .flt files in the featureTypes directory which doesn't exist in my geoserver folder (C:\Program Files\GeoServer 2.0.2\data_dir), do i have t

Re: [Geoserver-users] Geoserver - Performance Tuning - Firebug shows 10+ seconds in "blocking" time

2010-09-22 Thread Brian Ghigiarelli
Jim, That's one approach, though depending on your users and their environments, you may not be able to achieve this desktop configuration change. Haven't looked up the configs in a while, but from what I remember: Firefox 3 defaults to a maximum of 6 connections; IE 6/7 default to 2. IE8 may bu

Re: [Geoserver-users] Accessing request parameters in Freemarker templates

2010-09-22 Thread Justin Deoliveira
Hi Rohan, In short no it is not possible to access the request object or request parameters from a template. Although it would be possible to hook them up it take a bit of coding. About your issue. How exactly are you doing the filtering? Are you using a filter on the wms request? -Justin On Tu

Re: [Geoserver-users] Geoserver - Performance Tuning - Firebug shows 10+ seconds in "blocking" time

2010-09-22 Thread Andrea Aime
On 22/09/2010 17:10, Pedro Mendes wrote: > Hi, > > We had the same problem in my project. Two different approaches were taken: > > 1. We have many OL layers where the same geoserver featureType can be > referred by more than one OL layers (but with different SLD and > CQL_FILTER), so we aggregate

Re: [Geoserver-users] Geoserver - Performance Tuning - Firebug shows 10+ seconds in "blocking" time

2010-09-22 Thread Pedro Mendes
Hi, We had the same problem in my project. Two different approaches were taken: 1. We have many OL layers where the same geoserver featureType can be referred by more than one OL layers (but with different SLD and CQL_FILTER), so we aggregate the WMS requests to the same geoserver feature

[Geoserver-users] Felipe Conter invited you to Dropbox

2010-09-22 Thread Dropbox
Felipe Conter wants you to use Dropbox to sync and share files online and across computers. Get started here: http://www.dropbox.com/link/20.hA4xlUlxZ0/NjM1NDU0ODMzNw - The Dropbox Team To stop receiving invites from Dropbox, please go to h

Re: [Geoserver-users] Geoserver - Performance Tuning - Firebug shows 10+ seconds in "blocking" time

2010-09-22 Thread jim.meyer
Hello Pedro, This is an interesting suggestion. This site is used by many people. Would you recommend trying to get all users of this site to up their max connections parameters? Thanks, Jim From: Pedro Mendes [mailto:pmen...@xlm.pt] Sent: Wednesday, September 22, 2010 9:44 AM T

Re: [Geoserver-users] Delete Layer Using cURL

2010-09-22 Thread David Winslow
Adding a store without auto-publishing layers can be accomplished by adding "?configure=none" to the end of the request URL: If you want to configure a new layer that publishes an existing featuretype or coverage, you can just create an XML document from scratch (using an existing layer as a templ

Re: [Geoserver-users] Delete Layer Using cURL

2010-09-22 Thread Piero Campa
Maybe because you want to add a new DataStore which indeed already exists, since you deleted the published Layer only (and not the DataStore entirely). I don't know how to just publish a Layer from a DataStore via REST (when you add a DataStore, the Layer is automatically published), that's way I

Re: [Geoserver-users] Bugs when trying to add a coverage using REST

2010-09-22 Thread Jon Britton
Hi again, I've just tried 2.0.2 and it works fine. Sorry for wasting your time, I thought 2.0.1 was the latest stable version! Thanks, Jon On 22 September 2010 11:10, Jon Britton wrote: > Hi Justin. I'm not trying to post a new style, I only want to set the > layers default style. The steps

Re: [Geoserver-users] Delete Layer Using cURL

2010-09-22 Thread Jones, Christopher
Hi, Actually, with some further testing, it does remove the layer, but when I go to add it back again after it responds Resource named '.' already exists in store: '' The problems resolves itself if I stop start geoserver, but this wouldn't exactly be ideal in an "production" or "live" enviro

Re: [Geoserver-users] Delete Layer Using cURL

2010-09-22 Thread Jones, Christopher
Thank you very much, this works perfect ally! Chris -Original Message- From: Piero Campa [mailto:piero.ca...@gmail.com] Sent: 22 September 2010 11:39 To: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Delete Layer Using cURL Hi, well to just delete the publishe

Re: [Geoserver-users] Delete Layer Using cURL

2010-09-22 Thread Piero Campa
Hi, well to just delete the published layer you can do like this: curl -u admin:password -v -XDELETE http://:/geoserver/rest/layers/ If you want to remove the store from which you published the layer, then call: curl -u admin:password -v -XDELETE http://:/geoserver/rest/workspaces//coveragestores

Re: [Geoserver-users] Delete Layer Using cURL

2010-09-22 Thread Piero Campa
Hi, well to just delete the published layer you can do like this: curl -u admin:password -v -XDELETE http://:/geoserver/rest/layers/ If you want to remove the store from which you published the layer, then call: curl -u admin:password -v -XDELETE http://:/geoserver/rest/workspaces/sensorer/covera

[Geoserver-users] Delete Layer Using cURL

2010-09-22 Thread Jones, Christopher
Hi All, Does any one happen to know the syntax to delete a custom layer using cURL? Thanks in advance Chris IMPORTANT - This email and the information that it contains may be confidential, legally privileged and protected by law. Access by the intended recipient only is authoris

Re: [Geoserver-users] Bugs when trying to add a coverage using REST

2010-09-22 Thread Jon Britton
Hi Justin. I'm not trying to post a new style, I only want to set the layers default style. The steps I use are as follows: 1. POST a coveragestore 2. PUT the coverage (code for 1 and 2 is below) 3. PUT the default style to the layer 4. PUT to set enabled to true (because (3) disabled it...) I

Re: [Geoserver-users] Problems visualizing layers in GS 2.1 with attached picture

2010-09-22 Thread Andrea Aime
On 22/09/2010 10:01, Barbara Cintoli wrote: > Dear, > > I am sorry form my forgetfulness. > > If you want, you can take the data here: > ftp://ext-ftp.fao.org/ES/Reserved/GIEWS/Workstation/Layers/GAUL0.zip > <%20ftp://ext-ftp.fao.org/ES/Reserved/GIEWS/Workstation/Layers/GAUL0.zip> Ah ok, it seems

Re: [Geoserver-users] ECQL for app-schema- reference?

2010-09-22 Thread Rini Angreani
Hmm I thought I had to do some special handlings for Expression.NIL to cater for polymorphism. Didn't think it'd work for normal sourceExpression, I can't remember what I did but maybe it was already working.. anyway that's good :D. I used Expression.NIL because the ECQL parser in app-schema can't