Re: [Geoserver-users] getFeatureInfo request - follow up question

2013-07-05 Thread Andreas Wombacher
Hi, what I am actually doing is producing a raster of values for each GetMap request. Thus, there are no fixed levels for the raster and the raster is constructed dynamically rather than being based on images. Might it be better to implement my datastore as a raster store? best regards Andreas

Re: [Geoserver-users] Returning any kind of file with WPS python script

2013-07-05 Thread Thomas.Wanderer
We're planning to return a zip-file. We were hoping that it's possible to return a file via the scripting plugin, but of course this cannot be simply the path as string, so we were thinking it might be possible by providing a file object. We really hope this is somehow possible but do not know i

Re: [Geoserver-users] getFeatureInfo request question

2013-07-05 Thread Andreas Wombacher
Hi, yes it is already available on github https://github.com/utwente-db/neogeo but it is still pre-alpha as you can see on my questions. The basic idea is that often if you want to visualize a lot of information in a GIS the layers get very slow. We suggest to have in addition to the layer pro

Re: [Geoserver-users] getFeatureInfo request question

2013-07-05 Thread Andrea Aime
On Fri, Jul 5, 2013 at 4:49 PM, Andreas Wombacher wrote: > Hi, > > I am building a new datastore, which presents aggregated features on the > map. In hte meanwhile it works reasonable for getMap requests. However, > if my datastore receives a getFeatureInfo request the BBox contained in > the filt

Re: [Geoserver-users] Returning any kind of file with WPS python script

2013-07-05 Thread Justin Deoliveira
Hey Stefan, What sort of data are you returning from the process? If you can provide a bit more info that would be great. -Justin On Fri, Jul 5, 2013 at 6:38 AM, wrote: > Hey, > > ** ** > > I am trying to return a file (.zip) in a WPS python script but I have no > clue which type to ch

[Geoserver-users] getFeatureInfo request question

2013-07-05 Thread Andreas Wombacher
Hi, I am building a new datastore, which presents aggregated features on the map. In hte meanwhile it works reasonable for getMap requests. However, if my datastore receives a getFeatureInfo request the BBox contained in the filter of the query corresponds to the area around the mouse pointer.

Re: [Geoserver-users] SLD point symbology offset, via svg or SLD function - getFeatureInfo search area does not follow

2013-07-05 Thread Andrea Aime
On Fri, Jul 5, 2013 at 3:54 PM, David I wrote: > Is there a way to make the search area match the offset symbol rather than > the point in GeoServer? > No, there is no way to do that, changes to the code would have to be made. In order to make it really work properly no matter how many rules and

[Geoserver-users] SLD point symbology offset, via svg or SLD function - getFeatureInfo search area does not follow

2013-07-05 Thread David I
Hi all, I posted this query on another forum four days ago but while it received some views there have been no replies so far. I sincerely hope it isn't breaking netiquette to post it now, somewhat rephrased, here. Do advice if this is the case however. We are running an instance of the OpenGeo S

Re: [Geoserver-users] css labeling

2013-07-05 Thread David Winslow
You can use the filter to prevent labeling features with that value: [@scale < 25000][CLASS_CODE=6][EZI_ROAD_NAME_LABEL <> 'unnamed'] In your example, you'd have to change both 2WD and 4WD rules. -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Jul 4, 2013 at 4:29 AM, Lottie Atzenbeck wr

[Geoserver-users] Returning any kind of file with WPS python script

2013-07-05 Thread Stefan.Herle
Hey, I am trying to return a file (.zip) in a WPS python script but I have no clue which type to choose for the output in the python decorator. I know that it is possible to define a raw data output in general but what are the specific type mappings used in the WPS python script. Thanks! -

Re: [Geoserver-users] [GeoWebCache] Boundingbox of grouped layers is wrong

2013-07-05 Thread Paul Meems
Thanks Jonathan, I've checked and my grouped layers bbox are OK. So I checked the GetCapabilities again and I can no longer reproduce. I don't what happened but my issue is solved! Great way to start the weekend ;) Paul *Paul Meems * Release manager, configuration manager and forum moderator

Re: [Geoserver-users] parsing of hints in getMap request in java

2013-07-05 Thread Andrea Aime
On Fri, Jul 5, 2013 at 11:22 AM, Andreas Wombacher wrote: > Hi, > > I tried to access and parse the hints and I have the problem that there > is no java.awt.RenderingHints.Key with value VIRTUAL_TABLE_PARAMETERS to > access the viewparams in the request. > > Can someone please give me a pointer on

Re: [Geoserver-users] How can I use a footprint.shp file with imagemosaic plugin?

2013-07-05 Thread Andrea Aime
On Fri, Jun 28, 2013 at 9:31 PM, Fuller, Shamus wrote: > Hi, I have seen several references to a working technique to use a > footprint.shp file with the imagemosaic plugin to despeckle compressed > images. I have not yet however seen any reference to how exactly to do it. > I would appreciate s

Re: [Geoserver-users] app-schema query fails with org.geotools.feature.NameImpl cannot be cast to org.opengis.feature.type.AttributeDescriptor

2013-07-05 Thread Sen, Marcus A.
> -Original Message- > From: Ben Caradoc-Davies [mailto:ben.caradoc-dav...@csiro.au] > Sent: 25 June 2013 10:33 > To: Sen, Marcus A. > Cc: geoserver-users@lists.sourceforge.net > Subject: Re: [Geoserver-users] app-schema query fails with > org.geotools.feature.NameImpl cannot be cast to > o

Re: [Geoserver-users] [GeoWebCache] Boundingbox of grouped layers is wrong

2013-07-05 Thread Jonathan Moules
Hi Paul, You should be able to set layergroup SRS. http://docs.geoserver.org/stable/en/user/webadmin/data/layergroups.html?highlight=layer%20group#edit-layer-group Regards, Jonathan On 3 July 2013 14:26, Paul Meems wrote: > Hi List, > > I'm looking at my GetCapabilities xml from GWC: > htt

[Geoserver-users] parsing of hints in getMap request in java

2013-07-05 Thread Andreas Wombacher
Hi, I tried to access and parse the hints and I have the problem that there is no java.awt.RenderingHints.Key with value VIRTUAL_TABLE_PARAMETERS to access the viewparams in the request. Can someone please give me a pointer on how to parse the view params properly? Thanks in advance. best re

Re: [Geoserver-users] How can I use a footprint.shp file with imagemosaic plugin?

2013-07-05 Thread Jonathan Moules
Hi Shamus, Does this cover it? http://geo-solutions.blogspot.co.uk/2010/04/behind-curtains-geoservergeotools.html There's also an old thread: http://www.mail-archive.com/geoserver-users@lists.sourceforge.net/msg01747.html Jonathan On 28 June 2013 20:31, Fuller, Shamus wrote: > Hi, I have se

Re: [Geoserver-users] Geowebcache trouble

2013-07-05 Thread Michele Beneventi
Hi, at a glance it seems there is some problem with the spatial data. Are they well stored and catalogued in geoserver? Cheers Michele On Thu, Jul 4, 2013 at 11:27 PM, wrote: > Hello people, am getting a trouble with my GWC, is no working and in > the log i get the following > > > > > storage.