Re: [Geoserver-users] complex labels using css module

2011-06-07 Thread David Winslow
I just committed a change to 2.1.x which adds support for the simple implicit concatenation; it really is the simplest implementation so it didn't take much time at all to knock out. I have some build errors on trunk yet so the improvement won't show up there for a bit yet. However, you can check

Re: [Geoserver-users] Problem loading geotiff: related to java heap space?

2011-06-07 Thread Ben Caradoc-Davies
On 64-bit platforms, I strongly recommend the use of the Oracle JVM option: -XX:+UseCompressedOops We have found this to be a very useful option for improving the stability of GeoServer deployments on 64-bit JVMs. It greatly reduces heap use while retaining the performance benefits of 64-bit. h

Re: [Geoserver-users] adding new fonts to geoserver data directory

2011-06-07 Thread Pedro Mendes
Thanks! mendes On Tue, Jun 7, 2011 at 11:56 AM, Andrea Aime wrote: > On Tue, Jun 7, 2011 at 11:00 AM, Pedro Mendes > wrote: > > Hi all, > > In which directory inside GS data directory should the font (ttf) files > be > > dropped in order to GS recognize them? > > "styles", and then you have to

Re: [Geoserver-users] Image mask

2011-06-07 Thread Ali Taha
Any ideas? --- Dear All, Is it possible to apply a mask on an image, meaning that, I need to show part of an image which is inside another vector layer (polygon)? Thanks -- EditLive Enterprise

Re: [Geoserver-users] Label following line for polygons

2011-06-07 Thread Phil Scadden
>> Is it posible to have label following line for polygons? Seems a strange thing to do but why not make group with polygon and arc topology. Render polygon with out labels and then label the arc. Then you get group to see both on page. Notice: This email and any attachments are confidential. I

Re: [Geoserver-users] Utterly baffled difference between CQL_FILTER using DWITHIN for GET, and DWITHIN using POST

2011-06-07 Thread Phil Scadden
> Nothing we can do about it, OGC changed the axis order on us between > WMS 1.1 and WMS 1.3, and WFS 1.0 and WFS 1.1 > Sigh, that does make for complicated code. I will do a cookbook tutorial for Openlayers. I dont suppose OGC in their wisdom provided an easy way to detect whether native SRS is

Re: [Geoserver-users] SLD with new UOM specification - PointSymbolizer

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 4:46 PM, Fernando Ribeiro wrote: > Hi list, > Currently I'm testing old (long) SLD files, in order to short them up in > size/rules, using the new UOM support provided by GeoServer 2.1.x. > I am getting stuck with an old PointSymbolizer  implementation, that's sets > graphic

Re: [Geoserver-users] Using GCPs only in GeoTiff coverage

2011-06-07 Thread Andrea Aime
On Mon, Jun 6, 2011 at 2:52 PM, Thomas Lefort wrote: > Thanks for the answer and the suggestion. I will first try to warp the image > and see the result. > If I were to implement such an "extension" where would I need to start from? You would have to extend the geotiff reader in geotools: http://

Re: [Geoserver-users] Utterly baffled difference between CQL_FILTER using DWITHIN for GET, and DWITHIN using POST

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 3:54 AM, Phil Scadden wrote: > I've cracked this I think but I am really puzzled by the answer. > If I make the POINT def as POINT(-40.45230364109423 167.682503944) > (ie lat then long instead of long /lat) then I get the correct feature > set. This seems in contradictio

Re: [Geoserver-users] Lamberts TIFF to Google Maps Tiles

2011-06-07 Thread Chris Holmes
On Tue, Jun 7, 2011 at 11:40 AM, Mark van Wyk wrote: > Hi there, > > This is my first post to the group. > > I'm very excited about the prospects that GeoServer have to offer my > project. I would really love it if you could give me some hints around how > to start tackling my project. > > I have

[Geoserver-users] Lamberts TIFF to Google Maps Tiles

2011-06-07 Thread Mark van Wyk
Hi there, This is my first post to the group. I'm very excited about the prospects that GeoServer have to offer my project. I would really love it if you could give me some hints around how to start tackling my project. I have lots of Lamberts Projection Aeronautical Charts. They're in Geocoded

Re: [Geoserver-users] Workspace - Global WMS/WFS

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 4:50 PM, Räder, Michael wrote: > is it possible to configure a WMS /WFS /WCS xml file for each Workspace and > where can I change these settings? Nope, it's not possible at the moment. Don't know of plans to add that functionality either, but the code is there, anybody will

Re: [Geoserver-users] WFS requests via OpenLayers - incomplete response XML

