[Geoserver-users] Geoserver 2.1.3 does not save layer's abstract

2012-09-21 Thread Nji, Klaus
Is this a known problem where I enter in an abstract for a layer, save changes to the layer, log out and back into Geoserver and my abstract was not saved? Thanks in advance. Klaus Nji Software Engineering Honeywell Global Tracking 400 Maple Groove Ottawa, ON, K2V 1B8 Ph: 613-591-6040 ext 1005 F

Re: [Geoserver-users] WMS request=getcapabilities takes a loooooooooooooong time to return

2012-09-21 Thread Chris Holmes
Thanks for offering the possibility to code! We always love new contributors to GeoServer. I'm not sure on the classes, Andrea can help with that. But seems like it would ideally work in the same way the 'bounds' works. It was built the way it is for the same issue - dynamic requesting of data can

Re: [Geoserver-users] WMS request=getcapabilities takes a loooooooooooooong time to return

2012-09-21 Thread o ...
Andrea, Thanks for you reply ! (we will be indexing ALL our time fields in the data tables that are seen by GeoServer). I might be game for coding. So lets suppose I add some kind of metadata to either the feature.xml or the layer.xml for each of my time-based layers. Can you suggest which ja

[Geoserver-users] Where and how are well-known point symbols defined?

2012-09-21 Thread cheesybiscuits
Hopefully this is quick and easy question for someone with the knowledge. GeoServer lets me use well-known shapes for point symbols, e.g. circle square triangle etc. When rendering large numbers of features I have seen that these symbols are rendered much faster than external graphics. I am hopin

Re: [Geoserver-users] WMS request=getcapabilities takes a loooooooooooooong time to return

2012-09-21 Thread Andrea Aime
On Fri, Sep 21, 2012 at 5:40 PM, Andrea Aime wrote: > On Fri, Sep 21, 2012 at 5:18 PM, o ... wrote: > >> On GeoServer 2.2 RC3 >> >> I have a set of time-enabled WMS layers. >> >> It looks like when a GetCapabilities is requested, geoserver goes out to >> the database and queries each data layer

Re: [Geoserver-users] WMS request=getcapabilities takes a loooooooooooooong time to return

2012-09-21 Thread Andrea Aime
On Fri, Sep 21, 2012 at 5:18 PM, o ... wrote: > On GeoServer 2.2 RC3 > > I have a set of time-enabled WMS layers. > > It looks like when a GetCapabilities is requested, geoserver goes out to > the database and queries each data layer for the time-span of the data so > that it can return the time

Re: [Geoserver-users] WMS request=getcapabilities takes a loooooooooooooong time to return

