Re: [Geoserver-users] EXTERNAL: Re: Extending GeoServer to include GeoTools Developed DataStores

2010-10-06 Thread Andrea Aime
On Wed, Oct 6, 2010 at 11:30 PM, Ottofaro, Jack wrote: > Thank you so much for helping me start to understand the big picture! > > Assuming the proper GeoServer configuration, once I extend GeoServer with my > custom  DataStore does it get indirectly accessed through a WFS call? In > other words

Re: [Geoserver-users] fid/primary key problems [Sec=Unclassified]

2010-10-06 Thread Rahkonen Jukka
Hi, Normal behaviour in WFS is not to show primary key column as a normal attribute but only as a fid. If you do WFS-T you do not usually want users to edit primary keys by hand. But as Miles told, they can be exposed. Next thing is to insert features into PostGIS with WFS-T so that fids would

Re: [Geoserver-users] fid/primary key problems [Sec=Unclassified]

2010-10-06 Thread Miles Jordan
Miles Jordan wrote: > I have this problem where I am pulling a feature type out of oracle > and putting it into postgis. The primary key, "voyage_id" in the > oracle table is being stripped from the feature type and replaced with > a generic "fid" column. > > The voyage_id is a foreign key and can

Re: [Geoserver-users] app-schema vocab function complex translation

2010-10-06 Thread Ben Caradoc-Davies
These might allow you to do this with app-schema: http://docs.geoserver.org/latest/en/user/data/app-schema/vocab-functions.html http://docs.geoserver.org/latest/en/user/data/app-schema/polymorphism.html#useful-functions On 07/10/10 09:28, smas036 wrote: > > Hi all, > > I'm interested in using theC

[Geoserver-users] app-schema vocab function complex translation

2010-10-06 Thread smas036
Hi all, I'm interested in using the Categorize() function to translate keys based on the values in one or more columns, effectively implementing something like key = X if Y > Z & A < B else ... Is there a way to do this using the app-schema plugin? The current alternative is to do some post-pro

[Geoserver-users] Geoserver, Mochahost and failed WAR deployment

2010-10-06 Thread Steven Reid
Hi all, I am using Mochahost as a server provider and have taken out a tomcat private jvm. I have installed Tomcat 6.0.28 and uploaded the Geoserver 2.0.2 WAR file. The server tries to deploy the War file, but then hangs saying it will launch after a certain time, but never does. There are no e

Re: [Geoserver-users] Geoserver interpolation types - bicubic_2?

2010-10-06 Thread Simone Giannecchini
andrea, jon, I suspect that comes from how we implemented the interpolations, basically mimicing what's included in JAI and bicubic_2 is one of the default interpolation methods. Simone. --- === Notice that our office phone number has recently ch

Re: [Geoserver-users] EXTERNAL: Re: Extending GeoServer to include GeoTools Developed DataStores

2010-10-06 Thread Ottofaro, Jack
Thank you so much for helping me start to understand the big picture! Assuming the proper GeoServer configuration, once I extend GeoServer with my custom DataStore does it get indirectly accessed through a WFS call? In other words, my custom DataStore would be implemented to call a web service

Re: [Geoserver-users] labeling all parts of a multipolygon

2010-10-06 Thread Andrea Aime
On Tue, Oct 5, 2010 at 3:29 PM, Hajo Kliemeck wrote: > Hi, > > has the behavior of labeling all parts of a multipolygon changed? > > http://old.nabble.com/Label-each-part-of-a-multipolygon-tp27355608p27418099.html Not that I remember. If you need each piece of a multipolygon to be labelled separa

Re: [Geoserver-users] Extending GeoServer to include GeoTools Developed DataStores

2010-10-06 Thread Andrea Aime
On Wed, Oct 6, 2010 at 6:47 PM, Ottofaro, Jack wrote: > I posted an earlier question about the use of WFS within GeoServer to store > dynamic feature data, for example a fire, that is created by another legacy > application that already stores the data in our database. It seems the > “straightforw

Re: [Geoserver-users] Geoserver interpolation types - bicubic_2?

2010-10-06 Thread Andrea Aime
On Tue, Oct 5, 2010 at 5:37 PM, Jon Britton wrote: > Hi, > I've trying to parse a DescribeCoverage request from GeoServer, but the > response XML seems to include interpolation methods that are not selected > for the coverage.  For example, on the nurc:Pk50095 layer "binlinear" and > "bicubic" are

Re: [Geoserver-users] WPS querybuilder

2010-10-06 Thread Andrea Aime
On Tue, Oct 5, 2010 at 9:39 PM, Martin Jensen wrote: > > Hi, > I am playing around with the WPS query builder. > I was trying to do a buffer on the local vector layer: tiger:poi layer in > Geoserver. > The query gives me an error: > xsi:schemaLocation="http://www.opengis.net/ows/1.1 > http://ge

