Re: [Geoserver-users] Out of memory error downloading large wfs response

2013-07-09 Thread Chris Holmes
I think an alternative would be to keep the gzip filter off and just let your servlet container do gzipping. Or the http server in front of it if you have one. See like http://viralpatel.net/blogs/enable-gzip-compression-in-tomcat/ I feel like that's now the general practice on the web? That the

Re: [Geoserver-users] Benefit of caching with WMS client

2013-06-27 Thread Chris Holmes
Afaik GeoWebCache has the ability to do this with its WMS. See http://geowebcache.org/docs/current/services/wms.html Ian, cced, I believe started some work to make it so the embedded GWC could do the same tile recombination to a WMS call with one or two vendor parameters. I'm not sure if we got

Re: [Geoserver-users] Lead Data Scientist at Geospatial Startup

2013-06-20 Thread Chris Holmes
Hey JD and 'contact', unfortunately we don't allow posting of jobs directly on the user's list. If you have a job post that is truly relevant to GeoServer users / developers (like I'd expect to see GeoServer called at as a specific skill, not just geospatial), then you can get in touch with

Re: [Geoserver-users] Polygons with outlines using gradients

2013-01-11 Thread Chris Holmes
You could also try to make a rendering transformation for it, see http://docs.geoserver.org/stable/en/user/styling/sld-extensions/rendering-transform.htmlfor a start. So instead of storing the rings in your database you could have geoserver create them on the fly with a WPS process that's only

Re: [Geoserver-users] Allow using shapefile index if create spatial index checkbox not selected [SEC=UNCLASSIFIED]

2012-12-09 Thread Chris Holmes
Oh awesome. Truly our favorite type of user. Should have checked on GeoTools list. Thanks for applying it Andrea. On Sun, Dec 9, 2012 at 12:49 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Sun, Dec 9, 2012 at 2:07 AM, Chris Holmes chol...@opengeo.org wrote: Hey Geoff, thanks

Re: [Geoserver-users] Allow using shapefile index if create spatial index checkbox not selected [SEC=UNCLASSIFIED]

2012-12-08 Thread Chris Holmes
Hey Geoff, thanks for taking the time to dig in to the code and figure out what's going on. You're our favorite type of user ;) Thinking about your two options, I can't see any situation where a user would actually want shapefile indexes disabled. So I'd say your patch as it stands right now

[Geoserver-users] Advanced GeoServer Training Nov. 19 and new Training page

2012-11-12 Thread Chris Holmes
Just a quick announcement for those who haven't seen the blog post on training - http://blog.geoserver.org/2012/11/12/geoserver-trainings/ There's a new section of the website for training, see http://geoserver.org/display/GEOS/Training And at OpenGeo we're putting on a web-based Advanced

Re: [Geoserver-users] ServiceException - could not find layer

2012-10-20 Thread Chris Holmes
Do you have a primary key defined on your layers? I _think_ that error is it trying to find an alternate primary key. You can define that table if you're using views (that can't have a primary key). But if you're just serving normal layers then defining a primary key should work best. Also

Re: [Geoserver-users] ServiceException - could not find layer

2012-10-20 Thread Chris Holmes
, Chris Holmes chol...@opengeo.org wrote: Do you have a primary key defined on your layers? I _think_ that error is it trying to find an alternate primary key. You can define that table if you're using views (that can't have a primary key). But if you're just serving normal layers then defining

Re: [Geoserver-users] 5 seconds to render 130, 000 points -typical GeoServer WMS performance?

2012-08-17 Thread Chris Holmes
You might try the same layer on postgis and see how it performs. I think Oracle doesn't perform quite as well. I believe OpenGeo has a contract coming soon to improve the performance on Oracle, with a plan to look in to some of these bottlenecks. On Fri, Aug 17, 2012 at 1:21 PM, cheesybiscuits

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Chris Holmes
It should, though you have to be sure you've also enabled direct WMS integration in GeoWebCache, or it'll just a small in memory tile thing in geoserver. I think in 2.1.3 there's an option to turn it on in the geoserver admin. On Mon, May 7, 2012 at 10:23 AM, Paul Meems bontepaar...@gmail.com

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Chris Holmes
On Mon, May 7, 2012 at 3:42 PM, Andrea Aime andrea.a...@geo-solutions.it wrote: On Mon, May 7, 2012 at 5:30 PM, Chris Holmes chol...@opengeo.org wrote: It should, though you have to be sure you've also enabled direct WMS integration in GeoWebCache, or it'll just a small in memory tile thing

