Re: [Geoserver-users] Integrating Geoserver and application security

2011-12-01 Thread mika
Maybe something like this, though then I wouldn't need spring security at all anymore.. http://wiki.deegree.org/deegreeWiki/iGeoSecurity Maybe I could grab the proxy part out of that package.. I wouldn't want to build all from the scratch again. - mika - On Fri, 02 Dec 2011 06:04:48 +

Re: [Geoserver-users] Large data sets

2011-12-01 Thread Ben Caradoc-Davies
Yes, I saw that in the GSIP. Much appreciated! On 02/12/11 15:44, Andrea Aime wrote: > Which I have the mandate of backporting to 2.1.x as well as an extension > to the WFS 1.0 and 1.1 protocols. Stay tuned :) -- Ben Caradoc-Davies Software Engineer CSIRO Earth Science and Resource Engineering

Re: [Geoserver-users] Large data sets

2011-12-01 Thread Andrea Aime
On Fri, Dec 2, 2011 at 3:31 AM, Ben Caradoc-Davies wrote: > WFS 2 may be quite useful for large responses because it allows the > retrieval of parts of a response through multiple requests. A client can > request resultType "hits" (same as WFS 1.1) to find out how many > features match, and then

Re: [Geoserver-users] Large data sets

2011-12-01 Thread Chris Shain
I'd also like to add that there is some hope for the ability to leverage extremely large datasets in the near future with non-relational (NoSQL) datastores. I am in the process of developing one for Apache HBase, and I hope to have it released to the community sometime in early 2012. These datastor

Re: [Geoserver-users] Large data sets

2011-12-01 Thread Ben Caradoc-Davies
WFS 2 may be quite useful for large responses because it allows the retrieval of parts of a response through multiple requests. A client can request resultType "hits" (same as WFS 1.1) to find out how many features match, and then make multiple requests with startIndex and count to get subsets.

Re: [Geoserver-users] Problems SLD_BODY - works for getlegendgraphic but not for getMap.

2011-12-01 Thread Andrea Aime
On Thu, Dec 1, 2011 at 9:04 PM, Phil Scadden wrote: > Geoserver 2.0.2 > The request below returns the image styled by the layers assigned style > not the one in SLD_BODY. > > However, the matching getLegendGraphic does produce the correct style. > What am doing wrong? > Get the SLD 1.0 specifica

[Geoserver-users] Geometries that cross Dateline/180 mark. Who is interested in having this solved?

2011-12-01 Thread Phil Scadden
This came up again recently eg. http://www.mail-archive.com/geoserver-users@lists.sourceforge.net/msg07668.html Who is interested in having this solved one and for all? A parameter in the layer setup, telling it to make sure lines and polygons that cross the 180 get drawn correctly. No fake coor

Re: [Geoserver-users] Large data sets

2011-12-01 Thread Phil Scadden
> We have large datasets of points in a database. We need to publish our > data via WFS in GeoServer. I would like to know what is considered to > be large from a GeoServer point of view. Is there a breakpoint where > the amount of rows starts to be too many? I have 30 Million > points wich se

Re: [Geoserver-users] Problems SLD_BODY - works for getlegendgraphic but not for getMap.

2011-12-01 Thread Olle Markljung
I'm also sitting with similar things now. When I removed the layers parameter and added the same layer as a named layer in the SLD it works. Hope it helps :) 1 dec 2011 kl. 21:12 skrev "Phil Scadden" : > Geoserver 2.0.2 > The request below returns the image styled by the layers assigned sty

[Geoserver-users] Problems SLD_BODY - works for getlegendgraphic but not for getMap.

2011-12-01 Thread Phil Scadden
Geoserver 2.0.2 The request below returns the image styled by the layers assigned style not the one in SLD_BODY. However, the matching getLegendGraphic does produce the correct style. What am doing wrong? http://maps.gns.cri.nz/geoserver/wms?LAYERS=gns%3APETROLEUM.PEGI_SITE_VIEW&TRANSPARENT=TR

Re: [Geoserver-users] Integrating Geoserver and application security

2011-12-01 Thread Mika Lehtonen
Hi, in that case, Geoserver services made public, anyone could delete my database table rows through wfs-t? One solution could be isolating geoserver and allowing client to use it only through proxy service in my app, that would be controlled by the spring security framework, right? - mika -

Re: [Geoserver-users] Getting started with Oracle

2011-12-01 Thread Mark Hammond
Rahkonen, This is the approach I thought may be necessary. Apparently a carefully managed materialised view can minimise the amount of work Oracle has to do to maintain a view, since the spatial data itself won't be changing. The only trouble at the moment is when creating the view: The query in

Re: [Geoserver-users] pdf export: why the request for tile dimensions of 625x458

2011-12-01 Thread Stephen V. Mather
Best bet, in my experience, for pointing mapfish at GWC as a WMS service so GWC can server arbitrary WMS requests. You will probably want to allow GWC to build different caches for different WMS flags, such as format_options=dpi:300. Search for stringParameterFilter on the GeoWebCache site. I

