Re: [Geoserver-users] Missing layer name in getFeature json response

2012-06-13 Thread Andrea Aime
On Thu, Jun 14, 2012 at 4:57 AM, Alexandre Djioev wrote: > Hi everyone, > > Assume I will do a getFeature query to multiple layers, something like this: > > http://localhost:8080/geoserver/topp/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=topp:tasmania_cities,topp:tasmania_roads&prope

Re: [Geoserver-users] GDAL Library Load Failure with 2.1.4

2012-06-13 Thread Andrea Aime
On Thu, Jun 14, 2012 at 2:35 AM, John Koehring wrote: > > I did not have this problem with GeoServer 2.1.2 or 2.1.3. > > > > Does anybody have any ideas? 2.1.4 needs a more recent version of GDAL, have you updated the binaries? I believe the binaries are these, but cc'ed Daniele for confirmation:

[Geoserver-users] Missing layer name in getFeature json response

2012-06-13 Thread Alexandre Djioev
Hi everyone, Assume I will do a getFeature query to multiple layers, something like this: http://localhost:8080/geoserver/topp/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=topp:tasmania_cities,topp:tasmania_roads&propertyName=(ADMIN_NAME,CITY_NAME)(TYPE)

[Geoserver-users] GDAL Library Load Failure with 2.1.4

2012-06-13 Thread John Koehring
Hello All, I just installed GeoServer 2.1.4 and when running for the first time, noticed the following in the log: 617 [main] INFO org.mortbay.log - jetty-6.1.8 Native library load failed. java.lang.UnsatisfiedLinkError: org.gdal.gdal.gdalJNI.HasThreadSupport()I Jun 13, 2012 10:21:00 AM

Re: [Geoserver-users] Geoserver upgrade

2012-06-13 Thread wwsmith
geowolf wrote > > I see Klaus is on Windows, is Andy on the same? > I am on Linux, that said, I know of people using GeoServer 2.1.3 on > Windows Azure without layer configuration issues... > > Cheers > Andrea > Hi folks, hi Andrea, our production GeoServer 2.1.2 is running under Windows Serve

[Geoserver-users] [App-schema plugin] Mapping of 3 tables into 2 features (join table)

2012-06-13 Thread RudyWI
Hi, I try to map 3 tables into 2 features. I have these tables : Object1Table (id int, name varchar, desc text, typeid int) LinkedTable (id int, sample1 int, sample2 int, sample3 int) Sample1Table (id int, name varchar, desc text) Relations are - Object1Table.typeid -> LinkedTable.id - Linked

Re: [Geoserver-users] Geoserver upgrade

2012-06-13 Thread Nji, Klaus
I also noticed that with 2.1.3, we now have 12 decimal places on each coordinate when computing the bounding boxes from data. On 2.1.2, it was 2 decimal places. Otherwise, I do not see any significant difference between the layer configurations. If I modify layer properties through the admi

[Geoserver-users] Using WCS/WFS with a WPS

2012-06-13 Thread Patrick D
I'm using the Geoserver WPS Builder Demo in order to generate WPS requests. I am successfully able to run some of these processes using TEXT or LAYER inputs. However, I have been unable to run any WPSs using the REFERENCE input, and passing in an appropriate WCS or WFS URL. To be more specific, I

[Geoserver-users] GeoWebcache gmaps gridsubsets problem

2012-06-13 Thread tellett
Hi All, Don't know if this is due to the setup of my cache or a problem with gwc but I can't seems to get a gmaps response if I use gridsubsets in my config file, but it works if I use the old 'bounds / coords' methos. The client code is: var tilelayer = new GTileLayer(null, null, null, {

Re: [Geoserver-users] Geoserver-users Digest, Vol 73, Issue 24

2012-06-13 Thread Filipe Vieira
> > Message: 1 > Date: Tue, 12 Jun 2012 13:54:28 -0400 > From: Stephen Crawford > Subject: [Geoserver-users] can't start geoserver > To: geoserver-users@lists.sourceforge.net > Message-ID: <4fd78254.5060...@psu.edu> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi All, > > I re

Re: [Geoserver-users] Web mapping clients

2012-06-13 Thread Germán Carrillo
Hi Jonathan, UMN MapServer is referenced in the comparison as a client, see [1] and [2]. However, as you have already noticed, since all of those clients support at least OGC-WMS they could work with Geoserver services. Regards, Germán --- [1] http://mapserver.org/ogc/wms_client.html [2]

Re: [Geoserver-users] Geoserver upgrade

2012-06-13 Thread Andy Berry
I'm on Windows Server 2008 Standard. I thought it was a layer creation problem at first, but its strange that I can go to Services/WFS, change the Title and it saves, but Services/WMS change the title won't save. Installing version 2.1.2 using a war file and everything works again without touchi