Re: [Geoserver-users] REST API layer thumbnails?

2012-04-16 Thread Chris Holmes
Well if it's useful to both of you in the context of the REST API it's probably worth at least putting a link to the docs from somewhere in the REST docs. Patches welcome, especially for docs (and indeed if there's other REST stuff you've discovered and have some time to document it'd be super

Re: [Geoserver-users] To tile or not to tile

2012-04-13 Thread Chris Holmes
If you truly can't do any caching then I'd guess arbitrary maps would perform slightly better. Less requests to the server for each view you're looking at. But you probably could cache tiles in your use case. Could use parameter filters in GeoWebCache -

Re: [Geoserver-users] Which would be fastest - WMSGetFeatureInfo, or WFS DWithin Spatial filter

2012-02-28 Thread Chris Holmes
The best solution to this will be to implement UTFGrid output from GeoServer. See OpenLayers example at http://tschaub.net/openlayers/examples/utfgrid.html Will take a decent bit of development effort, as it gets in to core rendering stuff. But will be awesome if we build it right. On Tue, Feb

Re: [Geoserver-users] Accessing REST from ArcGIS server in Geoserver

2012-02-16 Thread Chris Holmes
On Thu, Feb 16, 2012 at 9:32 AM, Fredrik Holmqvist fredrik.holmqv...@metria.se wrote: From: Chris Holmes [mailto:chol...@opengeo.org] To do it within GeoServer we'd need to write a ArcGIS Server datastore, which would work similar to the WFS datastore and the WMS store.  No one has done

Re: [Geoserver-users] mbtiles support

2012-02-02 Thread Chris Holmes
Hey Steven, if you're use is just the most compact raster source then I think a lossless compression format like mrsid / ecw / jpg2000 may serve you a lot better. MBTiles certainly is an improvement over a bunch of tiles on disk, as it cuts out the disk blocks.  But that's about the only gain you

Re: [Geoserver-users] Open Google Doc Spreadsheet on Geoserver

2012-01-05 Thread Chris Holmes
Currently no. Google Fusion tables probably make more sense than straight google doc spreadsheet, as they have spatial types and I don't believe spreadsheets do. But I guess you could do like x,y in a spreadsheet. Or if we had cool joining capabilities it'd be possible. But we don't even have

Re: [Geoserver-users] Searching for cause of OutOfMemory exceptions

2011-12-22 Thread Chris Holmes
First question is probably what version of geoserver are you using? And if anything but the latest have you tried upgrading to the latest? On Thu, Dec 22, 2011 at 8:56 AM, Jesse Eichar jesse.eic...@camptocamp.comwrote: Hi, We are having to restart Geoserver once a week because of OutOfMemory

Re: [Geoserver-users] wps and service area

2011-12-20 Thread Chris Holmes
Note there's some open source code that can handle this, and there are some plans to try to bring it in to GeoServer WPS in the next six months or so. The core project is http://opentripplanner.org which has built a really vibrant open source community with a number of deployments in multi-modal

Re: [Geoserver-users] Status INSPIRE WFS in GeoServer

2011-08-31 Thread Chris Holmes
Oh, and a note for everyone reading this thread, that I learned recently: AppSchema works much, much better on trunk (2.2) of GeoServer than 2.1 or 2.0. It got a lot of performance and scalability improvements, and is running in production for GeoSciML. You can get nightlies from

Re: [Geoserver-users] WMS

2011-08-26 Thread Chris Holmes
I know Gabriel has a way of looking at the headers in the response, but I forget exactly what that is. What I do is look at the GWC page in GeoServer in the disk quota section. If you move around the map some and then reload that page the amount of data cached should increase. You can check to

Re: [Geoserver-users] getting back an array of raster data in txt

2011-07-29 Thread Chris Holmes
Using the WCS should allow you to do that (and a lot more). Can read up on it at http://www.opengeospatial.org/standards/wcs GeoServer supports 1.0 and 1.1 On Thu, Jul 28, 2011 at 3:38 PM, Chang, Elizabeth W. ewch...@mitre.orgwrote: Is there a service that is similar to getfeatureinfo but

Re: [Geoserver-users] Using geoserver to serve elevation data in WorldWind

2011-07-28 Thread Chris Holmes
If you want it to get on to worldwind there's a plugin you can use that will output the .bil and .dds files that WorldWind needs. See http://docs.geoserver.org/stable/en/user/community/dds/index.html On Thu, Jul 28, 2011 at 4:16 PM, Chang, Elizabeth W. ewch...@mitre.orgwrote: Hi. ** **

Re: [Geoserver-users] CORS support for Geoserver?

2011-07-26 Thread Chris Holmes
Seems like it could be a great community module, that could grow to be an extension. If you've got an inclination to code it I'm sure others would make use of it. On Tue, Jul 26, 2011 at 4:58 PM, Ryan Clark ryan.cl...@azgs.az.gov wrote: Hello -- I'm curious if there is any inclination to

Re: [Geoserver-users] Direct GWC integration - SRS and STYLE parameters

2011-06-29 Thread Chris Holmes
Also, im curious how GWC DI handles STYLES parameter, if they are present in the request? (and TILED=true is present and SRS and tile parameters are valid) We made improvements so it would cache all Styles, not just the default. This was funded for GeoNode, which makes use of it. I

Re: [Geoserver-users] Direct GWC integration - SRS and STYLE parameters

2011-06-28 Thread Chris Holmes
Gabriel will sound in with more detail, as I don't know all the answers. But a bit in line... On Tue, Jun 28, 2011 at 12:51 PM, Ivan Grcic ivan.gr...@geo-solutions.itwrote: Hi all, im about to take a test at direct GWC integration feature introduced to geoserver some time ago. I dont want

Re: [Geoserver-users] How to get metadata such as the native bounding box for raster data through REST?

2011-06-22 Thread Chris Holmes
and intended? ** ** Anyway, with the template above I should be able to generate the calls we need. ** ** Many thanks Ole ** ** *From:* Chris Holmes [mailto:cho...@gmail.com] *Sent:* Wednesday, 22 June 2011 10:41 AM *To:* Ole Nielsen *Cc:* geoserver-users

Re: [Geoserver-users] How to get metadata such as the native bounding box for raster data through REST?

2011-06-21 Thread Chris Holmes
You want coverages instead of coveragetypes. The base inspiration for the names is the WFS vs WCS specs, WFS calls layer categories featureTypes, WCS calls them coverages. So

Re: [Geoserver-users] Lamberts TIFF to Google Maps Tiles

2011-06-07 Thread Chris Holmes
On Tue, Jun 7, 2011 at 11:40 AM, Mark van Wyk m...@foxbomb.com wrote: Hi there, This is my first post to the group. I'm very excited about the prospects that GeoServer have to offer my project. I would really love it if you could give me some hints around how to start tackling my project.

Re: [Geoserver-users] Anyone using GeoServer for INSPIRE services

2011-06-02 Thread Chris Holmes
I think Emmanuel Seguin at IGN France may have already coded #1. I just made a jira for it - http://jira.codehaus.org/browse/GEOS-4595 Hopefully he'll add his patch there. He may also have some insight on the others. best regards, Chris On Wed, Jun 1, 2011 at 11:55 AM, Tim Martin

Re: [Geoserver-users] Turn off WMS GetFeatureInfo

2011-06-01 Thread Chris Holmes
There's a patch for this, but it hasn't been applied yet. See http://jira.codehaus.org/browse/GEOS-4501 Should be in 2.1.1 release. On Wed, Jun 1, 2011 at 11:47 AM, Tim Martin tim.mar...@ordnancesurvey.co.uk wrote: Hi GS Users As standard any layer you deploy is queryable – as seen in

Re: [Geoserver-users] Restrict WMS Output formats

2011-06-01 Thread Chris Holmes
Weirdly I don't think there is a way to do that. Seems like a common enough request, but I can't personally remember anyone else asking for it. I can't even think of a clean hack to accomplish it, though maybe some else can (or knows a way to disable it properly). Chris On Wed, Jun 1, 2011 at

Re: [Geoserver-users] Geoserver memory connections management

2011-05-12 Thread Chris Holmes
Hey Hari, vote.mapview.in looks cool. Have you considered using GeoWebCache for it? Looks like you're doing large, single tile requests. If you stick GWC in front of it then you could put a lot less of a load on the server, since most places that people look at would get cached. C On Wed, May

Re: [Geoserver-users] keeping the GWC cache fresh

2011-05-10 Thread Chris Holmes
If you're using the embedded GWC in GeoServer then it should get automatically refreshed if you use a WFS-T transaction or change a style. We use this by default with local layers in our GeoExplorer app - http://suite.opengeo.org/geoexplorer. All layers are automatically cached, but refresh if

Re: [Geoserver-users] WMTS

2011-05-05 Thread Chris Holmes
GeoServer by default includes GeoWebCache, and exposes all layers as WMTS (among other tile formats). See for example http://suite.opengeo.org/geoserver/gwc/service/wmts?REQUEST=getcapabilities Just go to /gwc/service/wmts from your geoserver base directory. best regards, Chris On Thu, May 5,

Re: [Geoserver-users] Geoserver.org appears to be down!

2011-04-06 Thread Chris Holmes
Broken for at least a week? Do let us know sooner if it is down. My organization has a sys admin to keep it up, and there's enough of us on this list that just sending an email here should get us on it. I just tried and it worked fine. On Wed, Apr 6, 2011 at 2:07 PM, Lukas Johansson

Re: [Geoserver-users] OpenLayers and Geoserver support on Anroid

2011-03-19 Thread Chris Holmes
Actually there's been a lot of progress since the time of that blog post. There was a 'sprint' to add real mobile support, there's a good overview at http://geoext.blogspot.com/2011/02/openlayers-mobile-code-sprint-summary.html I don't think it's not in a full openlayers release yet, but should

Re: [Geoserver-users] Open demo Geoserver for testing?

2011-03-18 Thread Chris Holmes
We're still figuring out exactly which to commit to. But for now we run two http://demo.opengeo.org/geoserver/ http://suite.opengeo.org/geoserver/ On Fri, Mar 18, 2011 at 6:41 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fiwrote: Hi, Sometimes it would be very useful to be able to point to

Re: [Geoserver-users] Tiling labelling

2011-03-18 Thread Chris Holmes
On Wed, Mar 16, 2011 at 11:17 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Wed, Mar 16, 2011 at 4:01 PM, Steve Way steve@infotech-enterprises.com wrote: Hi All, Just a curious question, but how do we avoid our labelling from looking a mess within openlayers or some

Re: [Geoserver-users] Tiling labelling

2011-03-18 Thread Chris Holmes
, 2011 at 2:07 PM, Chris Holmes chol...@opengeo.org wrote: On Wed, Mar 16, 2011 at 11:17 AM, Andrea Aime andrea.a...@geo-solutions.it wrote: On Wed, Mar 16, 2011 at 4:01 PM, Steve Way steve@infotech-enterprises.com wrote: Hi All, Just a curious question, but how do

Re: [Geoserver-users] App Schema and GeoJSON

2011-03-06 Thread Chris Holmes
No complex feature to GeoJSON transformation is possible now. I think the GeoJSON spec doesn't give any recommendations on complex features, though I suppose it should be fairly straightforward. Going XML to JSON wouldn't be nearly as fast as going straight to JSON from the actual Feature

Re: [Geoserver-users] Database-driven styling [SEC=Unclassified]

2011-02-04 Thread Chris Holmes
On Fri, Feb 4, 2011 at 3:02 PM, Richard (Abe) Coughlin ra...@hawaii.eduwrote: Thanks all for the responses -- my question was well answered. And I'm learning to explain myself more and more each time I post. The key point regarding database-driven styling I was seeking was: how to have

Re: [Geoserver-users] Inspire plugin

2011-02-02 Thread Chris Holmes
talking to our client right now about potentially improving it, doing something where GeoServer is able to read in or transform the linked metadata in to the capabilities document, to help avoid filling it all out multiple times. yours, Robert -- *Von:* Chris

Re: [Geoserver-users] Any interest in a Google Fusion Table Datastore?

2011-02-02 Thread Chris Holmes
That's a great idea - it could be super useful for people who have non spatial data and can use fusion tables to geocode it. It didn't occur to me you could connect straight to it. We had been contemplating leveraging that geocoding capability for GeoNode, but I think it could be a nicer story

Re: [Geoserver-users] Exception when inserting a new feature in PostGIS through GeoServer/WFS-T: java.lang.String cannot be cast to com.vividsolutions.jts.geom.Geometry

2011-01-20 Thread Chris Holmes
--38cac012_12da2e59234_-8000=HAA]], handle: null, idgen: unset, inputFormat: unset, srsName: null)] update = [] delete = [] native = [] releaseAction = ALL Any ideas? Regards, Rob. 2011/1/20 Chris Holmes chol...@opengeo.org You're going to need to provide some