Re: [Geoserver-users] INSPIRE compliance

2011-12-01 Thread Bart van den Eijnden
Hi Christian, sure it makes sense to open up a JIRA tickets for them and discuss further there. Justin and Gabriel have already talked about possible solutions for the harmonized layer names, but it is actually quite complicated if I have understood correctly. Best regards, Bart -- Bart va

Re: [Geoserver-users] INSPIRE compliance

2011-12-01 Thread christian . mueller
Hi Bart, we also had headaches about the harmonized layer names. Does it make sense to open a JIRA issue describing the problem ? The same holds true for multilingual services, but this is only a wish. Cheers Christian Zitat von Bart van den Eijnden : > Hi, > > 2.1.x nightly builds and trunk

Re: [Geoserver-users] pdf export: why the request for tile dimensions of 625x458

2011-12-01 Thread Gabriel Roldan
On Thu, Nov 24, 2011 at 3:53 AM, Robert Buckley wrote: > Can anyone tell me why the mapfish print is requesting tile dimensions  of > 625x458? I guess because it doesn't speak WMS-C but just plain WMS. -- Gabriel Roldan OpenGeo - http://opengeo.org Expert service straight from the developers.

Re: [Geoserver-users] geowebcache.xml prevents Geoserver from restarting

2011-12-01 Thread Gabriel Roldan
Hi Hailey, I'm pretty sure your set up doens't work because of a bug in gwc that makes the configuration of a gridset using the property instead of unusable. The quick workaround would be to explicitly indicate the list of resolutions instead. Cheers, Gabriel On Thu, Nov 17, 2011 at 8:49 PM,

Re: [Geoserver-users] Intro and first question

2011-12-01 Thread Gabriel Roldan
Hello Brendan, please follow the custom projection documentation from the GWC docs: and tell whether that's useful enough to create a custom GridSet. As for getting the bounds to use, it's odd that the CRS reports both ma

Re: [Geoserver-users] INSPIRE compliance

2011-12-01 Thread Bart van den Eijnden
Hi, 2.1.x nightly builds and trunk is. I've used the test suite provided by Dutch organization Geonovum to verify. No multilingual services as yet possible though but Inspire does not mandate that. Also no harmonized layer names but those are due end 2012 IIRC. Bart Sent from my iPhone On D

Re: [Geoserver-users] TMS Service definately not loading!

2011-12-01 Thread Gabriel Roldan
you'll need to use a nightly build (I guess I already mentioned this). The issue was fixed on November 7 at svn revision 16553: https://fisheye.codehaus.org/changelog/geoserver/?cs=16553 Cheers, Gabriel On Thu, Nov 24, 2011 at 6:01 AM, Robert Buckley wrote: > Hello, > > I am trying to server laye

[Geoserver-users] ImagePyramid error

2011-12-01 Thread Jim White
| I have used gdal_retile.py to create an imagepyramid store for a 328MB geotiff file. I can view the file if the layer is geotiff, but with imagepyramid I get this error. || Internal error occurred ||The coordinate reference system must be the same for all objects. || The .prj f

Re: [Geoserver-users] INSPIRE compliance (christian.muel...@nvoe.at)

2011-12-01 Thread Tim Martin
Hi christian I request commit access a few months ago and have been caught up with other work. I would love for it to be added to the tutorial. I just need to check on IP of the document. Let me find out and get back to you Best regards Tim - Original Message - From: christian.muel

Re: [Geoserver-users] INSPIRE compliance (christian.muel...@nvoe.at)

2011-12-01 Thread christian . mueller
Hi Tim, nice to here from you. Personally, I would like to integrate your tutorial into the geoserver documentation. http://docs.geoserver.org/stable/en/user/community/inspire/using.html The geoserver documentation is written using Sphinx syntax. To get an impression of the Sphinx syntax yo

Re: [Geoserver-users] INSPIRE compliance (christian.muel...@nvoe.at)

2011-12-01 Thread Tim Martin
Hi Christian, Sibylle and Francesco I wrote that tutorial on the Location Defra site some time ago. Christian is right it only gets you 98% of the way there. I briefly tried the nightly build last Thursday and some of the additional features that Christian mentions that will appear in 2.1.3 wil

Re: [Geoserver-users] Large data sets

2011-12-01 Thread Maria Ripa
Thanks again and yes I was going to do UPDATE STATISTICS but am currently installing POSTGRES and pgAccess on my 64 bit test environment system. Also planning to look into PostGis. Thanks for help. thr_exit :) /maria On Thu, Dec 1, 2011 at 10:46 AM, mailto:mar

[Geoserver-users] errors on startup: Geowebcache

2011-12-01 Thread Robert Buckley
Hi, I tried to follow Andreas Advice and removed the directory "meta_jdbc_h2" in the geoserver data_dir directory to possibly enable the tms and rest services. On start-up I still get the same errors??? below in red. Should I perhaps remove all the directories in the gwc and restart geoserver o

Re: [Geoserver-users] Large data sets

