[Geoserver-users] Upload spatialite to GeoServer using REST API

2013-06-27 Thread Hue
Hi all, I read about the supporting of uploading spatialite file to GeoServer at http://docs.geoserver.org/stable/en/user/rest/api/datastores.html#workspaces-ws-datastores-ds-file-url-external-extension And would like to know if I have to install an extension in order to use it? as when

Re: [Geoserver-users] How to pass parameters to Geoserver Heatmap SLD

2013-06-27 Thread Jonathan Moules
This may be of use as a starting point: http://blog.opengeo.org/2012/08/02/thematic-map-creation-with-sld-is-now-much-easier/ Jonathan On 26 June 2013 10:12, apaleja adroc...@gmail.com wrote: That's great explanation Nikolai. Thank you very much for all help. I have a shapefile with

Re: [Geoserver-users] Setting Up New Windows Server

2013-06-27 Thread Jonathan Moules
Hi Rob, I have a similar setup to yourself and we're probably using it for the same thing. I have a similar machine setup, though with much more RAM and as a physical server. One thing I'd do is just swap everything to x64. 1) See Christian's reply. Tomcat as a servlet is pretty easy to setup.

[Geoserver-users] new datastore for geoserver

2013-06-27 Thread Andreas Wombacher
Hi, I am new with geoserver and geotools and I try to set up a new Datastore. This datastore has to interpret queries which may contain bbox, time and viewparams. I manage to retrieve the filter of the query and either see time or bbox, but not both for a regular getMap request. I see all

Re: [Geoserver-users] Custom filter function ?

2013-06-27 Thread Justin Deoliveira
Sorry it's late but to answer the question about the scripting extension [1], it is possible to write a filter function using the extension, unfortunately its not documented yet :( There are a few examples in the tests, these in javascript.

Re: [Geoserver-users] Upload H2 database with REST API

2013-06-27 Thread Justin Deoliveira
Hi Jose, There looks to be a big in the h2 file upload. The way the upload works is it relies on the zip file containing a file that matches the extension, in this case h2. But an h2 database has no file with such an extension. I tried a hack of changing the .data.db file to .h2 but it didn't

Re: [Geoserver-users] SLD - using the if_then_else as an else-if

2013-06-27 Thread Jonathan Moules
Hi List, Further weirdness happening. I have the below, the premise of which is - if it's a certain layer then the max scale threshold is different from the default which is the else. Problem is GeoServer is giving me various problems. se:MaxScaleDenominator !--Only show

Re: [Geoserver-users] AIXM support via WFS?

2013-06-27 Thread brking
I was wondering if anyone had done any further work with the AIXM application schema. We are looking to get WFS GetFeature responses in AIXM format. The AIXM schema looks really complex and time driven, so I'm curious what the chance of success is getting this to work in GeoServer. -- View this

Re: [Geoserver-users] SLD - using the if_then_else as an else-if

2013-06-27 Thread Andrea Aime
On Thu, Jun 27, 2013 at 3:26 PM, Jonathan Moules jonathanmou...@warwickshire.gov.uk wrote: Am I not allowed to use a function inside a MaxScaleDenominator? It works fine for my anchoring from yesterday. Nope, you're not. The SLD specification does not allow it, and it would be hard to allow

[Geoserver-users] new datastore for geoserver

2013-06-27 Thread Andreas Wombacher
Hi, I am new with geoserver and geotools and I try to set up a new Datastore. This datastore has to interpret queries which may contain bbox, time and viewparams. I manage to retrieve the filter of the query and either see time or bbox, but not both for a regular getMap request. I see all

Re: [Geoserver-users] Custom filter function ?

2013-06-27 Thread brking
Thank you Justin and Andrea. I finally got a Java filter function working and registered based on the GeoTools info. The javascript mechanism looks easier if I can get it working. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Custom-filter-function-tp5062121p5062582.html

Re: [Geoserver-users] new datastore for geoserver

2013-06-27 Thread Andrea Aime
On Thu, Jun 27, 2013 at 2:12 PM, Andreas Wombacher a.wombac...@utwente.nlwrote: Hi, I am new with geoserver and geotools and I try to set up a new Datastore. This datastore has to interpret queries which may contain bbox, time and viewparams. I manage to retrieve the filter of the query and

[Geoserver-users] Benefit of caching with WMS client

2013-06-27 Thread Gubler, Ruediger
Hello, we are using a WMS only client and want to switch to geoserver. Is geoserver using the precalculated tiles to response faster on WMS queries? I think of the following procedure: 1) Choose the next better zoom step 2) Compose the larger picture using the tiles 3) Cut the

Re: [Geoserver-users] SLD - using the if_then_else as an else-if

2013-06-27 Thread Jonathan Moules
Thanks. I guess I'll just have to explicitly define the rule twice using a regular filter. Cheers, Jonathan On 27 June 2013 14:43, Andrea Aime andrea.a...@geo-solutions.it wrote: On Thu, Jun 27, 2013 at 3:26 PM, Jonathan Moules jonathanmou...@warwickshire.gov.uk wrote: Am I not allowed

Re: [Geoserver-users] Benefit of caching with WMS client

2013-06-27 Thread Chris Holmes
Afaik GeoWebCache has the ability to do this with its WMS. See http://geowebcache.org/docs/current/services/wms.html Ian, cced, I believe started some work to make it so the embedded GWC could do the same tile recombination to a WMS call with one or two vendor parameters. I'm not sure if we got

[Geoserver-users] External WFS - add Layer fails with execption

2013-06-27 Thread brking
We have a legacy Luciad WFS server I'd like to eventually replace with GeoServer. I added the Luciad WFS as a new data source to GeoServer. When I go to add a layer, I can see the resources from that external WFS listed. When I go to publish a layer though, I always get an error. For example,

[Geoserver-users] Problems when running geoserver with gdal extension

2013-06-27 Thread markusin
Hi everybody, I tried to install with the newest geoserver release the gdal extension, following the instructions http://docs.geoserver.org/stable/en/user/data/raster/gdal.html I realized that in after the version imageio-ext 1.1.6 in

Re: [Geoserver-users] new datastore for geoserver

2013-06-27 Thread Andreas Wombacher
Hi Andrea, thanks that helped a lot! best regards Andreas On 6/27/2013 4:11 PM, Andrea Aime wrote: On Thu, Jun 27, 2013 at 2:12 PM, Andreas Wombacher a.wombac...@utwente.nl mailto:a.wombac...@utwente.nl wrote: Hi, I am new with geoserver and geotools and I try to set up a new

Re: [Geoserver-users] External WFS - add Layer fails with execption

2013-06-27 Thread brking
I also see this in the server console, if this helps: 27 Jun 13:48:13 WARN [data.wfs] - can't decode CRS EPSG:CRS84 for ns0:ARTCC. Assigning DefaultEngineeringCRS.GENERIC_2D: LOCAL_CS[Generic cartesian 2D, LOCAL_DATUM[Unknown, 0], UNIT[m, 1.0], AXIS[x, EAST], AXIS[y, NORTH]] 27 Jun