Re: [Geoserver-users] setting up geoserver behind IIS

2010-11-19 Thread Milo van der Linden
That is a very tomcat specific solution. You can also try this .net mod_apache "clone" http://urlrewriter.codeplex.com/ -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1,

Re: [Geoserver-users] setting up geoserver behind IIS

2010-11-19 Thread Sjoerd Brandsma
Hi, You can put tomcat behind IIS with the AJP13 connector. How to do this: http://tomcat.apache.org/connectors-doc-archive/jk2/jk/iishowto.html Configuring it is a bit tricky (just give a shout if you need some help) but as soon as it's up and running it's great to work with. Regards, Sjoerd O

[Geoserver-users] setting up geoserver behind IIS

2010-11-19 Thread Dominik Mikiewicz
Hi all, I am trying to set up geoserver behind IIS. My apache tomcat listens on port 8080 and I have managed to rewrite a specific subdomain so it now points to localhost:8080. My goal is to eventually have something like geoserver.mydomain.com and this should be an equivalent to the standard

Re: [Geoserver-users] Thin black/transparant line with ECW WMS rendering

2010-11-19 Thread Sjoerd Brandsma
Hi Milo, Yes. We're using geoserver for more than one year know and are very happy with it. We're using the dutch projection (EPSG:28992) for all of our raster data so no reprojection has been done. I could test if the problem also appears if I do a reprojection to something like 4326 or something

Re: [Geoserver-users] java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-11-19 Thread Sjoerd Brandsma
Hi Andrea, Thanks for the answer. I've disabled the Tile recycling option and i've seen no OOM's today :) Geoserver shows stable performance now so hopefully the configuration is ok now. Is there a reason why the geoserver gets much slower (approx. 1 second per WMS request) when using -XX:+UseCon

Re: [Geoserver-users] Thin black/transparant line with ECW WMS rendering

2010-11-19 Thread Sjoerd Brandsma
Hi Simone, I'm using GeoServer 2.0.0, 2.0.2 and a 2.1-SNAPSHOT of juli this year. All versions show the same problem. Sun Microsystems Inc.: 1.6.0_21 (Java HotSpot(TM) Client VM) in 32 bit environment Running on Windows 2008 server 64 bit. gdal: 1.4.5.0 NCSEcw.dll: 3.3.0.181 Image-IO-ext 1.0.6

Re: [Geoserver-users] WFS GML3 Auth

2010-11-19 Thread Rodrigo
Hi Andrea! I'll try to change security configurations and test if I can use it the way I need! For now, I'm doing only tests, so I'll use admin credentials... Thanks!! Rodrigo C. Antonialli == Rio Claro - SP - Brasil LinkedIn: http://www.linkedin.com/in/rcapr

Re: [Geoserver-users] Re moval of Pink tiles

2010-11-19 Thread Charles Galpin
I have not actually seen the tiles so I am not sure if this works or not, but I have seen this in examples out there // avoid pink tiles OpenLayers.IMAGE_RELOAD_ATTEMPTS = 3; OpenLayers.Util.onImageLoadErrorColor = "transparent"; hth charles On Nov 19, 2010, at 3:32 AM, adityakumar529 wrote: >

Re: [Geoserver-users] What makes more sense?...lots of layers or a complicated sld?

2010-11-19 Thread David Winslow
If you have so many types of symbol on your map, won't the legend be very long regardless of whether or not they are grouped by layer? I don't see a legend on the map you linked to, so perhaps I am missing something. You may also be able to take advantage of the RULE parameter in GetLegendGraphic

Re: [Geoserver-users] What makes more sense?...lots of layers or a complicated sld?

2010-11-19 Thread David Winslow
On the style creation side, I recently needed to search through a GeoServer catalog and identify layers which were using the "default" styles in GeoServer (line, polygon, raster, point) and create new, distinct styles for each. I accomplished it using a Python script and the gsconfig Python projec

[Geoserver-users] Support for reading from a spatial data file (SDF)?

2010-11-19 Thread johnrobot
Hi Are there any plans on adding support for reading from a spatial data file (SDF) to GeoServer? http://en.wikipedia.org/wiki/Spatial_data_file http://en.wikipedia.org/wiki/Spatial_data_file Magnus -- View this message in context: http://old.nabble.com/Support-for-reading-from-a-spatial-data

[Geoserver-users] What makes more sense?...lots of layers or a complicated sld?

2010-11-19 Thread Robert Buckley
Hi, thanks for the replies. I understand that it doesn´t seem reasonable to even consider putting so much detail into a webmap, but the problem is that is it a government program (called a regional development plan) in which all this information has to been shown. The contents are predefined

Re: [Geoserver-users] REST SLD upload.

2010-11-19 Thread Stefan A. Tzeggai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Are you doing it in Java? http://code.google.com/p/gsrcj/ is a Java client i wrote to configure GS restfully with no dependencies except Java 1.5. here is the full sourcecode: http://code.google.com/p/gsrcj/source/browse/trunk/src/main/java/org/

[Geoserver-users] enable access to the store always disable on geoserver restart

2010-11-19 Thread rasmikant das
Dear All, Here I am facing a serious problem. I have already published 400 layers with 400 stores. All are connected with PostGIS Database. By default store access is enable in Vector Data Source screen. But my problem is when I am restarting the server only 100 stores have enable access. My o

Re: [Geoserver-users] Problem with optimized and styled label

2010-11-19 Thread Madhuri k
Thank you so much. Andrea Aime-5 wrote: > > On Thu, Nov 11, 2010 at 11:02 AM, Madhuri k > wrote: >> >> Hello, >> I am new to geoserver and I am willing to develop a map with road >> network, >> landmarks etc. >> I am trying to apply styles to the road network in shape file format. >> When I

[Geoserver-users] Re moval of Pink tiles

2010-11-19 Thread adityakumar529
I am using WMTS service.But when I am putting one layer over the other I am getting pink tiles.This feature I am getting in IE ,in Mozilla everything is working fine.How to remove the pink tiles that are visible in IE. -- View this message in context: http://old.nabble.com/Removal-of-Pink-tiles

[Geoserver-users] How to make tiles transparent in WMTS

2010-11-19 Thread adityakumar529
I am using WMTS. Till now I am able to perform query on the tiles.But the tiles are not coming as transparent.Can anyone please help me to overcome this. Aditya Kumar -- View this message in context: http://old.nabble.com/How-to-make-tiles-transparent-in-WMTS-tp30239553p30239553.html Sent fro

Re: [Geoserver-users] What makes more sense?...lots of layers or a complicated sld?

2010-11-19 Thread christian . mueller
@Robert, do you use the REST API for configuration ?. I would not advise to configure ~ 100 layers manually. @Paul, I have currently the problem with about 25000 Layers, so it is impossible to search in the table of contents. I am investigating in using geonetwork for searching and geoserver

Re: [Geoserver-users] WFS GML3 Auth

2010-11-19 Thread Andrea Aime
On Fri, Nov 19, 2010 at 3:34 AM, Rodrigo wrote: > Hi Andrea! > > I'm sending layers.properties and service.properties. These are the files?? > > I'm using MIXED mode, and restricting layers according some roles. > > During the afternoon I did a test. I added a common user to the > ROLE_ADMINISTRAT