Safe2COVIDApp / bct-server

Bluetooth Contact Tracing for Covid19 - server
5 stars 1 forks source link

boundingbox is now an array #27

Closed mitra42 closed 4 years ago

mitra42 commented 4 years ago

With last change from Jamison the scan is now { ids, location: [ { minLat, maxLat, minLong, maxLong } ]

So need to iterate over the bounding boxes in server.py in scan_status

mitra42 commented 4 years ago

Note - this fails the test in test_sequences