Re: [Geoserver-users] Exception when inserting a new feature in PostGIS through GeoServer/WFS-T: java.lang.String cannot be cast to com.vividsolutions.jts.geom.Geometry

2011-01-19 Thread Chris Holmes
You're going to need to provide some more info to give anyone the chance to help solve the problem. Can you get what the actual transaction request that MapInfo is sending? Posting the logs with the logging level turned up also may help. Chris On Wed, Jan 19, 2011 at 11:20 AM, InterRob

Re: [Geoserver-users] What is the current position on metadata with Geoserver?

2011-01-12 Thread Chris Holmes
On Wed, Jan 12, 2011 at 2:03 PM, Robert Buckley robertdbuck...@yahoo.comwrote: Hi, I was looking at the layer configurations of geoserver and noticed the metadata link config. Is this new or have a just overseen it? It's not new. But it's just a field you fill out, doesn't do any automatic

Re: [Geoserver-users] App Schema Transactions

2011-01-07 Thread Chris Holmes
willing to help improve it and bug fix it. On Fri, Jan 7, 2011 at 7:28 AM, Andrew Chamberlain an...@comsine.co.ukwrote: Hi Chris, Do you know if the parsing of complex GML features made it back into the trunk? Regards, Andy -- On 16/12/2010 15:42, Chris Holmes

