[Geoserver-users] Fwd: Find out path of geowebcache.xml

2015-02-11 Thread tommaso
Hallo, I found finally the solution: import org.geowebcache.storage.DefaultStorageFinder; import org.geowebcache.util.ApplicationContextProvider; import javax.servlet.ServletContext; import org.springframework.web.context.WebApplicationContext; import

Re: [Geoserver-users] Best way to serve thousands of imagery files?

2015-02-11 Thread Jonathan Moules
Hi Ben I don’t know the answer to your question, but suspect it’s only GeoTIFFs. More usefully however – did you use any compression on the tiles you created? If they’re aerial photo type things you can compress with JPEG compression for a very large saving. If they’re more thematic, you can

[Geoserver-users] Styling Sld using strReplace to ignore accented characters

2015-02-11 Thread Danilo da Silveira Figueira
Hello all, I need some help with the regex of the function strReplace because according to the docs http://docs.geoserver.org/stable/en/user/filter/function_reference.html i can use any regular expression from java, but when i use the expression \p{IsM}+ is not working as on java, i made the

[Geoserver-users] Upload .csv file to GeoServer via cURL

2015-02-11 Thread Don
Dear GeoServer Users, My apologies in advance in case this is an annoying question! I am very new to GeoServer and can ‹ also after reading the documentation/manual, googling and browsing through older list posts ‹ not figure out how to solve my current problem: I would like to upload .csv files

Re: [Geoserver-users] Upload .csv file to GeoServer via cURL

2015-02-11 Thread Russ Hore
Could you not insert them into Postgres and serve them from that via GeoSever? I do something similar. Russ --- On 11 Feb 2015, at 23:38, Don don...@gmx.net wrote: Dear GeoServer Users, My apologies in advance in case this is an annoying question! I am very new to

Re: [Geoserver-users] Styling Sld using strReplace to ignore accented characters

2015-02-11 Thread Andrea Aime
On Wed, Feb 11, 2015 at 9:47 PM, Danilo da Silveira Figueira danilomal...@hotmail.com wrote: Hello all, I need some help with the regex of the function strReplace because according to the docs http://docs.geoserver.org/stable/en/user/filter/function_reference.html i can use any regular

Re: [Geoserver-users] ArcSDE plugin error on rendering layers

2015-02-11 Thread Simone Giannecchini
Dear Giacomo, the error from SDE does not say much unfortunately. It might be worth trying to update the libraries in GeoServer as well. Along the same line, we might to change the log level to something more verbose and report a longer version of the log file. Regards, Simone Giannecchini ==

Re: [Geoserver-users] ArcSDE plugin error on rendering layers

2015-02-11 Thread Giacomo Dell-Omodarme
Hi Simone and thank you for the quick response! I have updated le libraries in Geoserver to the 9.3.1.SP2 version i have in my environment, but nothing has changed. I switched to a GEOTOOLS_DEVELOPER_LOGGING profile with a Verbose Exception Reporting and the result in down here

[Geoserver-users] REST API reload not reloading gwc-gs.xml

2015-02-11 Thread Matthias Uden
Hi all, I'm using GeoServer 2.3.0 with GeoWebCache 1.4. I realised that reloading the configuration via the REST API [1] does not reload the settings configured in gwc-gs.xml This seems to be done only on GeoServer startup, cf. the log line: INFO [gwc.config] - Initializing GeoServer specific

Re: [Geoserver-users] ArcSDE plugin error on rendering layers

2015-02-11 Thread Simone Giannecchini
Dear Giacomo, I see a bunch of messages like Ignoring non registered table XXX which seem suspicious but I don't see anything else that attracts my attention. I believe we would need to debug this problem to get a clear idea about how to fix it (if it really needs to be fixed as it might be a

Re: [Geoserver-users] ArcSDE plugin error on rendering layers

2015-02-11 Thread Giacomo Dell-Omodarme
Thank you Simone for your attention, what i can't really figure out is what has suddendly changed that stop me from seeing the layer... i didn't make any changes to the DB and i already reinstalled ArcSDE...I have a bunch of postgis tables too that i can publish with no problem, but on ArcSDE

[Geoserver-users] Imagemosaic with SLD not fully displayed

2015-02-11 Thread Sabine Ohlendorf
Hi all, I am using geoserver 2.6.1 and have a problem with SLDs: I created a new style as SLD (see below). Furthermore I have an imagemosaic layer with 32bit geotiffs where I put the created style as default style in the WMS settings. When I start the OpenLayers LayerPreview the style is used in

Re: [Geoserver-users] Upload .csv file to GeoServer via cURL

2015-02-11 Thread Andrea Aime
On Thu, Feb 12, 2015 at 12:38 AM, Don don...@gmx.net wrote: Dear GeoServer Users, My apologies in advance in case this is an annoying question! I am very new to GeoServer and can — also after reading the documentation/manual, googling and browsing through older list posts — not figure out