[Geoserver-users] division operation in sld

2012-10-22 Thread obtin
Hi all, in my sld i have symbols wich are to be rotated. The angle is stored in a field called 'suunta' and is stored in radians. I am to use the following to rotate them: suunta suun

[Geoserver-users] REST config: Http Caching Headers

2012-10-22 Thread Schmidt.Sebastian2
Ok, I understood that I need to set the cache-time for all the layers in my layer group in order to get that header. But: How to set it via REST API? Is that possible? What needs to be done to make it possible? Regards, Sebastian Von: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] Im Auf

Re: [Geoserver-users] PostGIS rasters in GeoServer -- can't get the URL to work

2012-10-22 Thread Rahkonen Jukka
Hi, Have you already asked from the gdal-dev list why your GRIB2 files cannot be opened? -Jukka Rahkonen- Rick Wayne wrote: > I forgot to mention a very important point in my previous reply: the GDAL > driver emits the following message with my GRIB2 f

Re: [Geoserver-users] GEOServer: app-schema & Feature Chaining

2012-10-22 Thread Victor.Tey
Hi Igor, I assumed you have been through the tutorial? http://docs.geoserver.org/2.0-RC2/user/data/app-schema/tutorial.html There is a working example inside. What errors are you receiving? -Original Message- Hi everyone: First of all, I must apologize for my english. I've been sev

Re: [Geoserver-users] PostGIS rasters in GeoServer -- can't get the URL to work

2012-10-22 Thread Rick Wayne
I forgot to mention a very important point in my previous reply: the GDAL driver emits the following message with my GRIB2 files (this happens for both raster2pgsql and gdal_retile.py): Warning: Inside GRIB2Inventory, Message # 2 ERROR: Couldn't find 'GRIB' or 'TDLP' There were 4 trailing bytes

Re: [Geoserver-users] PostGIS rasters in GeoServer -- can't get the URL to work

2012-10-22 Thread Rick Wayne
Hi Christian, Thanks for the pointer. My application is a little less straightforward than most folks', perhaps; I simply have a two-dimensional array of georeferenced values (i.e., one band of floats) in a GRIB2 file. Theoretically it should be importable via raster2pgsql, since GRIB2 is suppo

Re: [Geoserver-users] OGC - GeoServices REST API

2012-10-22 Thread Andrea Aime
On Mon, Oct 22, 2012 at 8:41 PM, John Keoni Carey wrote: > In regards to: http://www.opengeospatial.org/standards/requests/89 > > ** ** > > I would like to know if you are planning on implementing the OGC > GeoServices REST API once it is adopted. I know that currently the OGC > committee in

[Geoserver-users] OGC - GeoServices REST API

2012-10-22 Thread John Keoni Carey
In regards to: http://www.opengeospatial.org/standards/requests/89 I would like to know if you are planning on implementing the OGC GeoServices REST API once it is adopted. I know that currently the OGC committee in charge of finalizing the specification is still a work in progress. Has there

[Geoserver-users] Assigning EPSG codes

2012-10-22 Thread Otto Krauth
Hi, I am using GS 2.2.0 and when assigning (using REST) an EPSG code to layer (that originally didn't have one) the change occurs but the resulting layer shows the alert icon and no available. Is this a known issue? Thanks Otto Krauth -

Re: [Geoserver-users] Cannot assign WS to a group layer

2012-10-22 Thread Otto Krauth
Thanks Andrea, I will change the version to gs 2.2.x and try. Otto Krauth > You are using GeoServer 2.2.0 right? Only the 2.2.x series has per workspace > layer groups as far as I remember. > To see how the configuration for a group in a workspace look like, make one > using the GUI and

Re: [Geoserver-users] GeoServer GeoWebCache Openlayers Demo View Problem

2012-10-22 Thread thomas_d
I found the problem, why geowebcache can't serve the tiles from RAM. My maps are referenced in Gauss-Kruger system and I only converted the maps into WGS84, without converting the coordinates. Hm, it can be difficult to understand what i mean: I had GeoTiff maps with a WGS84 reference system, but

[Geoserver-users] Managing advertisement and access of Grouplayers

2012-10-22 Thread Just van den Broecke
Hi, Using GS 2.2 we are trying to setup GroupLayers (GLs). These GLs are used only for internal tiling via GWC and should not be accessible/advertised externally. Public access to GS is arranged by a URL-based access/load balancing layer external to GS. However, the individual Layers for each

[Geoserver-users] GEOServer: app-schema & Feature Chaining

2012-10-22 Thread igor.erdoiza
Hi everyone: First of all, I must apologize for my english. I've been several days trying to fetch some data (WFS getFeature) from a database table that references a second table. The first table is STOP which has some properties (code, name, description...) and among those properties, there is o

[Geoserver-users] Adding geographical restrictions to each request

2012-10-22 Thread Roel De Nijs
Hi, We have a web application showing sewerage data using geoserver 2.1.1 and OpenLayers 2.11. Some of our users should be restricted to a city or some other region. We created a proxy before geoserver which accepts all requests made by OpenLayers. Based on the user a CQL_FILTER ("within(the_g

Re: [Geoserver-users] Rendering problem (distortion) with cascaded WMS

2012-10-22 Thread nica
Unfortunately my problem (cascaded WMS' tiles look different from the ones requested directly from the WMS) still persists. :-( I cannot figure out a way to get around the issue that my GeoServer requests larger than necessary (?) tiles from the cascaded WMS. Does anyone have any more input on th

Re: [Geoserver-users] Which referencesystem could that be?

2012-10-22 Thread thomas_d
Hi Andrea, thank you for this info. I got the maps from a public authority and they sent me this morning, that the maps have the Gauß-Krueger reference system. I have checked the coordinate from a specific building by an online javascript converter and the coords are matching with my wanted resul

Re: [Geoserver-users] Authenticate in Geoserver from PHP application

2012-10-22 Thread 杨华杰
Oh, that's great! Thank you for sharing. I can use it in my application On Sun, Oct 21, 2012 at 3:34 AM, Rodrigo Antonialli wrote: > Hi again!! > > I've did it! =) > > Let me say that I'm using an older version of geoserver: 2.0-RC1. I know > that with newer versions this can be simpler, but I ca