2011-06-07 Thread Jon Britton
I've just tried it using Firefox and it's also working. Previously I was using Google Chrome, so I guess that's probably where the problem lies. Thanks, Jon On 7 June 2011 15:20, Andrea Aime wrote: > On Tue, Jun 7, 2011 at 4:13 PM, Jon Britton > wrote: > > Hi Andrea, > > I've tried the same r

[Geoserver-users] Workspace - Global WMS/WFS

2011-06-07 Thread Räder , Michael
Hi, is it possible to configure a WMS /WFS /WCS xml file for each Workspace and where can I change these settings? Regards Michael Räder -- EditLive Enterprise is the world's most technically advanced co

[Geoserver-users] SLD with new UOM specification - PointSymbolizer

2011-06-07 Thread Fernando Ribeiro
Hi list, Currently I'm testing old (long) SLD files, in order to short them up in size/rules, using the new UOM support provided by GeoServer 2.1.x. I am getting stuck with an old PointSymbolizer implementation, that's sets graphic size dynamically. Apparently, GeoServer is not assuming this valu

Re: [Geoserver-users] How to install GeoServer at port 80

2011-06-07 Thread Milo van der Linden
It is adviced not to take this approach: - The Well-known ports: 0–1023 are conceptually "reserved", don't touch them if you don't have to. - the jetty server shipped with geoserver is not meant for a production environment, better would be to use websphere, tomcat or a full jetty server in a prod

Re: [Geoserver-users] SLD and raster transformation

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 12:38 PM, Ziegler Stefan wrote: > >> First question: are you using trunk? >> The transformations support code has been committed there only, it's >> not available >> on the stable 2.1.x series. > Sorry, forgot to mention this. Yes it's a trunk version. >> Btw, I'm working on

Re: [Geoserver-users] WFS requests via OpenLayers - incomplete response XML

2011-06-07 Thread Jon Britton
Hi Andrea, I've tried the same request with 2.1.0 and I'm still getting incomplete XML responses. Could somebody try the same request (repeated below) to see if they have the same problem? Or is there a public test service I can try? Request: http://www.opengis.net/wfs"; service="WFS" version="1

Re: [Geoserver-users] Rendering failed for GeoTiff layer with ColorMap styling on GS 2.1

2011-06-07 Thread Gis Mage
Tried on nightly version, no luck! I've still got the same error. Created http://jira.codehaus.org/browse/GEOS-4604 sld & tiff files attached. Does anyone else have this error? 2011/6/7 Andrea Aime > On Tue, Jun 7, 2011 at 10:59 AM, Gis Mage wrote: > > Hi list! > > > > I'm using GS 2.1 > >

Re: [Geoserver-users] How to install GeoServer at port 80

2011-06-07 Thread edwinvanvugt
I had the same problem. I assume you have GeoServer installed as a service. Altering the default port in jetty.xml didn't help because as I found out the port number is hardcoded into the service path. To change the port number Geoserver 2.1 is running on you need to do the following: - stop your r

Re: [Geoserver-users] Label following line for polygons

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 2:27 PM, Fernando Barbat wrote: > Hi, > > Is it posible to have label following line for polygons? > > When using lines, we could add this xml: > > true >   >   >   > > > However, this is ignored when using PolygonSymbolizer. FollowLine in the context of PolygonSymbolizer

Re: [Geoserver-users] Cascades a remote Web Map Service - Error rendering coverage on the fast path

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 2:00 PM, wrote: > Hi Andrea > Thank you for the replay > > Attached the log file for this issue An error like this might have happened in case of issues reading the capabilities document (I think). Can I have the url to the wms server you're cascading? To investigate this

[Geoserver-users] Label following line for polygons

2011-06-07 Thread Fernando Barbat
Hi, Is it posible to have label following line for polygons? When using lines, we could add this xml: true However, this is ignored when using PolygonSymbolizer. Any idea? Thanks. -- EditLive Enterprise is the

[Geoserver-users] How to change/customize Geoserver default preview window size

2011-06-07 Thread David Winslow
Assuming the list of layers and their hounding boxes don't change much, you can also modify the height and width parameters in the url and bookmark the resulting page, or share links to it, etc.  If this is sufficient for your needs it is probably going to be easier than modifying the java code. -

Re: [Geoserver-users] adding new fonts to geoserver data directory

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 11:00 AM, Pedro Mendes wrote: > Hi all, > In which directory inside GS data directory should the font (ttf) files be > dropped in order to GS recognize them? "styles", and then you have to hit the "clear" button next to resource caches in the GeoServer status panel. Mind,

Re: [Geoserver-users] How to change/customize Geoserver default preview window size

