Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-07-22 Thread ChrisInCambo
Okay we've investigated a little further and the delay is not the configuration files it seems to be the JNDI connections pool. Does anyone know anyway of speeding this up? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp506

[Geoserver-users] GeoServer 2.4-beta Released

2013-07-22 Thread Jody Garnett
The GeoServer team is happy to announce the release of GeoServer 2.4-beta available from: http://geoserver.org/display/GEOS/GeoServer+2.4-beta This release is feature complete for FOSS4G and contains significant new features: The KML module has been replaced, resulting in faster (and schema com

[Geoserver-users] WMS Raster Rendering Options

2013-07-22 Thread Thiago Moura
What is the best option for serving a Satellite Imagery (22GB) under the Image Pyramid Plugin ? -- *Thiago Guedes Cunha de Moura* Graduando em Ciência da Computação Instituto de Ciências Exatas e Biológicas - Universidade Federal de Ouro Preto cel.: (31)8820-8291

[Geoserver-users] Problems with REST DELETE

2013-07-22 Thread Brister, Robert L
I have been using the REST API with Geoserver to POST and DELETE raster layers (coveragestore / coverages) dynamically. I have noticed a problem with deleting coveragestores recursively in v2.2.4. I was wondering if anyone else has seen this problem. Prior to v2.2.4 the following command would

Re: [Geoserver-users] login problems geoserver 2.2.4.

2013-07-22 Thread opeeters
sorry, a bit sloppy of me.. neither {tomcat}/logs/catalina.out nor {data_dir}/logs/geoserver.log say a single word during the transaction with DEFAULT_LOGGING With VERBOSE_LOGGING: 22 Jul 20:01:17 TRACE [ows.OWSHandlerMapping] - No handler mapping found for [/j_spring_security_check] 22 Jul 20:01

[Geoserver-users] login problems geoserver 2.2.4.

2013-07-22 Thread opeeters
I've been using a particular geoserver instance (on CentOS) for some time and all of a sudden without any changes to the system at that particular time, when I try to login I just get a white page and the URL in the address bar of the browser changes to http://geoserver.myserver.org/geoserver/j_spr

Re: [Geoserver-users] SLD: Best practices

2013-07-22 Thread Roel De Nijs
geowolf wrote > I don't think there is any solution that satisfies the third requirement. > Not without > developing new features in the legend bulding code at least. The third requirement is just a nice to have. We'll settle for any solution which has a better maintainability than a very large SL

Re: [Geoserver-users] SLD: Best practices

2013-07-22 Thread Roel De Nijs
Jonathan Moules-2 wrote > I've never used it myself, but perhaps the CSS module (soon to be > extension > maybe) will let you do what you want. It seems to be more terse than the > very-verbose SLD files. > > http://docs.geoserver.org/stable/en/user/extensions/css/index.html?highlight=css Great a

[Geoserver-users] Geotools (PostGIS): insert Geometry and Geography in one table by feature builder

2013-07-22 Thread Daniel Tuerk
Hi, my problem is to find the Geotools way to perform the PostGIS function "ST_GeographyFromText". SimpleFeatureCollection featureCollection = FeatureCollections.newCollection(); Point geom = JTSFactoryFinder.getGeometryFactory(null).createPoint(new Coordinate(longitude, latitude)); featureBui

[Geoserver-users] Beginners Query!

2013-07-22 Thread Steven Campbell
Hi I'm still working out things within Geoserver and I was wondering if anyone could point me in the direction of a useful guide that could help me with the following: I am wanting to display some mapping data so that when someone clicks on the map all the layers of information at that spot

Re: [Geoserver-users] login problems geoserver 2.2.4.

2013-07-22 Thread Christian Mueller
What do you see in the GeoServer log file ? Cheers Christian 2013/7/22 opeeters > I've been using a particular geoserver instance (on CentOS) for some time > and > all of a sudden without any changes to the system at that particular time, > when I try to login I just get a white page and the U

Re: [Geoserver-users] Beginners Query!

2013-07-22 Thread Jonathan Moules
Hi Steven, From GeoServer's perspective, that's typically done with a WMS GetFeatureInfo request (though it can be a WFS). But that's not really of any use to you. What you need is a web-browser based client of some sort. GeoServer's LayerPreview page uses OpenLayers. Any good client will suppor

Re: [Geoserver-users] Layers and styling for OSM data

2013-07-22 Thread David Winslow
Is the client making a geoserver/psotgress call for each layer or is geoserver some how scanning the DB once and returning the data for both layers from the one scan? * GeoServer does one SQL query per layer, but may perform both at the same time with separate connections. When I limit features b

Re: [Geoserver-users] Production environment advise

