Re: [Geoserver-users] Different results from selecting KML for layer from layer summary page and KML from dropdown menu

2011-03-30 Thread Hartmuth Schachinger
Am 29.03.2011 14:59, schrieb Andrea Aime: > On Tue, Mar 29, 2011 at 12:15 AM, Garey Mills > wrote: >> Hi - >> >> Geoserver 2.1-rc2. I created a new layer in a PostGis database. >> Trying to view it from the layer preview page, if I click on the 'KML' >> link on the page, although >> it geolo

Re: [Geoserver-users] Problem with appschema and CityGML

2011-03-30 Thread Ben Caradoc-Davies
"Caused by: java.lang.IllegalStateException at org.geotools.xml.Configuration.allDependencies(Configuration.java:355)" Lucas, this is a "should never happen" error in the underlying GeoTools dependency graph analysis (used to collect the XML bindings). I can only speculate that this means that

Re: [Geoserver-users] 2.1-RC3 GeoWebCache fails to generate png tiles

2011-03-30 Thread Gabriel Roldán
On Wed, 2011-03-30 at 18:50 +0200, Roger Bedell wrote: > I'm seeing the same thing. > > > Roger > > On Wed, Mar 30, 2011 at 4:27 PM, Rick Workman > wrote: > Using the GeoWebCache Demos page from the Web admin interface > connected to a vanilla GeoServer2.1-RC3 (no user data), t

Re: [Geoserver-users] Two SLD questions

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 7:13 PM, Gis Mage wrote: > 1. White line in the middle won't do - the symbol has to be hollow in the > middle. Then try hollow symbol + graphic symbolizer + dash array There are some examples using markers in my FOSS4G 2011 presentation here: http://2010.foss4g.org/present

Re: [Geoserver-users] Two SLD questions

2011-03-30 Thread Gis Mage
1. White line in the middle won't do - the symbol has to be hollow in the middle. 2. That's very very sad. Maybe there is a workaround with geometry functions? There is a "drop shadow" example where geometry is offset from the original. So can I just offset a river and put a TextSymbolizer with fo

Re: [Geoserver-users] Two SLD questions

2011-03-30 Thread Ian Turton
On 30 March 2011 12:18, Gis Mage wrote: > Hello! > > I'm doing a pretty strict cartographic map. > 1. How can I create a LineSymbolizer, which will produce two parallel dash > lines with 1 px hollow in between? > Like two same lines with positive and negative offset from centerline by > 1px. Draw

Re: [Geoserver-users] Two SLD questions

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 6:18 PM, Gis Mage wrote: > Hello! > > I'm doing a pretty strict cartographic map. > 1. How can I create a LineSymbolizer, which will produce two parallel dash > lines with 1 px hollow in between? > Like two same lines with positive and negative offset from centerline by > 1

Re: [Geoserver-users] 2.1-RC3 GeoWebCache fails to generate png tiles

2011-03-30 Thread Roger Bedell
I'm seeing the same thing. Roger On Wed, Mar 30, 2011 at 4:27 PM, Rick Workman wrote: > Using the GeoWebCache Demos page from the Web admin interface connected to > a vanilla GeoServer2.1-RC3 (no user data), the OpenLayers links fail to > produce any png tiles (appear as mini "?" icons on white

[Geoserver-users] Two SLD questions

2011-03-30 Thread Gis Mage
Hello! I'm doing a pretty strict cartographic map. 1. How can I create a LineSymbolizer, which will produce two parallel dash lines with 1 px hollow in between? Like two same lines with positive and negative offset from centerline by 1px. 2. How can I create a TextSymbolizer, which will follow th

Re: [Geoserver-users] Convex hull

2011-03-30 Thread Andrew Chamberlain
Hi Ahmad, If you need this to be dynamic, the best bet is to use OpenLayers for your client.  With a WFS layer configured to pull over the building features from Geoserver, you can let the user pick the buildings and then have a bit of _javascript_ to calculate and

Re: [Geoserver-users] Convex hull

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 5:37 PM, Ahmad Aburizaiza wrote: > Hello all, > > I am new to Geoserver and to web GIS in general. I have a building layer > that I want to be able to select two buildings and create a convex hull. Any > suggestions. You need WPS, there is a process that can compute the co

[Geoserver-users] Convex hull

2011-03-30 Thread Ahmad Aburizaiza
Hello all, I am new to Geoserver and to web GIS in general. I have a building layer that I want to be able to select two buildings and create a convex hull. Any suggestions. Thanks in advance, *--- Ahmad Aburizaiza PhD stude

[Geoserver-users] Rendering a GeometryCollection with SLD

2011-03-30 Thread Mike Hampton
I am trying to use sld to style a GeometryCollection using Openlayers. The collection contains a point, a line and a polygon. My data is coming back properly, but I do not know how to get the SLD to apply to each geometry member within the data. At present, only the first member (in this case

[Geoserver-users] 2.1-RC3 GeoWebCache fails to generate png tiles

2011-03-30 Thread Rick Workman
Using the GeoWebCache Demos page from the Web admin interface connected to a vanilla GeoServer2.1-RC3 (no user data), the OpenLayers links fail to produce any png tiles (appear as mini "?" icons on white background, grey outline). Links for jpeg seem to work fine. Nothing obvious in the log file

Re: [Geoserver-users] GeoServer Concurrency Issues

2011-03-30 Thread Steve Way
Hi Andrea, We have already tried the cleaning of the temp dirs. With OAs, you do not have control to start one JVM at a time - this is controlled by OPMN. Cheers, Steve -Original Message- From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 30 Marc

Re: [Geoserver-users] GeoServer Concurrency Issues

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 12:47 PM, Steve Way wrote: > Hi Andrea, > > Yes there are plenty, but here are some. Hmmm... failures reading from the EPSG factory. That one is created on startup if missing, there is code doing locking to avoid multiple writers to step on each other toes but it may not w

Re: [Geoserver-users] GeoServer Concurrency Issues

2011-03-30 Thread Steve Way
Hi Andrea, Yes there are plenty, but here are some. Cheers, Steve -Original Message- From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 30 March 2011 11:29 To: Steve Way Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] GeoSe

