Re: [Geoserver-users] REST config: Http Caching Headers

2012-10-25 Thread Schmidt.Sebastian2
Ok, now I found it, it is configurable via the feature type and not from the "layer" part of the API (which is a bit confusing as on the web GUI you configure that in the "layers" section). GET at http://localhost:8080/geoserver/rest/workspaces//datastores//featuretypes/.xml Gives a section

Re: [Geoserver-users] SLD - Decimal Roundup -Labeling

2012-10-25 Thread Andrea Aime
On Fri, Oct 26, 2012 at 1:13 AM, cmaul wrote: > sorry forgot something important: > this function expects a float. > > Another consideration: I would expect mathematical functions to work much > faster than String functions. > > May be Andrea can shed some light on that. They are probably faster,

Re: [Geoserver-users] Migration from 2.1, problems with a layergroup starting with prefix:group_name

2012-10-25 Thread Justin Deoliveira
I believe this issue was actually just fixed, this pull request: https://github.com/geoserver/geoserver/pull/34 Which I am not sure made it in to 2.2 or not. Regardless you could also try the latest nightly build. On Thu, Oct 25, 2012 at 4:00 AM, Peter Hopfgartner < peter.hopfgart...@r3-gis.co

[Geoserver-users] Spatial Index not being Used in SQL Server Layer

2012-10-25 Thread Hugh Saalmans
___ Note: This e-mail is subject to the disclaimer contained at the bottom of this message. ___ Hi all, I've successfully set

Re: [Geoserver-users] SLD - Decimal Roundup -Labeling

2012-10-25 Thread cmaul
sorry forgot something important: this function expects a float. Another consideration: I would expect mathematical functions to work much faster than String functions. May be Andrea can shed some light on that. Cheers Christian - Dr Christian Maul Project M

Re: [Geoserver-users] SLD - Decimal Roundup -Labeling

2012-10-25 Thread cmaul
Ravi, the simplest solution: ALTITUDE .. entire sld here: http://lctest.land.vic.gov.au/sld/VMELEV_el_contour_2.sld Cheers Christian - Dr Christian Maul Project Manager Information Services Branch Department of Sustainability and Envi

Re: [Geoserver-users] Display EPSG:4326 wms over EPSG:25832 GWCbaselayer seriously wrong!SOLVED

2012-10-25 Thread Robert Buckley
Ok, Thanks for clearing that up. But here comes the real question...How do I define the crs transformation between a 31467 and 25832 crs using BETA2007 and geoserver, and why did it cause geoserver to crash?  It clearly states that we should use beta2007.gsb to create a transformation method

Re: [Geoserver-users] SLD - Decimal Roundup -Labeling

2012-10-25 Thread Ravi Pavuluri
Andrea, Thanks for the tip and it solved my problem.  Thanks! Ravi. From: Andrea Aime To: Ravi Pavuluri Cc: Geoserver-users Sent: Thursday, October 25, 2012 2:28 PM Subject: Re: [Geoserver-users] SLD - Decimal Roundup -Labeling On Thu, Oct 25, 2012 a

Re: [Geoserver-users] Managing advertisement and access of Grouplayers

2012-10-25 Thread Andrea Aime
On Mon, Oct 22, 2012 at 11:56 AM, Just van den Broecke wrote: > 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 ba

Re: [Geoserver-users] REST config: Http Caching Headers

2012-10-25 Thread Andrea Aime
On Tue, Oct 23, 2012 at 7:37 AM, wrote: > 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? Set the caching in one layer ma

Re: [Geoserver-users] SLD - Decimal Roundup -Labeling

2012-10-25 Thread Andrea Aime
On Thu, Oct 25, 2012 at 7:30 PM, Ravi Pavuluri wrote: > Hi, > > I am trying to round the number of decimals from my data for labeling (which > is shown as BigDecimal on geoserver admin interface with postgis datastore). > I have looked at the following resources, but couldn't find a solution. > >

[Geoserver-users] SLD - Decimal Roundup -Labeling