Re: [Geoserver-users] basic SLD help needed (InlineFeatures)

2010-10-06 Thread Gabriel Roldán
Your "inline" can't be a MultiPolygon, the multipolygon has to be a property of the feature. I.e. there's no feature defined for your featureMember. It needs to be something like: Try the following: (that's for a POST request though). Beware with SLD_BODY the f

[Geoserver-users] Extending GeoServer to include GeoTools Developed DataStores

2010-10-06 Thread Ottofaro, Jack
I posted an earlier question about the use of WFS within GeoServer to store dynamic feature data, for example a fire, that is created by another legacy application that already stores the data in our database. It seems the "straightforward" approach would be to have the other application also us

Re: [Geoserver-users] Question about GeoServer and Google Maps

2010-10-06 Thread Chris Morgan
For google MAPS you also need a public URL - ie localhost will not work. Your data must be passed through Google's servers. Thus you may need to bear in mind the confidentiality of the data. cheers, Chris - Original Message - From: "Charles Galpin" To: Sent: Tuesday, October 05, 2010

[Geoserver-users] Linux installation of Postgre and Postgis postgreadmin and pgAdmin3

2010-10-06 Thread Robert Buckley
Hi, does anyone know of any good tutorials/Links regarding installation of the following Postgre and Postgis postgreadmin and pgAdmin3 Thanks, Robert -- Beautiful is writing same markup. Internet Explorer 9 support

[Geoserver-users] Installation of Geoserver on Ubuntu 8.04

2010-10-06 Thread Robert Buckley
Hi, I have had the unfortunate news from my server provider that for some reason only Ubuntu 8.04 "hardy" can be installed on a new Virtual server which I ordered to provide a Webmapping service. I actually wanted to install the whole Opengeosuite, and have already posted a similar question on

[Geoserver-users] Printing in geoserver?

2010-10-06 Thread Robert Buckley
Hi, I found config.yaml but do not see where or how I should edit it to allow OSM to become printable? Can someone please point me n the right direction? Thanks, Robert Buckley -- Beautiful is writing same markup.

Re: [Geoserver-users] Geoserver - WMS 1.3.0

2010-10-06 Thread christian . mueller
Same problem here, you are not alone. I will go the same way using the current WMS version of geoserver. Perhaps we should recontact in 2 or 3 months to avoid running into an uncomfortable situation. Cheers Christian Quoting Thomas Ellett : > Hi Justin, thanks for getting back to me. Great

Re: [Geoserver-users] Printing in geoserver?

2010-10-06 Thread Andreas Hocevar
Hi, On Oct 6, 2010, at 08:33 , Robert Buckley wrote: > Hi, > > I have a requst to add a print" button to a map project. > > Is there anything I should know before I set about installing this? I have > read > that a project exists to try and integrate the mapfish printing module with > Geos

Re: [Geoserver-users] Printing in geoserver?

2010-10-06 Thread Andreas Hocevar
Hi, On Oct 6, 2010, at 09:35 , Robert Buckley wrote: > Thanks for the link. GeoNode looks good, but im not in a position to start > using > a new system. I was looking for an add-on (if one exists) for geoserver like > the > one found in geoexplorer. No need to install GeoNode for printing.

Re: [Geoserver-users] Geoserver - WMS 1.3.0

2010-10-06 Thread Rahkonen Jukka
Hi, As a temporary solution you try to cascade Geoserver WMS through Mapserver and let it generate the 1.3 output for you. -Jukka Rahkonen- Lähettäjä: Thomas Ellett [mailto:thomas.ell...@statkart.no] Lähetetty: 6. lokakuuta 2010 11:10

Re: [Geoserver-users] Geoserver - WMS 1.3.0

2010-10-06 Thread Thomas Ellett
Hi Justin, thanks for getting back to me. Great news to hear that funding is in place for the short term, sorry to be cheeky but do we have a definition of 'short term' yet? The first INSPIRE view services need to be up and running by May, and we'd like as much time as possible to create and test t

[Geoserver-users] Printing in geoserver?

2010-10-06 Thread Robert Buckley
Hi, Thanks for the link. GeoNode looks good, but im not in a position to start using a new system. I was looking for an add-on (if one exists) for geoserver like the one found in geoexplorer. Another question: why are google/osm maps not printable? Yours, Robert -

Re: [Geoserver-users] Printing in geoserver?

2010-10-06 Thread Luca Morandini
On 10/06/2010 08:33 AM, Robert Buckley wrote: > Hi, > > I have a requst to add a print" button to a map project. > > Is there anything I should know before I set about installing this? I have > read > that a project exists to try and integrate the mapfish printing module with > Geoserver because