Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Edin MuharemagicEdin MuharemagicReporter
Edin MuharemagicEdin MuharemagicPriority
MajorFix versions
Details
Details
Components
Assignee
Edin Muharemagic
Edin MuharemagicReporter
Edin Muharemagic
Edin MuharemagicPriority
Fix versions
Created June 17, 2015 at 7:46 PM
Updated July 20, 2015 at 2:48 PM
Resolved July 20, 2015 at 2:46 PM
Add geohash support to the saltlib plugin based on the https://github.com/gnagel/node-geohash-cpp.
Support the following service interfaces:
STRING LatLongEncode(REAL latitude, REAL longitude, UNSIGNED precision)
DATASET({REAL latitude,REAL longitude,REAL latitude_err,REAL longitude_err}) Fn_LatLongDecode(STRING hash_string)
STRING LatLongNeighbor(STRING hash_string, INTEGER direction0, INTEGER direction1)
(https://en.wikipedia.org/wiki/Geohash)