Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 242 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 242 Bytes

Notes

We need the following indexes in mongo:

db.pasmo_locations.ensureIndex({name: "text"})
db.pasmo_locations.ensureIndex({deleted: 1})
db.pasmo_locations.ensureIndex({id: 1})
db.pasmo_locations.ensureIndex({loc: "2dsphere"})