[Geoserver-users] Vaadin openlayers

2011-02-03 Thread Sila Khan
Hi any one have gone through the project like displaying openlayers maps in Vaadin??if so then i need help in this regard. thanks -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a

Re: [Geoserver-users] How to filter road numbers in SLD using propertyislike?

2011-02-03 Thread Bart van den Eijnden (OSGIS)
Hi Edward, I am not sure if you can use a regex directly in a PropertyIsLike, did you try using the String function strMatches in a Filter? http://docs.geoserver.org/stable/en/user/filter/function_reference.html Best regards, Bart Hi all, The data set I am currently dealing with contains

[Geoserver-users] Geoserver and SLD

2011-02-03 Thread Arnaud De Groof
Hi, Is it possible to modify the height and the width of a shape coming from the shape mark factory? I try to modify without success the shape://carrow aiming to double the ratio width/height. Graphic Mark WellKnownNameshape://carrow/WellKnownName Fill CssParameter

[Geoserver-users] GetCapabilities xml file not found with http://domain:8080/geoserver/wms?

2011-02-03 Thread Robert Buckley
Hi, Since installing geoserver 2.1-RC1 the getcapabilities document canĀ“t be read using this link... http://MyDomain:8080/geoserver/wms? I have to use this... http://MyDomain:8080/geoserver/wms?request=getCapabilitiesversion=1 the version can be 1 or 1.1 or 1.2 or 1.3 When the file is

Re: [Geoserver-users] How to filter road numbers in SLD using propertyislike?

2011-02-03 Thread Edward Mac Gillavry
Bart, Thanks for pointing me into the right direction! Got the regex A\D* working to pick up any road names that start with an A For some reason though, the expression A\d* doesn't seem to pick up any road numbers, e.g. A2 or A59... ogc:PropertyIsEqualTo ogc:Function name=strMatches

Re: [Geoserver-users] GetCapabilities xml file not found with http://domain:8080/geoserver/wms?

2011-02-03 Thread Sarah Schuessler
Hi, with geoserver/wms? geoserver did not know what you want. You have to include request=getcapabilities. This document can be open with an editor or within firefox (like said at your settings) wmsbrowser example should work- did you try it? What problems/errors did you get? HTH Sarah

Re: [Geoserver-users] No imageio-ext, what do I lose?

2011-02-03 Thread Roger Bedell
Hi Andrea, So, it kind of looks like there never be a 64 bit JAI (native) for Windows. As to a slowdown, it perhaps isn't as much as you say, I did some comparisons with JAI(Native) on and off with Jpeg CMYK encoded Geotiffs, and saw about a 20% performance penalty for serving WMS. With 64 bit

Re: [Geoserver-users] Unable to release locks

2011-02-03 Thread TimoB
Hi ! I think I have the same PermGen problem with Geoserver 2.0.2 / Tomcat 6. Could you please tell me where to solve this permission problem please? Regards, Tim Jett Marks wrote: Andrea Aime andrea.aime at geo-solutions.it writes: Hmmm... I don't see a direct connection between the

Re: [Geoserver-users] Unable to release locks

2011-02-03 Thread TimoB
Hi Steve, Thank you, I have typed the following command line on my mac: export JAVA_OPTS=-Xms1532m -Xmx1532m -XX:MaxPermSize=512m I also tried export JAVA_OPTS=-Xms1532m -Xmx1532m -XX:MaxPermSize=1024m But neither of these worked. Any further advice ? SteveWay2010 wrote: Hi Tim, Just add

Re: [Geoserver-users] Unable to release locks

2011-02-03 Thread David Winslow
In case it was not clear, these options require restarting the jetty/tomcat/other servlet container in which GeoServer resides. -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Feb 3, 2011 at 9:33 AM, TimoB timothee.bec...@gmail.com wrote: Hi Steve, Thank you, I have typed the

Re: [Geoserver-users] Unable to release locks

2011-02-03 Thread TimoB
yes, done. Do I need to put thes variables into my Tomcat somewhere ? Like in e.g. Catalina.sh? Or is it enough to run the command JAVA_OPTS=-Xms1532m -Xmx1532m -XX:MaxPermSize=512m before starting the server ? (Working in localhost here ) David Winslow-5 wrote: In case it was not clear,

Re: [Geoserver-users] Unable to release locks

2011-02-03 Thread Steve Way
And also, if you have run these from a windows command prompt, after changing the env variables the command prompt will nedd to be closed and re-opened. From: David Winslow [mailto:dwins...@opengeo.org] Sent: 03 February 2011 14:36 To: TimoB Cc: geoserver-users@lists.sourceforge.net Subject: Re:

Re: [Geoserver-users] Unable to release locks

2011-02-03 Thread TimoB
I'm on mac 10.5.8. I see it first failed to find geowebcache.xml. But this doesn't make the server crash. I guess what one calls the stack is the catalina.out file ... (?) Below are the last parts. I see that the error has now changed. And I had erased the previous logs to send you something

