[Geoserver-devel] [jira] (GEOS-6300) CSV outputFormat discards Z coordinate from 3D geometries

Ben Caradoc-Davies created BugGEOS-6300
CSV outputFormat discards Z coordinate from 3D geometries

Issue Type:

BugBug

Affects Versions:

2.5-beta

Assignee:

Andrea Aime

Components:

WFS

Created:

20/Jan/14 3:42 AM

Description:

GML response is encoded with the geometry:

<gml:Point srsDimension="3" srsName="http://www.opengis.net/gml/srs/epsg.xml#700002"><gml:pos>547947.6 7476004.1 408.2</gml:pos></gml:Point>

CSV outputFormat is encoded as:

POINT (547947.6 7476004.1)

Note that this is a custom CRS. The crazy srsName is caused by GEOT-4563.

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Ben Caradoc-Davies

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)