[Geoserver-devel] [JIRA] (GEOS-7142) WCS 2.0.1 can build BoundedBy with wrong axis order

Jukka Rahkonen created an issue

GeoServer / BugGEOS-7142

WCS 2.0.1 can build BoundedBy with wrong axis order

Issue Type:

BugBug

Affects Versions:

2.7.2

Assignee:

Unassigned

Components:

WCS

Created:

05/Aug/15 1:47 PM

Priority:

MediumMedium

Reporter:

Jukka Rahkonen

With some projected coordinate systems Geoserver creates BoundedBy elements of the DescribeFeatureType by using a wrong axis order. For example the nurc__Pk50095 demo coverage:

http://localhost:8080/geoserver/ows?service=WCS&version=2.0.1&request=describecoverage&coverageid=nurc__Pk50095

<gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/32633" axisLabels="E N" uomLabels="m m" srsDimension="2"><gml:lowerCorner>5176214.082539256 347649.93086859107</gml:lowerCorner><gml:upperCorner>5196961.352859256 370725.976428591</gml:upperCorner></gml:Envelope>

I made a test also with EPSG:3067 which is a UTM projection with E-N axis order:

<gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/3067" axisLabels="E N" uomLabels="m m" srsDimension="2"><gml:lowerCorner>6696000.0 458000.0</gml:lowerCorner><gml:upperCorner>6702000.0 464000.0</gml:upperCorner></gml:Envelope>

In both cases first coordinates are northings even they should be eastings.

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.5-OD-08-001#65007-sha1:1fc9846)

Atlassian logo