2012-10-25 Thread Ravi Pavuluri
Hi, I am trying to round the number of decimals from my data for labeling (which is shown as BigDecimal on geoserver admin interface with postgis datastore). I have looked at the following resources, but couldn't find a solution. http://www.mail-archive.com/geoserver-users@lists.sourceforge.net

Re: [Geoserver-users] [bulk]: Re: java heap space ERROR

2012-10-25 Thread Stefan Engelhardt (HBT)
Hi, In my opinion, you should set the java-options for the tomcat -Xms and -Xmx to increase the minimum/maximum memory. See also http://docs.geoserver.org/latest/en/user/production/linuxscript.html For example -Xms1024m and -Xmx3072m Test your installation and your needs, also depending of your

Re: [Geoserver-users] java heap space ERROR

2012-10-25 Thread islanis
i get this error in my tomcat log file at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406) at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java

Re: [Geoserver-users] How to avoid overlapping of PointSymbolizer

2012-10-25 Thread vsinceac
And the complete answer: http://osgeo-org.1560.n6.nabble.com/PointSymbolizer-anchor-tt4971124.html -- View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-avoid-overlapping-of-PointSymbolizer-tp5011132p5011280.html Sent from the GeoServer - User mailing list archive at Nabbl

[Geoserver-users] java heap space ERROR

2012-10-25 Thread islanis
Hi people, i saw in my firebug console that one of my transactions "always happen with wfs and some times with the wms" is having an error and i begun when i change my app server to apache tomcat, am using windows, and i dont know what to do, the web application is going slowly and some tim

Re: [Geoserver-users] Display EPSG:4326 wms over EPSG:25832 GWCbaselayer seriously wrong!SOLVED

2012-10-25 Thread Andrea Aime
On Thu, Oct 25, 2012 at 4:18 PM, Robert Buckley wrote: > Hi, > > EPSG:4314 and EPSG:4258 are unknown to me > > According to this ... > > http://crs.bkg.bund.de/crseu/crs/descrtrans/BeTA/de_dhdn2etrs_beta.php > I've translated that page with Google in italian and what it says is that the transform

Re: [Geoserver-users] Display EPSG:4326 wms over EPSG:25832 GWCbaselayer seriously wrong!SOLVED

