[API-users] Suggetion on BoundingBox#setGlobalCoverage()

Nozomi James Ytow nozomi at biol.tsukuba.ac.jp
Fri Dec 26 11:27:19 CET 2014


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


More information about the API-users mailing list