ckan / ckanext-spatial

Geospatial extension for CKAN
http://docs.ckan.org/projects/ckanext-spatial
125 stars 190 forks source link

Development v2.0 branch #292

Closed amercader closed 1 year ago

amercader commented 1 year ago

Main changes so far:

amercader commented 1 year ago

For the record, I tried to use the RptWithGeometrySpatialField field type for the solr-spatial-field backend but queries were failing with the following error returned by Solr:

java.lang.AbstractMethodError: Receiver class org.locationtech.spatial4j.io.jts.JtsBinaryCodec$1 does not define or inherit an implementation of the resolved method 'abstract int read(byte[])' of interface org.locationtech.jts.io.InStream.

Strangely the index size didn't seem to change from the standard RPT field even though according to the docs it should store some form of geometry information. Anyway, documentation is extremely thin so I think we'll use the standard RPT field as default for now.