[Geoserver-users] Geoserver extension plugin problem when deployed on different platfrom

2014-07-18 Thread tt5430
I followed geoserver imagepyramid plugin to write the plugin for reading our proprietary pyramid data. The code was developed on Ubuntu platform using Eclipse IDE and java 1.7. I built the jar file and dropped it onto the WEB-INF/lib of Geoserver-2.5. When I restarted geoserver and clicked Add

Re: [Geoserver-users] WYSIWYG SLD Editor

2014-07-18 Thread Russell Fulton
I have been using qgis and the Boundless’ geoserver plugin. There are issues with the plugin exporting PostGIS layers but exporting styles seems to work fine. Russell On 17/07/2014, at 8:43 pm, Jiang Wang sillyempe...@gmail.com wrote: Hi I`m looking for a web tool to simplify SLD

[Geoserver-users] REGARDING DEPLOYMENT OF A JAR FILE WITHIN GEOSERVER AS A PROCESS

2014-07-18 Thread Girija Kalyani
Hie everyone, I have just started Geoserver. I have an open source jar file, i want to customise a process class and include this jar file within and then get this registered with Geoserver. Is this posssible. I have started geoserver throughj eclipse, and abruptly tomcat stops running, after

Re: [Geoserver-users] Geoserver extension plugin problem when deployed on different platfrom

2014-07-18 Thread Simone Giannecchini
Dear Tam, I would stop Tomcat and clean the tmp and work directories then I will retry. In any case I would suggest you create also an extension for GeoServer likewise the ImagePyramid one and avoid moving files manually but you rather let geoserver build the war for you. Regards, Simone

Re: [Geoserver-users] Image collection images are inaccessible after moving them then moving them back.

2014-07-18 Thread Garey Mills
Daniele - Thank you for your quick response. Weirdly enough, it turned out that I had the imageio-ext jars in Geoserver's lib directory and tomcat's lib directory. I just deleted the older versions (from tomcat/lib) and everything worked. The only thing that I can think is that somehow I had

Re: [Geoserver-users] can't start geoserver

2014-07-18 Thread Simone Giannecchini
Dear Stephen, I would do the following: - shut down tomcat - make sure the user used to run Tomcat has correct privileges on the data dir - change log level to verbose (you can edit the logging.xml file in the data dir, see attache file) - clean tmp and work directory for tomcat - restart If it

Re: [Geoserver-users] Image collection images are inaccessible after moving them then moving them back.

2014-07-18 Thread Simone Giannecchini
Dear Garey, for future references (and for anyone reading this post later in the future) as a rule of thumb when a library is deployed in Jre/lib/ext or tomcat/lib the same one should not be deployed in the WEB-INF/lib for GeoServer (I know this is an over-simplification but that's ok). This

Re: [Geoserver-users] Temporal mosaic on multi-band GeoTiff

2014-07-18 Thread Simone Giannecchini
Dear Matthias, I am afraid this is not possible atm although it would probably be not too difficult to achieve. That said, I am not sure this is the best approach performance wise since it makes the tiff directory very long and forces the tiff reader to read a ton of metadata. This is aprtly due

Re: [Geoserver-users] Labelling - why are they only showing intermittently?

2014-07-18 Thread Jonathan Moules
Hi Andrea, Thanks for the explanation, it's interesting stuff and does make sense about the bounding boxes; approximations are almost always faster after all. For now I'll just stick with using SLD 1.0 for the styles where I require prioritisation. There aren't many. One little known thing is

Re: [Geoserver-users] REGARDING DEPLOYMENT OF A JAR FILE WITHIN GEOSERVER AS A PROCESS

2014-07-18 Thread Jody Garnett
You can follow this tutorial to create a process, it describes how to include a META-INF/services file allowing the process to picked up and publishes via GeoServer WPS. - http://docs.geotools.org/latest/userguide/tutorial/process.html For starting geoesrver up in eclipse check out the

Re: [Geoserver-users] WMS schema to get GetFeatureInfo

2014-07-18 Thread Jody Garnett
The manual has details on how you can supply a template for the GetFeatureInfo html content. It supports a few other mime types such as GML2, GML3 (the link schema for that can be seen at the top of the document), GeoJSON etc... -

[Geoserver-users] Transparent background in ImagePyramid

2014-07-18 Thread DanielV
I've a large imagepyramid that has an area of nodata (value 0) which is currently being shown as black. I'd like to set the background to transparent. I tried changing BackgroundValues; InputTransparentColor and OutputTransparentColor but nothing seemed to work. Is it possible to have transparent

Re: [Geoserver-users] Transparent background in ImagePyramid

2014-07-18 Thread Simone Giannecchini
Dear Daniele, the transparent trick can be done using either OutputTransparentColor or InputTransparentColor. As a start could you to paste here the output of gdalinfo on a typical element of your pyramid? I would also report the version of GeoServer as well as the combination you used for

Re: [Geoserver-users] Transparent background in ImagePyramid

2014-07-18 Thread DanielV
Hi Simone, Thanks for your attention. I'm using GeoServer 2.4.0 and right now I'm trying to use Background value=0 InputTransparentColor=00 But when I open the openlayer image preview in Geoserver, I still see the black border around the image. One thing I noticed is that by using the

Re: [Geoserver-users] Transparent background in ImagePyramid

2014-07-18 Thread DanielV
An update. Loading the WMS layer in QGis will also show the black background, even though it recognizes the alpha band with correct values (0 for areas that should be transparent and 255 for the rest) -- View this message in context:

[Geoserver-users] Best approach for a classic time-series raster data problem.

2014-07-18 Thread Elyser Estrada
Hi there! I have GeoServer 2.5.1 running with Postgre 9.3 and PostGis 2.1. I would like to get your opinion about which is the best technical approach to deal with this simple and classic situation: I need to develop an application to show daily observations of some variables and also allow

Re: [Geoserver-users] GWC and CQL_FILTER

2014-07-18 Thread Kevin Smith
It looks like something earlier in the process is rewriting the request parameters to add a FILTER parameter. I think this came up before and it was resolved by adding a FILTER parameter filter with the same values as the CQL_FILTER one.