Re: [Geoserver-users] mySQL

2010-12-20 Thread Chris Holmes
MySQL has limited spatial capabilities - they do have geometry storage and a spatial index. The main problem is that all spatial operations are done against the bounds of the geometries. So they're not exactly accurate. So if your polygons are all boxes then it'll work great, if not then it'll

Re: [Geoserver-users] App Schema Transactions

2010-12-16 Thread Chris Holmes
Note there are some developers who have built support for parsing complex GML features. They just haven't got the go ahead and time to contribute the code back. Though I'm meeting them today, so will mention that there is real community interest. On Mon, Dec 13, 2010 at 9:08 PM, Ben

Re: [Geoserver-users] App Schema Transactions

2010-12-13 Thread Chris Holmes
I'm not an app schema expert, but I'm pretty sure it's a lot more involved than just reusing current mappings. I know of one group that's done transactions against app schema stuff, but I'm pretty sure they just did transactions against the underlying flat schemas. It'd be relatively easy to set

Re: [Geoserver-users] [Geoserver-devel] GeoServer 2.1-beta2 released

2010-12-06 Thread Chris Holmes
Woot! Great work guys, thanks for pushing it out. You have a blog post in the works? I may be able to find a bit of time to help out there. Also we should update the front page when we have a blog post. On Mon, Dec 6, 2010 at 9:11 AM, Alessio Fabiani alessio.fabi...@geo-solutions.it wrote:

Re: [Geoserver-users] More CPU or more RAM?

2010-11-26 Thread Chris Holmes
How much data is going to be served up? The advantage of more memory would be that your shapefile disk block would make it in to the OS disk cache, and then things would go quite fast. Of course once that happens then you'll definitely be CPU bound, so if most of your data will fit in the 7g of

Re: [Geoserver-users] Geoserver: reference system

2010-11-18 Thread Chris Holmes
One thing you can use to help you get the right request is the WMS Reflector. See http://docs.geoserver.org/stable/en/user/tutorials/wmsreflector.html You can make a request like http://suite.opengeo.org/geoserver/wms/reflect?layers=world and get a default image of the full bounds with the

[Geoserver-users] download stats

2010-11-17 Thread Chris Holmes
Sourceforge seems to have a cool new download stat feature. http://sourceforge.net/projects/geoserver/files//stats/map?dates=2010-02-01%20to%202010-11-17 Looks like 1/4 of all GeoServer downloads are from China. And there's not even yet a chinese translation for 2.0.x. We should probably try

Re: [Geoserver-users] Mastermap

2010-11-15 Thread Chris Holmes
stephen.thomp...@cassidian.com wrote: Hello Chris. Thanks for this. Do you perhaps know what transforms need to be performed? Thanks again. Stephen. -- *From:* Chris Holmes [mailto:chol...@opengeo.org] *Sent:* 15 November 2010 05:17 *To:* Simone Giannecchini