Re: [Geoserver-users] No imageio-ext, what do I lose?

2011-02-03 Thread Andrea Aime
On Thu, Feb 3, 2011 at 2:08 PM, Roger Bedell sylvanasc...@gmail.com wrote: Hi Andrea, So, it kind of looks like there never be a 64 bit JAI (native) for Windows. As to a slowdown, it perhaps isn't as much as you say, I did some comparisons with JAI(Native) on and off with Jpeg CMYK encoded

[Geoserver-users] Control flow module installation

2011-02-03 Thread Ravi Pavuluri
Hi, I was looking at configuring control flow module(which looks very promising) and I use geoserver 2.0.2. I downloaded the jar file from http://gridlock.opengeo.org/geoserver/2.0.x/ext-2011-01-31/geoserver-2.0.3-SNAPSHOT-control-flow-plugin.zip and placed inside web-inf/lib folder of

Re: [Geoserver-users] Unable to release locks

2011-02-03 Thread Steve Way
Is your config file well-formed?? 03 Feb 16:39:13 ERROR [layer.TileLayerDispatcher] - Error reading service information from /Users/Tim/2nd_Tomcat/webapps/geoserver/../resources: Error parsing file -Original Message- From: TimoB [mailto:timothee.bec...@gmail.com] Sent: 03 February

Re: [Geoserver-users] Unable to release locks

2011-02-03 Thread TimoB
I don't know, I downloaded geoserver.war (version 2.0.2) And didn't do any special config. I added two datas: a shp and a geotiff and made geoserver layers out of them with the GUI. Is there any config I should do ? SteveWay2010 wrote: Is your config file well-formed?? 03 Feb 16:39:13

[Geoserver-users] GeoServer ImageMosaic issues with GeoTIFF files

2011-02-03 Thread Juanita Avila
I've had all sorts of trouble getting GeoServer 2.0.2 to create an ImageMosaic from GeoTIFF files. No matter what I try I get this error: *Could not list layers for this store, an error occurred retrieving them: Unable to acquire a reader for this coverage with format: ImageMosaic* I finally

Re: [Geoserver-users] No imageio-ext, what do I lose?

2011-02-03 Thread Roger Bedell
Andrea, because unlike JAI and JAI ImageIO, imageio-ext simply does not work without its native counterpart Could you be more explicit by native counterpart? Does this mean the native JAI or the native GDAL? And perhaps why since, Enquiring minds want to know. Thanks! Roger On Thu, Feb 3, 2011

Re: [Geoserver-users] Control flow module installation

2011-02-03 Thread Andrea Aime
On Thu, Feb 3, 2011 at 5:17 PM, Ravi Pavuluri ravith...@ymail.com wrote: Hi, I was looking at configuring control flow module(which looks very promising) and I use geoserver 2.0.2. I downloaded the jar file from

Re: [Geoserver-users] Control flow module installation

2011-02-03 Thread Ravi Pavuluri
Thanks Andrea for the information, I will give one more try and hoping that I could make it with my current geoserver instance. -Ravi. From: Andrea Aime andrea.a...@geo-solutions.it To: Ravi Pavuluri ravith...@ymail.com Cc:

[Geoserver-users] PostGIS DataStore RAM usage:Limit max connections

2011-02-03 Thread Ravi Pavuluri
Hi, I am using a PostGIS database which servers 50 stores(in geoserver) and each store contains around 7 layers(indexed). I could expect traffic(minimal) only to particular stores at a give time. I also expect that there wouldn't be more than 5 unique store visitors at any point of

Re: [Geoserver-users] Help with geoserver-gwc resolutions and origin

2011-02-03 Thread Rahkonen Jukka
Hi, It is hard to make valid tiled WMS requests by hand because the bbox should match exactly the extents of some tile. Naturally it is possible, it's only mathematics, but not any fun after the first success. Openlayers is generating such requests as well as uDig if you add your GWC as WMSC

Re: [Geoserver-users] Help with geoserver-gwc resolutions and origin

2011-02-03 Thread Arne Kepp
Good job figuring out how to define your own grid and looking at the source of the OL client. But the demo OpenLayers client is automatically generated from the configuration of the layer. They'll always match (or you've found a bug). If you define a new grid set / layer in XML, a new demo is

[Geoserver-users] Database-driven styling

2011-02-03 Thread Richard (Abe) Coughlin
I've seen a few references to a link regarding database-driven styling, but when I click on any of them they send me to the geoserver home page. See http://geoserver.org/display/GEOSDOC/SLD+Snippets (the link). A reference to this link

Re: [Geoserver-users] Database-driven styling [SEC=Unclassified]

2011-02-03 Thread Miles Jordan
Richard (Abe) Coughlin wrote: I've seen a few references to a link regarding database-driven styling, but when I click on any of them they send me to the geoserver home page. See http://geoserver.org/display/GEOSDOC/SLD+Snippets (the link). A reference to this link