Re: [Geoserver-users] GeoServer Concurrency Issues

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 12:14 PM, Steve Way wrote: > Hi All, > > > > Does anyone know the reason why we maybe getting concurrency issues with > Geoserver? > > > > Running multiple JVMs using OAS, seems to throw up issues whenever the JVMs > are started. > > > > At first we thought this could be GW

[Geoserver-users] GeoServer Concurrency Issues

2011-03-30 Thread Steve Way
Hi All, Does anyone know the reason why we maybe getting concurrency issues with Geoserver? Running multiple JVMs using OAS, seems to throw up issues whenever the JVMs are started. At first we thought this could be GWC, and still believe this is part of the problem, but having removed the GWC

Re: [Geoserver-users] WMS capabilities in 2.1 RC3

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 10:43 AM, wrote: > > Hi, > WMS - Capabilities in 2.1 RC3 and whats going wrong? > In 2.0.3 the query of the wms capabilities works - but when using 2.1-RC3 > the XML query aborts. > Queries via uDig or Qgis failed with version 2.1 RC3 - but with version > 2.0.3 they show t

[Geoserver-users] WMS capabilities in 2.1 RC3

2011-03-30 Thread Wolfram . Winter
Hi, WMS - Capabilities in 2.1 RC3 and whats going wrong? In 2.0.3 the query of the wms capabilities works - but when using 2.1-RC3 the XML query aborts. Queries via uDig or Qgis failed with version 2.1 RC3 - but with version 2.0.3 they show the general survey!! http://localhost:8080/geoserver/wms

Re: [Geoserver-users] Intersect or Intersects?

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 9:23 AM, Rahkonen Jukka wrote: > Amazing, I love all versions of WFS standard.  So WFS 1.0.0 GetCapabilities > is advertising "Intersect" but users should not care and use "Intersects" > instead? That's what I have done but I got baffled because of somewhat > misleading

Re: [Geoserver-users] [ExternalEmail] Spatial Information Services Stack Workshop: Canberra 22-24 March 2011

2011-03-30 Thread Ben Caradoc-Davies
The Spatial Information Services Stack Workshop was conducted last week. All of the workshop content can be found on the SEEGrid wiki: https://www.seegrid.csiro.au/wiki/bin/view/Siss/SissWorkshop2011 On 18/02/11 14:03, Ben Caradoc-Davies wrote: > AuScope is running a three-day Spatial Information

Re: [Geoserver-users] Intersect or Intersects?

2011-03-30 Thread Rahkonen Jukka
Hi, A bit more testing: WFS 1.1.0 does not accept "Intersect" filter but gives an error. However, WFS 1.0.0 is accepting all filters, it is just doing nothing with not recognised ones. This one gives me also all the states. the_geom http://www.opengis.net/gml/srs

[Geoserver-users] Geoserver 2.0.3 and 2.1-RC3 REST config issues

2011-03-30 Thread Marianna Borriello
Dear all, I'm trying to upload a shapefile via rest api. I use the following command: curl -u admin:geoserver -XPUT -H 'Content-type: application/zip' --data-binary @C:/cultivated-areas.zip  http://localhost:8080/geoserver/rest/workspaces/prova/datastores/test/file.shp This test fails both on

Re: [Geoserver-users] Cascading WMS

2011-03-30 Thread Ivan Grcic
Hi all, Fabio, just to make sure, did you enable developer logging and Verbose Mesaging in Geoserver global settings? Usually the error stack should be then written out in the image. Andrea, should I go and make a patch to print out the cascading request, for the Level.FINE log level? It is prett

Re: [Geoserver-users] Cascading WMS

2011-03-30 Thread Di Pietro, Fabio VGD
Ciao Andrea Thank you. For testing WMS on Geotask Server we have to allow it with asking Server (your Geoserver) TCP-IP Number. Please send me your TCP-Adress. Regards, Fabio -Original Message- From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: We

Re: [Geoserver-users] Cascading WMS

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 8:35 AM, Di Pietro, Fabio VGD wrote: > Ciao Andrea > I'm not able to change the Java code an recompile geoserver. > We use a Geotask WMS-Server. Do you want have a look on the getCapability > Result? That is unlikely to be very useful. Is there a publicly available Geotas

Re: [Geoserver-users] Intersect or Intersects?

2011-03-30 Thread Rahkonen Jukka
Andrea Aime wrote: > On Tue, Mar 29, 2011 at 9:03 PM, Rahkonen Jukka > wrote: > > Hi, > > > > I noticed that the demo request of Geoserver 2.0.2 is using filter > > > >   > >     > >       > >        the_geom > >           srsName="http://www.opengis.net/gml/srs/epsg.xml#4326";> > >