Re: [Geoserver-users] geoserver doesn't show untiled postgis layer

2012-07-12 Thread vrbikdan
I'm not sure, that problem will be in javscript and css because it happend even in layer preview in GeoServer. It is true, that is only in one zoom level, but too :( Dan -- View this message in context: http://osgeo-org.1560.n6.nabble.com/geoserver-doesn-t-show-untiled-postgis-layer-tp4640787p49

Re: [Geoserver-users] GeoServer and WAS 8 issue

2012-07-12 Thread Andrea Aime
On Thu, Jul 12, 2012 at 11:13 PM, jose garcia wrote: > Hi Justin > > Thanks for pointing in the right way. I tested with WMS client and was ok > (previously requested GetCapabilities from browser, thats why I get also > junk). > > After disabling the gzip compression in Firefox works ok. > > The

Re: [Geoserver-users] GeoServer and WAS 8 issue

2012-07-12 Thread jose garcia
Hi Justin Thanks for pointing in the right way. I tested with WMS client and was ok (previously requested GetCapabilities from browser, thats why I get also junk). After disabling the gzip compression in Firefox works ok. The article you sent suggest to change the value of * network.http.accept-

Re: [Geoserver-users] Bug or a feature

2012-07-12 Thread Andrea Aime
On Wed, Jul 11, 2012 at 2:28 PM, GeoUser wrote: > I have a point layer and a SLD where i do this: > > > > GEOMETRY > > > > And to my suprise i don't get X in world coordinates but X in image pixel > coordinates. Why does this happen? Because when processing SLD, the > coordinate

Re: [Geoserver-users] SLD Hatched one side on line

2012-07-12 Thread Andrea Aime
On Thu, Jul 12, 2012 at 6:39 PM, Martin Davis wrote: > Yes, the elusive offset line would be required if that's the technique > used. > > One way to do this geometrically would be to construct a series of > perpendicular lines segments with the specified side, length, and spacing. > Then delete

Re: [Geoserver-users] SLD Hatched one side on line

2012-07-12 Thread Martin Davis
Yes, the elusive offset line would be required if that's the technique used. One way to do this geometrically would be to construct a series of perpendicular lines segments with the specified side, length, and spacing. Then delete all segments which intersect another one or the original line. Th

Re: [Geoserver-users] SLD Hatched one side on line

2012-07-12 Thread Andrea Aime
On Thu, Jul 12, 2012 at 6:00 PM, Martin Davis wrote: > Nice! Can you post the SLD that creates this effect? > > Buffer does work with lines, but I'm guessing that the generated buffers > won't work with your technique, since the buffer is generated on both sides > of the line. JTS does have th

Re: [Geoserver-users] SLD Hatched one side on line

2012-07-12 Thread Martin Davis
Nice! Can you post the SLD that creates this effect? Buffer does work with lines, but I'm guessing that the generated buffers won't work with your technique, since the buffer is generated on both sides of the line. JTS does have the capability to generate "single-sided buffers", but this isn't

Re: [Geoserver-users] Legend Title

2012-07-12 Thread Andrés González
that's good to know. perhaps i'll submit a patch at a later time with the real intention being to render units in the legends, currently we are adding it to the label itself. thanks for the help, -andrés [845.365.8986] On 07/12/2012 11:33 AM, David Winslow wrote: > Those rule titles are used i

Re: [Geoserver-users] Legend Title

2012-07-12 Thread David Winslow
Those rule titles are used in labelling individual swatches. The bold, top-level title in the legend decoration appears to be added only when rendering decorations (ie, legends embedded in getmap responses, not getlegend requests.) It's done in the LegendDecoration class in the Java code, if you

Re: [Geoserver-users] Legend Title

2012-07-12 Thread Andrés González
perhaps the question is if the getLegendGraphic request supports a title in the legend. i assumed that it would since the documentation for the css plugin states "GeoServer uses the title in auto-generating legend graphics". i have tried adding a title element to several fields -- and have names o

