summaryrefslogtreecommitdiff
path: root/deps/geohash-int/geohash_helper.c
Commit message (Expand)AuthorAgeFilesLines
* Geo: fix computation of bounding box.antirez2016-12-051-26/+9
* Multiple GEORADIUS bugs fixed.antirez2016-07-271-15/+52
* Fix GEORADIUS wrong output with radius > Earth radius.antirez2016-06-131-0/+2
* Geo: fix typo in geohashEstimateStepsByRadius().antirez2016-06-131-1/+1
* Geo: added my copyright notice in modified files.geoantirez2015-06-291-0/+1
* Geo: GEODIST and tests.antirez2015-06-291-2/+2
* Geo: from lat,lon API to lon,lat API according to GIS standardantirez2015-06-261-36/+24
* Geo: Fix geohashEstimateStepsByRadius() step underestimation.antirez2015-06-241-8/+17
* Geo: removed useless functions, Marcatore coordinates, bool usageantirez2015-06-221-109/+27
* [In-Progress] Add Geo CommandsMatt Stancliff2015-06-221-0/+279