2011-12-01 Thread Andrea Aime
On Thu, Dec 1, 2011 at 10:46 AM, Maria Ripa wrote: > Tanks Andrea for your input, it seems hopeful. > > Our goal is to make geoserver work wiith MS SQL 2008 where data is stored > as nvarchar which has led us to use GeoServer Nightly Build. Is there any > experiece out there of the difference b

Re: [Geoserver-users] missing label???

2011-12-01 Thread Edward Mac Gillavry
Hi Robert, It's all about the meta-tiling, i.e. what's the size of the image being requested by GWC to your GeoServer instance? That's something to configure in GWC I presume. Regards, Edward Date: Thu, 1 Dec 2011 09:44:13 + From: robertdbuck...@yahoo.com To: geoserver-users@lists.sourc

Re: [Geoserver-users] Large data sets

2011-12-01 Thread Maria Ripa
Tanks Andrea for your input, it seems hopeful. Our goal is to make geoserver work wiith MS SQL 2008 where data is stored as nvarchar which has led us to use GeoServer Nightly Build. Is there any experiece out there of the difference between POSTGRES and MSSQL from a spatial point of view. I try

Re: [Geoserver-users] INSPIRE compliance

2011-12-01 Thread christian . mueller
Thanks Sibylle, some additional info from the developer. The INSPIRE plugin is a great step towards INSPIRE compatibility but you have to do additional configurations. The needed features will be in the next geoserver version 2.1.3, or you can install a nightly build of 2.1.x. With the curr

Re: [Geoserver-users] Getting started with Oracle

2011-12-01 Thread Rahkonen Jukka
Hi, Perhaps you can handle the situation by creating a view into Oracle and publishing it with Geoserver. It is similar process than publishing tables. Remember to add a line into geometry columns table and often it is also good to make a primary key for the view. That is possible with Oracle.

Re: [Geoserver-users] missing label???

2011-12-01 Thread Robert Buckley
Hi, Sorry for being thick, but the tiles are infact being cached...hence the url "geoserver/gwc/service/wms" in the wms path var layer_ortsnamen_lk = new OpenLayers.Layer.WMS("Ortsnamen", "http://maps.zgb.de/geoserver/gwc/service/wms";, {         layers: 'zgb:ortsnamen_lk',         projection: "

Re: [Geoserver-users] INSPIRE compliance

2011-12-01 Thread SAUL Sibylle
Hi Francesco, we are using GeoServer 2.1-SNAPSHOT (including INSPIRE plugin) for our INSPIRE View Service (http://www.statistik.at/gs-inspire/ows?service=wms&version=1.3.0&request=GetCapabilities). We have validated our service with the INSPIRE Resource Tester (http://inspire-geoportal.ec.euro

Re: [Geoserver-users] Getting started with Oracle

2011-12-01 Thread Mark Hammond
Thanks for your help. With the clues you offered, I was able to pinpoint the problem down to the original Oracle tool that created populated the database table from a shape file. This had created spatial objects of an older version than current and neither the oracle SDO_UTIL.RECTIFY_GEOMETRY nor

Re: [Geoserver-users] Large data sets

2011-12-01 Thread Andrea Aime
On Thu, Dec 1, 2011 at 8:46 AM, Maria Ripa wrote: > Hi List, > > We have large datasets of points in a database. We need to publish our > data via WFS in GeoServer. I would like to know what is considered to be > large from a GeoServer point of view. Is there a breakpoint where the > amount of

Re: [Geoserver-users] missing label???

2011-12-01 Thread Ian Turton
On 1 December 2011 08:26, Robert Buckley wrote: > Thanks for the response. > > Looking through the archive I thought that if I defined the layer as > singletile, this problem wouldn´t arise. > > var layer_ortsnamen_lk = new OpenLayers.Layer.WMS("Ortsnamen", > "http://maps.zgb.de/geoserver/gwc/serv

[Geoserver-users] INSPIRE compliance

2011-12-01 Thread Francesco D'Alesio
Hello list, I didn't find enough information about the INSPIRE plugin, and I need to know if GeoServer is now INSPIRE compliant for View Service (WMS). Anyone of you already tried to use GeoServer for a View Service? Have you tried to validate the services through the INSPIRE geoportal? Is it poss

Re: [Geoserver-users] missing label???

2011-12-01 Thread Robert Buckley
Thanks for the response. Looking through the archive I thought that if I defined the layer as singletile, this problem wouldn´t arise. var layer_ortsnamen_lk = new OpenLayers.Layer.WMS("Ortsnamen", "http://maps.zgb.de/geoserver/gwc/service/wms";, {         layers: 'zgb:ortsnamen_lk',         pr

Re: [Geoserver-users] missing label???

2011-12-01 Thread Edward Mac Gillavry
Robert, The OpenLayers preview requests the settlement names as one image, while the application is requesting several tiles to compose the map. It appears your tiling scheme coincides with the location of the town of Gifhorn. There's been a previous thread covering the case of "London" or "Gr