- update
ids.js
with result fromselect ids from (select count(*) as cnt, userId, group_concat(id) as ids from picture group by lat, lon, userId having cnt > 1) c;
- run:
yarn start
- open app with
google-chrome --user-data-dir=tmp1 --disable-security http://localhost:3000
- modify
App.js
for authorization, range, etc
Click on image to delete (if static), click on OK to skip (if animates).