AtlasOfLivingAustralia / biocache-hubs

Biocache Hub UI grails plugin
Other
3 stars 30 forks source link

Spatial searches fail for some Locales (regression) #598

Closed vjrj closed 2 months ago

vjrj commented 3 months ago

This is a regression of #95 .

The solution is in: https://stackoverflow.com/a/65393044

Quoting:

To fix this, I had to add the @Order(-1) annotation (from this issue https://github.com/grails/grails-core/issues/11404) to my DoubleValueConverter class for it to have higher precedence than the default (0?). Also, this change was introduced in Grails 4.0.2, so I had to upgrade from 4.0.1. Hope this helped someone :)