Re: [Geoserver-users] GeoServer and WAS 8 issue

2012-07-12 Thread Justin Deoliveira
Hi Jose, Is this only happening in the web browser? Or is it happening with other clients as well?. If i recall correctly the issue i ran into a while back was that WAS doesn't handle gzip compression properly. So in order to access anything (web ui, servieces, etc...) from a web browser i had to

Re: [Geoserver-users] geoserver_dat_dir/monitoring = 2gb?

2012-07-12 Thread Justin Deoliveira
It sounds like you are using the monitoring extension (and have been for a while) and the h2 database that maintains information about all requests has grown very large. Unfortunately there is no sort of automatic aggregation or cleanup of the database done in that extension, it must be done manual

[Geoserver-users] GeoServer and WAS 8 issue

2012-07-12 Thread jose garcia
Hi We have deploy GeoServer (2.0.2 and 2.1.4) in WAS 8, but always get a junk page when access to /geoserver or to the wms service. I found in the mailing list a workaround for WAS 6.1 using /web in the url, but unfortunately seem not working in WAS 8. Also have try to make some changes to config

Re: [Geoserver-users] geoserver doesn't show untiled postgis layer

2012-07-12 Thread vrbikdan
I did it. I tried to start fresh, but problem is still the same. What is most confusing for me is why chrome open this single tile in new tab if I copy its address. I'm not sure, what I should looking at. Here is the code I used. function init() { OpenLayers.ProxyHost = "proxy.php?url=";

[Geoserver-users] SLD Hatched one side on line

2012-07-12 Thread Robert Buckley
Hi, I have successfully managed to hatch a polygon only on the inside using a mixture of geometry functions and style techniques. The result looks like the black polygons here (have to zoom in to see the hatch)  http://maps.zgb.de/geoserver/rrop08/wms?service=WMS&version=1.1.0&request=GetMap&l

Re: [Geoserver-users] geoserver doesn't show untiled postgis layer

2012-07-12 Thread Andrea Aime
On Thu, Jul 12, 2012 at 10:54 AM, vrbikdan wrote: > Hi, > still no progress. I tried to change projection of layers back to 4326, I > tried to use whole postgis tables instead of SQL views in Geoserver but > nothing changed. Everytime, my label layer didn't shown in Chrome, really > slow in Fire

Re: [Geoserver-users] geoserver doesn't show untiled postgis layer

2012-07-12 Thread vrbikdan
Hi, still no progress. I tried to change projection of layers back to 4326, I tried to use whole postgis tables instead of SQL views in Geoserver but nothing changed. Everytime, my label layer didn't shown in Chrome, really slow in Firefox and normally in IE. I tried to increase java memory, tried

Re: [Geoserver-users] geoserver_dat_dir/monitoring = 2gb?

2012-07-12 Thread Robert Buckley
Thanks for the tips... Is it sage to delete this file?  or should I just delete the contents? cheers, Rob Von: Alexandre Djioev An: robertdbuck...@yahoo.com; geoserver-users@lists.sourceforge.net Gesendet: 9:23 Donnerstag, 12.Juli 2012 Betreff: Re: [Geoserv

Re: [Geoserver-users] geoserver_dat_dir/monitoring = 2gb?

2012-07-12 Thread Alexandre Djioev
You can go /geoserver/admin interface, under Global Settings you will find Logging Profile. Switch it to production mode. On Thu, Jul 12, 2012 at 5:17 PM, wrote: > Hi, > > ** ** > > The logging provides information log on your geoserver. You can configure > how verbose you want the log to b

Re: [Geoserver-users] geoserver_dat_dir/monitoring = 2gb?

2012-07-12 Thread Victor.Tey
Hi, The logging provides information log on your geoserver. You can configure how verbose you want the log to be from data/logging.xml. Look at the example configuration properties file in data/log Hope that helps :) From: Robert Buckley [mailto:robertdbuck...@yahoo.com] Sent: Thursday, 12 Ju