2012-09-21 Thread o ...
On GeoServer 2.2 RC3 I have a set of time-enabled WMS layers. It looks like when a GetCapabilities is requested, geoserver goes out to the database and queries each data layer for the time-span of the data so that it can return the time "Extent" of the data. (It returns some thing like this in

[Geoserver-users] GeoServer 2.2 Released

2012-09-21 Thread Justin Deoliveira
The GeoServer team is happy to announce the release of GeoServer 2.2, now available for download . Check out the blogfor what's new in this release and in the entire 2.2 series. Thanks

Re: [Geoserver-users] Error Creating ArcSDE Vecor Data Store

2012-09-21 Thread Amon M
I'm using SQL Server for the backend. I copied all the dlls in C:\Program Files (x86)\ArcGIS\arcsde\bin folder to WEB-INF\lib and this error still occurs. I'm at wits end on this one! On 21 September 2012 12:10, Rudolf wrote: > I use ArcSDE with ORACLE. Therefore I need the ArsSDE SDK AND ORAC

Re: [Geoserver-users] Geoserver 2.2 RC-3, GWC ignoring non-default styles

2012-09-21 Thread Gabriel Roldan
On Fri, Sep 21, 2012 at 1:06 AM, Tom Kunicki wrote: > I think i've identified an (the?) issue. If one creates a new style and adds > it to the layer after per-style caching is enabled one needs to disable > cacheing for the layer, save, then reenable it and save again. Do you need > an issue

Re: [Geoserver-users] Error Creating ArcSDE Vecor Data Store

2012-09-21 Thread Rudolf
I use ArcSDE with ORACLE. Therefore I need the ArsSDE SDK AND ORACLE Instant Driver to connect to geo-db. Those OrACLE Instant Drivers also have to be in java-library path. Maybe you need to add additional database-specific binaries to your java-library path for establishing the low level database

Re: [Geoserver-users] Error Creating ArcSDE Vecor Data Store

2012-09-21 Thread Amon M
I have installed the correct files from ArcSDE java SDK and the problem still persists. When I used procmon on the server side, I noticed that gsrvrsql100.dll is being loaded correctly. When I drilled down on the load event for this dll, I noticed that the following dlls from ESRI are also gettin

Re: [Geoserver-users] WFS DWithin filter on a feature type with a geographic SRS [SEC=UNCLASSIFIED]

2012-09-21 Thread Rahkonen Jukka
Hi, The correct way to do it is to give distance with units. 5 However, it does not work with Geoserver http://jira.codehaus.org/browse/GEOS-937 I do not know if it is good to use in a filter -8238806.842956507,4969306.111096254 WFS 1.1.0 is using GML3 by default and using gml:pos it preferred i

[Geoserver-users] geoserver 2.2 RC3 WFS validation inconsistencies for numeric columns and gml:name elements [SEC=UNCLASSIFIED]

2012-09-21 Thread Geoff Williams
Hi List, I'm developing some WFS 1.0.0 and 1.1.0 simple feature services with GeoServer 2.2 RC3 and I've been getting a couple of inconsistencies that prevent validation between the schema from DescribeFeatureType and the WFS response for some feature types. I think these might be bugs in Ge

Re: [Geoserver-users] WFS DWithin filter on a feature type with a geographic SRS [SEC=UNCLASSIFIED]

2012-09-21 Thread Andrea Aime
On Fri, Sep 21, 2012 at 10:36 AM, Andrea Aime wrote: > On Fri, Sep 21, 2012 at 10:14 AM, Dwyer, Andrew < > andrew.dw...@dsto.defence.gov.au> wrote: > >> *UNCLASSIFIED* >> >> Hi, >> >> ** ** >> >> Can someone tell me if it’s possible to do a WFS DWithin distance filter >> in meters on a fea

Re: [Geoserver-users] WFS DWithin filter on a feature type with a geographic SRS [SEC=UNCLASSIFIED]

2012-09-21 Thread Andrea Aime
On Fri, Sep 21, 2012 at 10:14 AM, Dwyer, Andrew < andrew.dw...@dsto.defence.gov.au> wrote: > *UNCLASSIFIED* > > Hi, > > ** ** > > Can someone tell me if it’s possible to do a WFS DWithin distance filter > in meters on a feature type who’s native units are degrees? > Long story short, no,

[Geoserver-users] WFS DWithin filter on a feature type with a geographic SRS [SEC=UNCLASSIFIED]

2012-09-21 Thread Dwyer, Andrew
UNCLASSIFIED Hi, Can someone tell me if it's possible to do a WFS DWithin distance filter in meters on a feature type who's native units are degrees? As an example, I tried to run the following query on the sample tiger:poi layer in GeoServer 2.2. Instead of using the native SRS (EPSG:432

Re: [Geoserver-users] Error Creating ArcSDE Vecor Data Store

2012-09-21 Thread Rudolf
hm, you copied all files from arcsde's lib directory? java.lang.UnsatisfiedLinkError: no sdejavautil in java.library.path, says it cannot find this file (sdejavautil.dll). Verify if this file is present on your filesystem. I think you don't have all the required files installed. If that is the cas

[Geoserver-users] geowebcache: support for regular wms-clients from geoserver-installation

2012-09-21 Thread Christian Höhener
Hi Is it possible to "Support for Regular WMS Clients" from within geoserver? I couldn't find the file "geowebcache-wmsservice-context.xml", where I can set TRUE. With a standalone installation of geowebcache it worked. Where is this file with a geoserver-installtion or how can I set fullWMS to tr