Hi,

org.gbif.api.model.registry.eml.geospatial.BoundingBox#setGlobalCoverage()
does not accept boolean but four doubles.  Jackson's ObjectMapper is unhappy
with that.  I suggest to add  setGlobalCoverage(boolean) method or to add
@JsonIgnoreProperties to ignore.

Regards,
James

Reply via email to