EventHopper / EHServerSide

Server-Side functionality including REST API, hosting scripts & client-server modules
0 stars 0 forks source link

Refactor location venue schema to be of type GeoJSON #108

Closed masterford closed 4 years ago

masterford commented 4 years ago

The MongoDB $GeoNear aggregation requires the location to be either a GeoJSON object or a legacy coordinate pair Read more here: https://docs.mongodb.com/manual/geospatial-queries/#geo-overview-location-data

kylermintah commented 4 years ago

Right now using Legacy coordinate mapping in #106 so we can come back to this when desired.