ctwardy / mapscore

Probability Map Scoring Portal (SARBayes, George Mason, BYU)
https://sites.google.com/site/aisearchrescue/
4 stars 5 forks source link

Show FindLoc on map for all cases #118

Closed ctwardy closed 10 years ago

ctwardy commented 10 years ago

Right now when you get your score, it shows FindLoc for some cases, but for others it just shows the IPP. I think this is an old hard-coded limit to keep some cases secret. There is no use case for that right now. We should just show the FindLoc for feedback.

ctwardy commented 10 years ago

Searching the code for the text "The actual find location" highlights the two files below (Submissionreview.html and nonactive_test.html" and suggests a further search on "showfind".

ctwardy commented 10 years ago

Jonathan says the code already sets all cases to 'showfind=True', so it must be that we need to update the field for existing cases. Nick, that sounds like an SQL task. Can you check that some cases have 'showfind=False' and set them all to 'True'?

ctwardy commented 10 years ago

The remaining issue is when the IPP == the FindLoc. Jonathan is modifying the code so if the distance between them is < 50m, just don't draw the IPP. (i.e. don't add it to the Google Maps URL)

ctwardy commented 10 years ago

This should now be live.