Skip to content

Error scanning line featuretypes in 4676 data.  #556

@bmendell

Description

@bmendell

While scanning 4676 line featuretype data in Accumulo, the iterator throws an exception due to a bad CQL filter string.

This is where the error occurs:

https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/java/org/geoserver/wms/featureinfo/FeatureInfoStylePreprocessor.java#L218

It is because the geometry is of binding class Geometry.class (rather than LineString.class) so being specific and using LineString.class on our ingest should be a reasonable workaround.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions