You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to convert a geopoint to a String containing lat,lon values. This produces a wrong string when running in a Locale where the decimal separator is a comma (germany for example). Need to be fixed to use a defined Locale in formatting
The text was updated successfully, but these errors were encountered:
In the
org.springframework.data.elasticsearch.utils.geohash.Geohash#toLatLon()
method the code currently usesto convert a geopoint to a String containing lat,lon values. This produces a wrong string when running in a Locale where the decimal separator is a comma (germany for example). Need to be fixed to use a defined Locale in formatting
The text was updated successfully, but these errors were encountered: