Re: [Geoserver-devel] tilecache client code in Java around?

2009-10-17 Thread Arne Kepp
GWC 1.2.0 will support WMTS (the version that OGC is voting on now, currently only the KVP scheme), so you can grab a nightly if you need it now. It'll probably make its way into GS 2.0.1. Note that WMTS is a pain to configure manually unless you use one of the "well known scale sets", and the

Re: [Geoserver-devel] tilecache client code in Java around?

2009-10-17 Thread Stefan Keller
Many thanks, Justin! And I assume the GeoWebCache option available in GeoServer is some sort of implementation of OGC's WMTS tile cache document (draft)? Yours, Stefan 2009/10/18 Justin Deoliveira : > Hi Stefan, > > There was some stuff in GeoTools for doing tiled WMS, but I think it may > have

Re: [Geoserver-devel] tilecache client code in Java around?

2009-10-17 Thread Justin Deoliveira
Hi Stefan, There was some stuff in GeoTools for doing tiled WMS, but I think it may have been removed. I am told it lives in udig now so it may be worth checking out. Although i am not sure if it will be lightweight enough to run on Android (fully admitting i am ignorant to what limitations are pl

Re: [Geoserver-devel] Loading DTED in 2.0RC2

2009-10-17 Thread Justin Deoliveira
Hi Thomas, I am not sure if the DTED format is supported, but if so it would fall under the realm of CoverageStore which is the abstract name given to all raster and grid formats, rather than DataStore which is the abstract name given to all vector formats. The raster folks should be able to give

Re: [Geoserver-devel] Problem in rendering of features .......

2009-10-17 Thread Justin Deoliveira
Hi Harpal, The way to ensure a certain rendering order is by using separate FeatureTypeStyle elements in your SLD. Put all the road outlines in a separate FTS that occurs first in the document. Hope that helps. -Justin On Thu, 15 Oct 2009 17:38:03 +0530, harpal singh wrote: > Hello .. >

Re: [Geoserver-devel] Broken community DDS module - maintainance

2009-10-17 Thread jdeolive
Hi whatnick, All makes sense, and I can't see any objections to anyone taking it over and getting it to supported status. If only this could happen more often :) -Justin On Wed, 14 Oct 2009 22:41:37 -0700 (PDT), whatnick wrote: > Hi People, > > I have been working on the DDS and BIL format sup

Re: [Geoserver-devel] GeoServer trunk can't persist coverages with non Double sample value range

2009-10-17 Thread jdeolive
Hi Gabriel, Patch looks good, bad assumption on my part. -Justin On Thu, 15 Oct 2009 15:57:18 -0300, Gabriel Roldan wrote: > Hey, > > trying to persist a coverage info got stuck with a can't persist > coverage.xml message. > Digging into it found that XStreamPersister assumes a NumberRange be

[Geoserver-devel] tilecache client code in Java around?

2009-10-17 Thread Stefan Keller
Dear all, I'm in the specification phase for a simple mobile GeoServer client based on Android (Java). I think there exist some WMS viewers but: Is there any application/project around which reads GeoServer tilecache API preferrably in JavaSE/JavaME open source? (i.e. not necessarily restricted