2012-10-25 Thread Robert Buckley
Hi, EPSG:4314 and EPSG:4258 are unknown to me According to this ... http://crs.bkg.bund.de/crseu/crs/descrtrans/BeTA/de_dhdn2etrs_beta.php The beta2007 is used for  Quell-Koordinatenreferenzsystem Identifikator DE_DHDN / GK_3 Ziel-Koordinatenreferenzsystem Identifikator ETRS89 / UTM Quell

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread Victor Sinceac
No, all is clear (just the xml parser of nablle ignored my in the previous mail... So: - with in the element I get no icon at all (doesn't matter the number of spaces) - with any char (excepting space) in a CDATA section or directly in the Label element I

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread Victor Sinceac
2.0 beta2 I guess I have to get the latest version, isn't it? Many thanks anyway ! On 2012-10-25 13:25, Andrea Aime wrote: On Thu, Oct 25, 2012 at 3:20 PM, Victor Sinceac wrote: No, all

Re: [Geoserver-users] Display EPSG:4326 wms over EPSG:25832 GWCbaselayer seriously wrong!SOLVED

2012-10-25 Thread Oscar Fonts
wrote: >> 31467,25832=PARAM_MT["NTv2", \PARAMETER["Latitude and longitude difference >> file", "BETA2007.gsb"]] : > All the grids I've seen so far are used to switch between geographic > ones, normally > the file is a latitude/longitude grid shift, in your case maybe > between 4314 and 4258, +1.

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread Andrea Aime
On Thu, Oct 25, 2012 at 3:20 PM, Victor Sinceac wrote: > No, all is clear (just the xml parser of nablle ignored my in > the previous mail... > > So: > - with in the element I get no icon at all (doesn't > matter the number of spaces) Uh, odd. Are you using a very old version of GeoServer? Sup

[Geoserver-users] JPEG2000 plugin

2012-10-25 Thread Tobias Reinicke
Hello all, I am trying to get this to work and was just wondering; I have the three dll's as specified on http://geo-solutions.blogspot.co.uk/2010/03/geoserver-and-geotools-now-supporting.html but that was 2 years ago, and we have Kakadu version 7. The jar files I have are: imageio-ext-kakadujn

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread David Winslow
What Andrea suggested was: <[!CDATA[ ]]> This tells GeoServer not to "collapse" spaces; otherwise it will trim away blank spaces at the beginning and end of the value. -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Oct 25, 2012 at 9:00 AM, vsinceac wrote: > Of course I did... > > -->

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread Andrea Aime
On Thu, Oct 25, 2012 at 3:00 PM, vsinceac wrote: > Of course I did... > > --> No icon at all >--> No icon at all > any char --> Icon AND "any char" over it > > Is there a tricky "invisible" escape char? Or well have I to set invisible > color for the font??? Wh

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread vsinceac
Arghhh! the mailing parser ignore my !CDATA[[ ]] for the first line :o) -- View this message in context: http://osgeo-org.1560.n6.nabble.com/PointSymbolizer-anchor-tp4971124p5011220.html Sent from the GeoServer - User mailing list archive at Nabble.com. --

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread vsinceac
Sory, the first line was well: --> No icon at all -- View this message in context: http://osgeo-org.1560.n6.nabble.com/PointSymbolizer-anchor-tp4971124p5011219.html Sent from the GeoServer - User mailing list archive at Nabble.com. --

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread vsinceac
Of course I did... --> No icon at all --> No icon at all any char --> Icon AND "any char" over it Is there a tricky "invisible" escape char? Or well have I to set invisible color for the font??? -- View this message in context: http://osgeo-org.1560.n6.nabb

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread Andrea Aime
On Thu, Oct 25, 2012 at 2:41 PM, vsinceac wrote: > Right, I tested and it works... > ... but not with (this gets no label at all). > I tried to put something else in the element and it works, the icon > is well drawn as I wanted (i.e. w/o overlapping), but the symbol from the > element is alway

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread vsinceac
Right, I tested and it works... ... but not with (this gets no label at all). I tried to put something else in the element and it works, the icon is well drawn as I wanted (i.e. w/o overlapping), but the symbol from the element is always displayed OVER the icon (and it should, I guess...) What

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread Andrea Aime
On Thu, Oct 25, 2012 at 1:44 PM, vsinceac wrote: > Hi, > > Sorry to reopen this thread ... but I tried to apply this solution, and the > Style Editor of GeoServer (2.0-beta2) doesn't accept the element > inside a element... > (full style here: > http://osgeo-org.1560.n6.nabble.com/How-to-avoid-o

Re: [Geoserver-users] PointSymbolizer anchor

2012-10-25 Thread vsinceac
Hi, Sorry to reopen this thread ... but I tried to apply this solution, and the Style Editor of GeoServer (2.0-beta2) doesn't accept the element inside a element... (full style here: http://osgeo-org.1560.n6.nabble.com/How-to-avoid-overlapping-of-PointSymbolizer-tt5011132.html#a5011175) Is

[Geoserver-users] Migration from 2.1, problems with a layergroup starting with prefix:group_name

2012-10-25 Thread Peter Hopfgartner
Hi I'm doing some migration tests from GS 2.1 to GS 2.2. There is one layer with a prefix, separated by a column (:). Opening this, generates a stack trace, like the one at the end of the mail. Assigning a workspace using the select box, which is new in GS 2.2, I'm limited to insert only layer

Re: [Geoserver-users] Geoserver 2.2 Server Status/Reload Config problem

2012-10-25 Thread Stefano Iacovella
Hi I missed to a step to reproduce your error. Indeed after reloading the configuration I did not click again on server status. I have just tried it on a new deployed 2.2 war on Tomvat 7 jdk 6 on windows and it does shows the exception. It really seems a bug, I have filled a bug for it https://ji

[Geoserver-users] (no subject)

2012-10-25 Thread Kanwal Nayan
-- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct___ Geoserver-

Re: [Geoserver-users] How to avoid overlapping of PointSymbolizer

2012-10-25 Thread vsinceac
Sorry, the style has been truncated by the mailer... Sun weather 2 image/gif 5 -- View this message in context: http://os

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

2012-10-25 Thread igor.erdoiza
I am not capable of testing your solution. I get some errors related to xpath, mapped properties... I attach again the zip file with the whole example (feature mapping file, Schema,..) and here is the table creation script: *PROVIDER* CREATE TABLE currentds.oip_provider ( id bigint NOT NULL DEF

[Geoserver-users] How to avoid overlapping of PointSymbolizer

2012-10-25 Thread vsinceac
Hi,I have to render a layer containing external gif images as PointSymbolizer. They are weather icons (sun, cloud, etc.) Depending on the map scale, they overlap and I would like to avoid this. Is there a way to control the overlapping of PointSymbolizers? . Sun

Re: [Geoserver-users] Display EPSG:4326 wms over EPSG:25832 GWCbaselayer seriously wrong!SOLVED

2012-10-25 Thread Andrea Aime
On Thu, Oct 25, 2012 at 9:11 AM, Robert Buckley wrote: > I remembered that I did some testing a while back with custom coordinate > operations. > > I had tried to create an operation between EPSG:31467 and EPSG:25832 using > the BETA2007.gsb file. > > It seems that it is this configuration that me

Re: [Geoserver-users] WMS 1.3.0 stopped working.

2012-10-25 Thread Andrea Aime
On Wed, Oct 24, 2012 at 8:04 PM, Koivusalo, Tuomas wrote: > Hi again, > > I tweaked log level and now I can see 'bad credentials' error message when > trying to use wms 1.3.0. I tried this through layer preview as admin-user, > so I don't even know what credentials I could be missing. Also, securi

Re: [Geoserver-users] No strong cryptography available, installation of the unrestricted policy jar files is recommended

2012-10-25 Thread christian . mueller
Zitat von Robert Buckley : > Thanks, > > Regarding the URL parameter encryption..Does this mean that looking > at the URL of the individual tiles served by a wms in e.g Firebug >  will not give the address of the server??? No, the url parameter encryption is only working for the web interface

Re: [Geoserver-users] No strong cryptography available, installation of the unrestricted policy jar files is recommended

2012-10-25 Thread Robert Buckley
Thanks, Regarding the URL parameter encryption..Does this mean that looking at the URL of the individual tiles served by a wms in e.g Firebug  will not give the address of the server??? Cheers, Rob Von: "christian.muel...@nvoe.at" An: Robert Buckley CC

Re: [Geoserver-users] No strong cryptography available, installation of the unrestricted policy jar files is recommended

2012-10-25 Thread christian . mueller
The installation is recommended if you use 1) encrypted passwords 2) URL parameter encryption If you dont need 2) and switch to digest encoding for 1), there is no need for installation. Christian Zitat von Robert Buckley : > Hi, > > Where and how can I install the unrestricted policy jar f

[Geoserver-users] No strong cryptography available, installation of the unrestricted policy jar files is recommended

2012-10-25 Thread Robert Buckley
Hi, Where and how can I install the unrestricted policy jar file...if it is really necessary! cheers, Rob-- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for

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

2012-10-25 Thread Victor.Tey
Hi Igor, Thanks for sending that through. Firstly for cocities:providername your mapping should have user providername instead of just name cocities:provider/cocities: providername Instead of cocities:provider/cocities:name Secondly, Your feature chaining for cocities:TransitStop should

[Geoserver-users] Display EPSG:4326 wms over EPSG:25832 GWCbaselayer seriously wrong!SOLVED

2012-10-25 Thread Robert Buckley
I remembered that I did some testing a while back with custom coordinate operations. I had tried to create an operation between EPSG:31467 and EPSG:25832 using the BETA2007.gsb file. It seems that it is this configuration that messed up my system...or I simply did it wrong. This was the conte