google maps - Reverse latitude and longitude in mongodb 2Dsphere indexes -
actually, mongodb stores coordinates ordered [<longitude>, <latitude>].
as use directly db models in angular app, , services google maps or openstreetmap uses maritime format (reversed order), more easy play coordinates without having reverse them in calls.
is there way on version 3.0.4 ?
thanks advance if have solution !
Comments
Post a Comment