[Geotools-devel] [JIRA] (GEOT-5732) Band selection optimization in GridCoverageRenderer fails for the "paint" code path
Title: Message Title Andrea Aime [Administrator] created an issue GeoTools / GEOT-5732 Band selection optimization in GridCoverageRenderer fails for the "paint" code path Issue Type: Bug Assignee: Unassigned Components: render Created: 22/May/17 12:38 PM Priority: Medium Reporter: Andrea Aime [Administrator] Works fine for direct rendering on a reader that supports band selection, but fails to perform the selection on the "paint" path used by StreamingRenderer (as a result, all bands are retained). Add Comment
[Geotools-devel] [JIRA] (GEOT-5733) ECQL.toCQL doesn't properly encode Boolean literals
Title: Message Title Emilio Lahr-Vivaz created an issue GeoTools / GEOT-5733 ECQL.toCQL doesn't properly encode Boolean literals Issue Type: Bug Affects Versions: 15.4, 16.3, 17.1 Assignee: Unassigned Components: cql Created: 22/May/17 10:07 PM Priority: Medium Reporter: Emilio Lahr-Vivaz ECQL.toCQL(ECQL.toFilter("foo = true")) result: "foo = 'true'" Add Comment