[Geoserver-devel] Shapefile Publishing

2015-11-09 Thread Marks, David
Hello Geoserver-devel, I am currently producing shapefiles to publish into Geoserver containing several different feature types (that is, each shapefile contains measurement data such as temperature and elevation). Is there a way to expose multiple layers from one shapefile, so that each featur

Re: [Geoserver-devel] Missing WCS 1.0.0 Custom Dimension

2015-06-12 Thread Marks, David
(where they're just wholly missing from all layer descriptions). Thanks, David Marks From: Rahkonen Jukka (MML) Sent: Friday, June 12, 2015 2:39 AM To: Marks, David Cc: Geoserver-devel Subject: Re: [Geoserver-devel] Missing WCS 1.0.0 Custom Dimension Hi,

[Geoserver-devel] Missing WCS 1.0.0 Custom Dimension

2015-06-11 Thread Marks, David
In my current GeoServer project, we have a custom dimension that shows up and can be queried against in WMS 1.1.1 and 1.3.0, as well as WCS 2.0.1. But for some reason, none of the layers even display the dimension when viewed via getCapabilities or describeCoverage using WCS 1.0.0. Anyone able

Re: [Geoserver-devel] WCS Custom Dimension AxisLabels

2015-06-10 Thread Marks, David
mage/tiff&subset=http://www.opengis.net/def/axis/OGC/0/Long(-116,-115.8)&subset=http://www.opengis.net/def/axis/OGC/0/Lat(32.5,32.9)&subset=WAVELENGTH(543) Does it helps? Please, let us know. Cheers, Daniele On Mon, Jun 8, 2015 at 7:03 PM, Marks, David mailto:david.ma...@nrlssc.navy.

[Geoserver-devel] WCS Custom Dimension AxisLabels

2015-06-08 Thread Marks, David
Hello Geoserver-devel, Hopefully easy question today, I'm publishing a number of layers with a custom dimension. Problem is, I can't figure out how to get the custom dimension to be set as a valid axisLabel so I can query using it with WCS 2.0.1. I assume it's something I need to do when publis

Re: [Geoserver-devel] Multiple CRS for a single Coverage

2015-06-05 Thread Marks, David
From: Jody Garnett Sent: Wednesday, June 3, 2015 4:46 PM To: Marks, David; Geoserver-devel Subject: Re: [Geoserver-devel] Multiple CRS for a single Coverage When publishing a wms layer it can be viewed nand queried from any CRS geoserver supports. Vector data is transformed on the fly

[Geoserver-devel] Multiple CRS for a single Coverage

2015-06-03 Thread Marks, David
Hello Geoserver-Devel! As part of an ongoing Geoserver related project I'm currently faced with adding a custom CRS to Geoserver for some of the data layers I will be serving. These layers will need to be queryable from either the custom CRS or EPSG:4326. Is there a way to assign two separate C

[Geoserver-devel] OGC Service Version Control

2015-04-20 Thread Marks, David
Hello list, I feel like this is something simple I must be missing, but I'm having trouble phrasing my question in a way that gets me any usable results from google. Essentially, I'd like to turn off certain versions of a service, but not disable the service entirely. No WCS 1.1.1, for example,

[Geoserver-devel] WCS Issue - AxisType is ArrayList

2015-04-09 Thread Marks, David
In GeoServer 2.6, the Wcs10GetCoverageRequestReader.checkTypeAxisRange method seems to expect the suppled Object axis parameter to be either a String, Double, or Integer. The problem is that the actual type of axis is an ArrayList of Double (set in the parse method of KvpUtils) so the range sub

[Geoserver-devel] Format=application/openlayers Handling

2015-02-03 Thread Marks, David
Hello all, Can anyone point me to where the wms portion of GeoServer handles incoming getMap requests where the format is set to use openLayers? As part of an ongoing project I've used the DispatcherCallback workflow to hide the internal names of GeoServer layers, translating them in outgoing

[Geoserver-devel] WMS Aliasing

2015-01-22 Thread Marks, David
Hello all, I'm trying to create a URL alias for the Geoserver WMS but am having trouble determining precisely how to do so; my googling has given me some similar results but nothing matching my current goals. To explain; I would like to be able to reach the WMS via both /wms/ and /customTag (o

Re: [Geoserver-devel] Writing Custom getCapabilities

2014-12-30 Thread Marks, David
ouble gaining access to the WMS object. Thanks, David Marks From: andrea.a...@gmail.com on behalf of Andrea Aime Sent: Sunday, December 28, 2014 3:53 AM To: Marks, David Cc: Geoserver-devel Subject: Re: [Geoserver-devel] Writing Custom getCapabilities On Wed

[Geoserver-devel] Writing Custom getCapabilities

2014-12-24 Thread Marks, David
As part of an ongoing project I am attempting to provide a customized getCapabilities response via the DispatcherCallback framework. As such, I am creating a new Response object which overrides the write method in order to write my own custom content. The problem I am running into, however, is that

Re: [Geoserver-devel] WMS Request Intercept Extension

2014-12-08 Thread Marks, David
4 at 9:21 AM To: David Marks mailto:david.ma...@nrlssc.navy.mil>> Cc: Geoserver-devel mailto:geoserver-devel@lists.sourceforge.net>> Subject: Re: [Geoserver-devel] WMS Request Intercept Extension On Mon, Dec 8, 2014 at 2:12 PM, Marks, David mailto:david.ma...@nrlssc.navy.mil>

[Geoserver-devel] WMS Request Intercept Extension

2014-12-08 Thread Marks, David
Good morning GeoServer-devel, For a project I am currently working on I need to intercept incoming WMS getCapabilities/getMap requests and their outbound responses in order to perform some arbitrary pre- and post-processing. Is inserting my control flow into the WMS request/response capable via