Re: [Geoserver-users] Mastermap

2010-11-14 Thread Chris Holmes
Note though that many people have successfully got GeoServer working with OS mastermap data. This includes OS OnDemand - http://www.ordnancesurvey.co.uk/oswebsite/services/osondemand/index.html Which is OS's primary WMS service for their customers. And I know of many others who have got it

Re: [Geoserver-users] Google Maps and GeoServer without open layer

2010-11-03 Thread Chris Holmes
You also might check out using GeoWebCache, since if you use straight WMS with GWC you can swamp your server with requests pretty fast. See http://geowebcache.sourceforge.net/docs/current/services/gmaps.html All GeoServers ship with GWC, at geoserver/gwc, like

Re: [Geoserver-users] Is it possible to use dynamically generated SLD?

2010-10-25 Thread Chris Holmes
Part of the WMS spec is you can just use the SLD parameter. Instead of saying style=StyleName you say SLD=http://link.to/style/name. See http://old.nabble.com/Applying-a-remote-SLD-to-a-Openlayer-GetMap-request-td15767436.htmlfor some discussion of it. It's specified in 1.0 of the SLD spec, see

Re: [Geoserver-users] GeoServer + glal + OSX

2010-10-17 Thread Chris Holmes
I'm not sure if we bundle everything you need for dted, but in the OpenGeo Suite we have a mac installer and I think we bundle gdal and JAI for GeoServer. Download at http://opengeo.org/community/suite/download/ On Sun, Oct 17, 2010 at 5:25 AM, Armisael armisael.si...@gmail.com wrote: Thank

Re: [Geoserver-users] WMS Max Image Size Problem

2010-10-17 Thread Chris Holmes
Looks like out of memory. Did you try increasing the memory to your servlet container to see if it works? See http://docs.geoserver.org/2.0.x/en/user/production/container.html#optimize-your-jvmfor the java flag to increase it. You can pass that in to the start up of any container. 2010/10/17

Re: [Geoserver-users] Palettes from Vector data

2010-09-16 Thread Chris Holmes
On 9/16/10 5:19 AM, Till Kirchner wrote: Hello everybody, I installed GeoServer (DE) 2.0.1 which came with the precompiled binaries from the GeoNetwork OpenSource package. I wanted to try out the use of palettes for vector data, but frankly speaking I don't understand the tutorial from

Re: [Geoserver-users] Geoserver print module source

2010-09-16 Thread Chris Holmes
I believe it's at http://www.mapfish.org/svn/mapfish/print/trunk/ Part of the mapfish project, would be great to contribute your fix back there. best regards, Chris On 9/16/10 7:44 AM, Balázs Bámer wrote: Hi All, Where can I get the source for print module in Geoserver 2.0.2? I need to

Re: [Geoserver-users] Geo-ext Styler

2010-08-21 Thread Chris Holmes
It's evolved to be part of the OpenGeo Suite. You can see a demo at http://suite.opengeo.org/geoserver/www/styler/index.html You can get the source at http://svn.opengeo.org/suite/trunk/styler/ The community version of the suite can be downloaded at http://opengeo.org/community/suite/download/

Re: [Geoserver-users] how to make map pretty

2010-08-21 Thread Chris Holmes
It's on the GeoServer side, not OpenLayers. It's hard to give advice on how to exactly make it pretty, as it depends on many factors. But there's a good page on all the options you have for labeling, at http://docs.geoserver.org/2.0.x/en/user/styling/sld-reference/labeling.html On Sat, Aug 21,

Re: [Geoserver-users] Labeling a static text ie. not ogc:PropertyNamexyz/ogc:PropertyName

2010-08-21 Thread Chris Holmes
I'm not sure if you're looking something more complex, but if just want to hard code in your SLD the Swamp Forest I'm pretty sure you can say Label ogc:*Literal*Swamp Forest/ogc:*Literal* /Label On Thu, Aug 12, 2010 at 11:51 AM, anders.soder...@gisassistans.se anders.soder...@gisassistans.se