You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
How to convert geohash to latitude and longitude using mongodb function
Stephen Steneker
unread,
Jul 27, 2015, 2:12:23 AM7/27/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user, ranj...@gmail.com, ranj...@gmail.com
On Friday, 24 July 2015 04:34:04 UTC+10, Ranjit N wrote:
How to convert geohash to latitude and longitude using mongodb function
Hi Ranjit,
Can you provide more information on the values you're looking to convert? The user interface for MongoDB geospatial indexes is based on GeoJSON documents or longitude/latitude pairs.
If you want to convert from other coordinate systems (eg. geohash) you'll have to find or create an implementation for the driver/interface you are using.