2013-07-22 Thread Jonathan Moules
Hi Peter, Yes you can use the same Geoserver_data_directory for multiple geoserver instances. I believe Simone's post in the thread I linkted to in my Earlier reply has details including links to pre-setup tomcat instances. Regards, Jonathan On 22 July 2013 13:31, nueve wrote: > Thank you all

Re: [Geoserver-users] MrSID not being seen by GeoServer

2013-07-22 Thread Ben Johnson
This solution worked! Thanks! Ben Sent from my Windows Phone From: Simone Giannecchini Sent: 7/18/2013 11:46 AM To: Ben Johnson Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] MrSID not being seen by GeoServer I believe you are missing GDAL_DRIVER_PATH env var (I notice t

Re: [Geoserver-users] Production environment advise

2013-07-22 Thread nueve
Thank you all for your posts. I think, I will go for multiple linux instances with Tomcat. I have another question about configuration. It is possible to use one datadir for more than one geoserver? Or I have to configure each gesoserver separately? Peter -- View this message in context: ht

Re: [Geoserver-users] Disable anonymous authentication

2013-07-22 Thread Christian Mueller
Unfortunately, this documentation is not up to date. You have to go to the authentication page and remove the anonymous filter from each filter chain. Feel free to open a JIRA issue for updating this section of the documentation. Cheers Christian 2013/7/22 Pena Kupen > Hi, > > Successfully in

Re: [Geoserver-users] SLD: Best practices

2013-07-22 Thread Andrea Aime
On Mon, Jul 22, 2013 at 1:13 PM, Roel De Nijs wrote: > We have a layer with +- 350K records and the point features are rendered > based on 2 attributes: 1 has 10 distinct values and defines the symbol > (mark), the other one has 12 distinct values and defines the color. > > Now we have 1 big SLD w

Re: [Geoserver-users] Fwd: Adding imageMosaic with time via REST

2013-07-22 Thread Andrea Aime
On Mon, Jul 22, 2013 at 1:52 PM, Mikel Gonzalez Gainza wrote: > Hi Andrea, > > Thanks for help! I tried with the last geoserver version (checked it was > in fact 2.4) but i still get the same error. I dont know if it makes any > difference that I'm using ubuntu. I'll be glad to test any other thin

Re: [Geoserver-users] Fwd: Adding imageMosaic with time via REST

2013-07-22 Thread Mikel Gonzalez Gainza
Hi Andrea, Thanks for help! I tried with the last geoserver version (checked it was in fact 2.4) but i still get the same error. I dont know if it makes any difference that I'm using ubuntu. I'll be glad to test any other thing regarding this subject tho, if you wish. Still, I'd like to avoid usi

Re: [Geoserver-users] SLD: Best practices

2013-07-22 Thread Jonathan Moules
Hi Roel, I've never used it myself, but perhaps the CSS module (soon to be extension maybe) will let you do what you want. It seems to be more terse than the very-verbose SLD files. http://docs.geoserver.org/stable/en/user/extensions/css/index.html?highlight=css Jonathan On 22 July 2013 12:13,

[Geoserver-users] SLD: Best practices

2013-07-22 Thread Roel De Nijs
We have a layer with +- 350K records and the point features are rendered based on 2 attributes: 1 has 10 distinct values and defines the symbol (mark), the other one has 12 distinct values and defines the color. Now we have 1 big SLD with +- 3200 lines and because of its size the SLD is hard to ma

Re: [Geoserver-users] Production environment advise

2013-07-22 Thread Jonathan Moules
Hi John, A counter-anecdote, but for us at least Windows (Server 2008) is doing fine with the many-files. Our GWC tile-cache has just shy of 200,000 files (197,038 files with a disk space of just 3.56GB - 3.96GB on disk) in it right now and the performance is excellent as a TMS. The machine has 1

Re: [Geoserver-users] Fwd: Adding imageMosaic with time via REST

2013-07-22 Thread Andrea Aime
On Mon, Jul 22, 2013 at 11:40 AM, Mikel Gonzalez Gainza wrote: > Hi all! > > I've been trying to use geoserver's REST API to add automatically various > raster files and publish them. These raster files have a time parameter so > I have to use the image mosaic plugin with the corresponding proper

[Geoserver-users] Disable anonymous authentication

2013-07-22 Thread Pena Kupen
Hi, Successfully installed geoserver 2.3.3 and layers into it. I have tryed to disable anonymous authentication on servers, but there is no success. I cannot find, where I can unselect check box "Allow anonymous authentication" http://docs.geoserver.org/stable/en/user/webadmin/security/auth.htm

[Geoserver-users] Fwd: Adding imageMosaic with time via REST

2013-07-22 Thread Mikel Gonzalez Gainza
Hi all! I've been trying to use geoserver's REST API to add automatically various raster files and publish them. These raster files have a time parameter so I have to use the image mosaic plugin with the corresponding property files (indexer, timeregex and datastore) I've tried doing the curl req