Elasticsearch version: 5.1.1
JVM version: 1.8.0_111
Description of the problem including expected versus actual behavior:
The .geohash method on org.elasticsearch.common.geo.GeoPoint returns geohash "000000000000" for coordinates lat 90, lon 180, Which should be "zzzzzzzzzzzz".
GeoPoint.fromGeohash("000000000000") returns lat -90, lon -180
Elasticsearch version: 5.1.1
JVM version: 1.8.0_111
Description of the problem including expected versus actual behavior:
The .geohash method on org.elasticsearch.common.geo.GeoPoint returns geohash "000000000000" for coordinates lat 90, lon 180, Which should be "zzzzzzzzzzzz".
GeoPoint.fromGeohash("000000000000") returns lat -90, lon -180