Martin Desruisseaux created SIS-621:
---------------------------------------
Summary: ST_Transform does nothing when the CRS is declared on the
attribute type
Key: SIS-621
URL: https://issues.apache.org/jira/browse/SIS-621
Project: Spatial Information Systems
Issue Type: Bug
Components: Features
Affects Versions: 1.5
Reporter: Martin Desruisseaux
Assignee: Martin Desruisseaux
Fix For: 1.6
The {{"ST_Transform"}} function transforms a geometry from a CRS to another
CRS. It works as expected when the geometry CRS is declared on the geometry
itself, or as a characteristic of the {{Attribute}}. But if the CRS is declared
as a characteristic of the {{AttributeType}} (which is convenient when all
geometries in a column use the same CRS), and if
{{Feature.getProperty(String)}} has never been invoked for that property, then
{{ST_Transform}} does not see the geometry CRS and, because of lack of
information, does nothing.
This is a regression compared to pre-release version of SIS 1.5.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)