[Geoserver-users] Geopackage plugin for 2.5.1

2014-06-02 Thread Koivusalo, Tuomas
Hi, we are interested in testing Geopackage format in Geoserver, but apparently there is no functioning version of plugin for 2.5.x. ares.boundlessgeo.com does have community package for 2.5, but zip contains only sqlite-jdbc-spatialite-3.7.2-2.4.jar. Is there version of plugin for 2.5.x or

[Geoserver-users] WFS,WMS per feature security

2014-06-02 Thread Feniks
Hello. I would like to know if its possible to somehow set which features a certain user can see? Example: Lets say we have a featureType ... workspace:A with 1000 features. When using a WFS request to get this featureType, 600 features are only seen by user X and other 400 features by user Y,

Re: [Geoserver-users] WFS,WMS per feature security

2014-06-02 Thread Chris Snider
Hi, We had to do a similar thing restricting features by user. We implemented a CQL filter that matched something from the user to a property of the feature. Implement a class that extends FunctionExpressionImpl that applies the CQL filter. Then implement a callback function that can be

[Geoserver-users] Coverage Band Details - documentation?

2014-06-02 Thread Jonathan Moules
Hi List, Does anyone know where the documentation for the Coverage Band Details stuff is (Layer specific setting for raster layers)? If I try googling for it I only get a couple of results about backporting it (or aspects of?):

Re: [Geoserver-users] Problem with displaying wms layer in EPSG:2180

2014-06-02 Thread Lagu
Thanks for your help It's a solution: var mapOptions = { projection: new OpenLayers.Projection('EPSG:2180'), units: 'm', minResolution: '1', maxResolution: '4000', resolutions: [ 3052.7655842634194, 1526.3827921317097, 763.1913960658549, 381.59569803292743, 190.79784901646372, 95.39892450823186,

Re: [Geoserver-users] Geopackage plugin for 2.5.1

2014-06-02 Thread Jody Garnett
I recommend testing with the development version of GeoServer, and then when you have something working we can look at back porting to the 2.5.x series. Note these community modules are not really part of GeoServer ... yet. I recommend contacting the associated developer and/or development team

Re: [Geoserver-users] WFS,WMS per feature security

2014-06-02 Thread Jody Garnett
In addition to Chris's response you will also find third party security plugins that implement creative security restrictions of this nature. One I am aware of with a web page link is GeoFence: https://github.com/geosolutions-it/geofence Jody Garnett On Mon, Jun 2, 2014 at 7:04 PM, Feniks

Re: [Geoserver-users] Coverage Band Details - documentation?

2014-06-02 Thread Jody Garnett
We are not always the best and getting documentation for each new feature added to GeoServer. I have had good luck using coverage band details using GeoTIFF DEM data. Once you have a working example perhaps you can provide a screen snap and text for the docs? -- Jody Jody Garnett On Tue, Jun