[Geoserver-devel] [jira] (GEOS-6434) Reduce the list of supported CRS to a coverall one line statement

james passmore created an issue

GeoServer / ImprovementGEOS-6434

Reduce the list of supported CRS to a coverall one line statement

Issue Type:

ImprovementImprovement

Affects Versions:

2.5

Assignee:

Andrea Aime

Components:

WCS

Created:

03/Apr/14 8:22 AM

Fix Versions:

2.5.1

Labels:

WCS GetCapabilities CRS

Priority:

MajorMajor

Reporter:

james passmore

Instead of listing some 4000+ odd <wcscrs:crsSupported /> elements it is equally valid to use a shortened syntax like below that covers all EPSG codes:

<wcs:Extension>
<crs:CrsMetadata>
<crs:supportedCrs>
http://www.opengis.net/def/crs/EPSG/0/
</crs:supportedCrs>
</crs:CrsMetadata>
</wcs:Extension>

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)

Atlassian logo