[Geoserver-users] DescribeLayer/WfsDispatcher with namespaces

2013-01-10 Thread Fabrice Phung
Hello, Thanks for the 2.2 releases, there are great new features ! I'm facing troubles with GS 2.2.1, trying to perform a DescribeFeatureType on a virtual WMS service. The operations on an unprotected layer performed by a non admin user are : * DescribeLayer on /geoserver/namespace/wms: SUCCEED

Re: [Geoserver-users] SVG Fill with an ExternalGraphic

2013-01-10 Thread Andrea Aime
On Thu, Jan 10, 2013 at 12:39 PM, Jonathan Moules < jonathanmou...@warwickshire.gov.uk> wrote: > Hi Andrea, > Yep, Displacement of the fill symbol itself. > It's useful for when you have multiple symbols for a polygon fill - the > Ordnance Survey use them for their MasterMap Product when a vegetat

Re: [Geoserver-users] SVG Fill with an ExternalGraphic

2013-01-10 Thread Jonathan Moules
Hi Andrea, Yep, Displacement of the fill symbol itself. It's useful for when you have multiple symbols for a polygon fill - the Ordnance Survey use them for their MasterMap Product when a vegetation area has lots of types of vegetation - it mixes the symbols together to depict the type of vegetatio

Re: [Geoserver-users] SVG Fill with an ExternalGraphic

2013-01-10 Thread Andrea Aime
On Wed, Jan 9, 2013 at 7:28 PM, Jonathan Moules < jonathanmou...@warwickshire.gov.uk> wrote: > Following my other thread with CSSParameter and SVGParameter and the > revelation there's a SVG 1.0 and 1.1, I've discovered this issue is caused > because the stylesheet is 1.1.0, and apparently GeoServ

Re: [Geoserver-users] SDO_TUNE.EXTENT_OF - Oracle

2013-01-10 Thread Jonathan Moules
Hi Davide, Interesting, I figured SDO_TUNE was using the spatial index, but not metadata bounds held by it. My own tests per the earlier spreadsheet ( https://docs.google.com/open?id=0B22cYd3gwE-6MkRfdlp6VFNOZjQ) still have it be quite slow for 19.9million features - it took about a minute. Useful

Re: [Geoserver-users] SDO_TUNE.EXTENT_OF - Oracle

2013-01-10 Thread Davide
On Thu, Jan 10, 2013 at 10:31 AM, Jonathan Moules wrote: > Hi Christian, > Wow, that's fast for 19million features, but at that speed I'd assume it has > the bounds pre-calculated; its probably getting them from > MDSYS.USER_SDO_GEOM_METADATA or similar, but I don't know how Oracle 11 does > thing

Re: [Geoserver-users] SDO_TUNE.EXTENT_OF - Oracle

2013-01-10 Thread Jonathan Moules
Hi Christian, Wow, that's fast for 19million features, but at that speed I'd assume it has the bounds pre-calculated; its probably getting them from MDSYS.USER_SDO_GEOM_METADATA or similar, but I don't know how Oracle 11 does things. It seems like Oracle 11 is better at data integrity and maintaini