purekid / mongodm

MongoDB ORM that includes support for references,embed and multilevel inheritance.
MIT License
200 stars 47 forks source link

Geolocation data handling #78

Open leogaggl opened 9 years ago

leogaggl commented 9 years ago

Are there any plans to add Geolocation data types at some stage ? It would be great to support GeoJSON types.

How are people currently handling simple location data (Points) in MongoDM currently ? Assuming a double array for latitude & longitute.