spring-data-mongodb
spring-data-mongodb copied to clipboard
Mapping should be able to read Point coordinates in array format.
The mapping layer should allow to reading back coordinates stored in raw array format [-73.99171, 40.738868] into a Point type.
Hi, @christophstrobl! Should we officially add a converter special that maps a size 2 array to Point in MongoConverters? If Im correct and you dont mind, you can assign me and I can work on it.