2011-06-07 Thread Harikumar Reddy
Hi Andrea, Thanks for quick guidance. I will try to modify. I am a GIS (WebGIS) administrator too, but need to check whole layers many time. If modified, it saves some of my time. Regards, Hari. On Tue, Jun 7, 2011 at 4:10 PM, Andrea Aime wrote: > On Tue, Jun 7, 2011 at 12:23 PM, Harikumar Redd

[Geoserver-users] Considering switching to Java 6 as the minimum requirement

2011-06-07 Thread Andrea Aime
Dear all, The GeoServer developers are considering to move the project from Java 5 to Java 6. If this happens, it will apply to GeoServer version 2.2.0, meaning your web container will have to run on JDK 6 in order to get GeoServer 2.2.0 working. The current stable series, 2.1.x, will retain Java

Re: [Geoserver-users] How to change/customize Geoserver default preview window size

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 12:23 PM, Harikumar Reddy wrote: > Hi, > > How to change/customize Geoserver default preview window size (Width & > Height). In which file, we need to edit? or i want to include 1100*750 > values in the height of the preview window and fix the window default size > also same

Re: [Geoserver-users] SLD and raster transformation

2011-06-07 Thread Ziegler Stefan
> First question: are you using trunk? > The transformations support code has been committed there only, it's > not available > on the stable 2.1.x series. Sorry, forgot to mention this. Yes it's a trunk version. > Btw, I'm working on it these days and I've seen that error > intermittently on t

Re: [Geoserver-users] Rendering failed for GeoTiff layer with ColorMap styling on GS 2.1

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 10:59 AM, Gis Mage wrote: > Hi list! > > I'm using GS 2.1 > I have a geotiff file published as a layer in GS. > When I'm previewing it with default "raster" style it's rendered, ok. > > But when I add a simple style with colormap, I get a rendering error. > In GS RC4 this do

Re: [Geoserver-users] More than one feature using WFS

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 7:22 AM, Angel Cervera Claudio wrote: > I'm using WMS GetFeatureInfo and WFS GetFeature (version 1.1) services > request, with exactly some BBOX. > > In first case, response contain one feature but in second case response > contain the correct feature and other features in

Re: [Geoserver-users] SLD and raster transformation

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 8:09 AM, Ziegler Stefan wrote: > Hi > > trying to reproduce the wind arrows example from here [1] I ended up with > some errors when requesting the map (see below). The > gs:RasterAsPointCollection function works in the WPS request builder with > different raster layers.

Re: [Geoserver-users] Cascades a remote Web Map Service - Error rendering coverage on the fast path

2011-06-07 Thread Andrea Aime
On Tue, Jun 7, 2011 at 7:36 AM, wrote: > Hi all > > I installed Geoserver 2.1 on virtual host with win 2003 server under tomcat > 5.5. > I have an issue with the cascading of WMS from another server. > I get an error "Error rendering coverage on the fast path .." Please, always report the full s

[Geoserver-users] How to change/customize Geoserver default preview window size

2011-06-07 Thread Harikumar Reddy
Hi, How to change/customize Geoserver default preview window size (Width & Height). In which file, we need to edit? or i want to include 1100*750 values in the height of the preview window and fix the window default size also same. I have tried by changing the values of openlayers.js present in t

Re: [Geoserver-users] Problem loading geotiff: related to java heap space?

2011-06-07 Thread Andrés Maneiro
Hello Daniele, here my stack: - tomcat6 - running on a sun jvm 1.6.0_24 (hotspot 64-bit server) - geoserver 2.1-snapshot (built the 15th april, the version bundled within opengeo-suite-community 2.4.2) - geotools version is 2.7-snapshot (rev-1) (the one bundled by opengeo-suite-community 2.4.2)

[Geoserver-users] adding new fonts to geoserver data directory

2011-06-07 Thread Pedro Mendes
Hi all, In which directory inside GS data directory should the font (ttf) files be dropped in order to GS recognize them? thanks, Mendes -- EditLive Enterprise is the world's most technically advanced content authoring to

[Geoserver-users] Rendering failed for GeoTiff layer with ColorMap styling on GS 2.1

2011-06-07 Thread Gis Mage
Hi list! I'm using GS 2.1 I have a geotiff file published as a layer in GS. When I'm previewing it with default "raster" style it's rendered, ok. But when I add a simple style with colormap, I get a rendering error. In GS RC4 this doesn't happen. Can anyone help me out? My SLD: http://www.ope

Re: [Geoserver-users] Problem loading geotiff: related to java heap space?

2011-06-07 Thread Daniele Romagnoli
Hi Andrés, do you have any chance to share that file so we can try to replicate the issue? Finally, could you give us some info on your system? (Tomcat version, geoserver version, ...) Please, let us know. Best Regards, Daniele 2011/6/6 Andrés Maneiro > Hello, > > I'm having trouble loading som