coverage / grid / transform / shearY is called shearX.
-------------------------------------------------------
Key: GEOS-3871
URL: http://jira.codehaus.org/browse/GEOS-3871
Project: GeoServer
Issue Type: Bug
Components: REST
Affects Versions: 2.0.1, 1.7.7
Reporter: Fredrik Holmqvist
Assignee: Andrea Aime
See GridGeometry2DConverter doMarshal. You also find other incorrect places by searching for shearX.
{noformat}
<grid dimension="2">
<range>
<low>0 0</low>
<high>634 477</high>
</range>
<transform>
<scaleX>30.0</scaleX>
<scaleY>-30.0</scaleY>
<shearX>0.0</shearX>
<shearX>0.0</shearX>
<translateX>589995.0</translateX>
<translateY>4927995.0</translateY>
</transform>
<crs>EPSG:26713</crs>
</grid>
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira