Re: [Geoserver-users] SLD reprojection issue

2011-03-22 Thread Gabriel Roldán
I'm not sure why, but usual suspects are the gml being encoded in a mixin of GML2 and GML3 formats and confusing the parser, or GeoServer not reprojecting to native crs. On Tue, 2011-03-22 at 10:43 +0100, Bart van den Eijnden (OSGIS) wrote: Hi list, does anyone have an idea why the following

Re: [Geoserver-users] SLD reprojection issue

2011-03-22 Thread Andrea Aime
On Tue, Mar 22, 2011 at 11:34 AM, Gabriel Roldán grol...@opengeo.org wrote: I'm not sure why, but usual suspects are the gml being encoded in a mixin of GML2 and GML3 formats and confusing the parser, or GeoServer not reprojecting to native crs. I also recently fixed a problem with the

Re: [Geoserver-users] Possible to transport cache?

2011-03-22 Thread Chuck Rose
I have not heard any answer yet. But I think this works fine as long as you bring the cache database file along with the cache (the folder meta_jdbc_h2 in the gwc data dir). If the database is not included I think geowebcache has to figure out that the file is cached the first time it is

[Geoserver-users] Slow response time

2011-03-22 Thread Tim Martin
Hi All After several weeks of reading many posts/blogs/and documents I think I have gone as far as i can to improve the performance of my WMS of OS Vector Map District - these are 23 shapefiles containing different features from points, lines and polygons. The data is designed to be viewed

[Geoserver-users] Character spacing in SLD TextSymbolizer

2011-03-22 Thread Gis Mage
Hello! Is there any way to adjust character spacing for labels in TextSymbolizers in SLD ? Maybe some hidden css tag? Also I have a problem with changing a default font of TextSymbolizer. When I put in: CssParameter name=font-familyArial/CssParameter CssParameter name=font-size7/CssParameter

Re: [Geoserver-users] Character spacing in SLD TextSymbolizer

2011-03-22 Thread Edward Mac Gillavry
Don't know of any parameter to support character spacing. Are you sure those fonts are available on your system? On Linux, please check with fc-list command, that is part of the fontconfig package. Download and install your fonts, for example in /usr/share/fonts/ and run the command fc-cache

Re: [Geoserver-users] Problems using the ImageMosaic plugin

2011-03-22 Thread Andrea Aime
On Tue, Mar 22, 2011 at 3:04 PM, torsten.d...@t-systems.com wrote: Dear all, I have a bunch of raster files (right now for testing only a few later 100s) which I would like to publish with Geoserver using the ImageMosaic plugin. So far I was following different ways, sadly all ended up with

Re: [Geoserver-users] Slow response time

2011-03-22 Thread Imran Rajjad
The native JAI is really something which I have seen people taking forgranted and there are no clear lines on how to make Geoserver register Natve JAI and Image I/O support. The only thing that I have seen is that you need to install JAI and Image I/O in you Jdk / JRE before running Geoserver , if

Re: [Geoserver-users] Problems using the ImageMosaic plugin

2011-03-22 Thread Imran Rajjad
Hi, to make your raster work with this plugin, first you will need to convert them to GeoTiff not Tiff. you can use GDAL to do that. Secondly how did you configure your Mosaic Plugin properties file? One more thing ..you can add overviews in raster data aswell using GDAL..that will really ease

[Geoserver-users] Can't get cql_filter to work

2011-03-22 Thread Jeff Dege
I'm trying to create a WMS map, that allows the clients to filter by attribute values. I have a shapefile called Service_Areas, each feature of which has a DCCode attribute. I've also imported the shapefile into a service_areas table in a PostGIS database, each record of which has a dccode

Re: [Geoserver-users] Slow response time

2011-03-22 Thread Andrea Aime
On Tue, Mar 22, 2011 at 9:47 PM, Imran Rajjad raj...@gmail.com wrote: The native JAI is really something which I have seen people taking forgranted and there are no clear lines on how to make Geoserver register Natve JAI and Image I/O support. The only thing that I have seen is that you need

Re: [Geoserver-users] Slow response time

2011-03-22 Thread Andrea Aime
On Tue, Mar 22, 2011 at 9:47 PM, Imran Rajjad raj...@gmail.com wrote: The native JAI is really something which I have seen people taking forgranted and there are no clear lines on how to make Geoserver register Natve JAI and Image I/O support. The only thing that I have seen is that you need

Re: [Geoserver-users] Can't get cql_filter to work

2011-03-22 Thread Andrea Aime
On Tue, Mar 22, 2011 at 9:59 PM, Jeff Dege jeff.d...@korterra.com wrote: Any ideas? All OGC services are case sensitive, mind that you match the case of your attributes (yes, even if they are in a database). The GetFeatureInfo preview uppercases the attribute to make for a title appearance, that

Re: [Geoserver-users] Character spacing in SLD TextSymbolizer [SEC=Unclassified]

2011-03-22 Thread Miles Jordan
Also on Geoserver 2.1 you can see the list of fonts available to your JVM on the Server Status page of Geoserver. Your SLD should work once you have the correct font installed. -Miles From: Edward Mac Gillavry [mailto:emacgilla...@hotmail.com] Sent: Wednesday, 23 March 2011 6:47 AM To:

[Geoserver-users] OpenLayers layerControl Background color

2011-03-22 Thread Dharmendra Sonawane
Hello List, I need to change the default blue color and the text color as shown the Layer control. Please help me! Regards, Dharmendra =-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged

Re: [Geoserver-users] GeoServer Rest API - 405 error - rest-2.0.2.jar is installed

2011-03-22 Thread tisham
Hi David, You will need to install the rest-config module. Depending on the version of Geoserver you are running you have to pick up the rest-config from Geoserver 2.0.2 download page. http://downloads.sourceforge.net/geoserver/geoserver-2.0.2-restconfig-plugin.zip Glad to see more Geoserver