wasabee-project / Wasabee-IITC

ENL DrawTools and Op Management
Apache License 2.0
30 stars 21 forks source link

trawl lanes #90

Closed cloudkucooland closed 4 years ago

cloudkucooland commented 4 years ago

trawl lanes looking for blockers (load tiles under drawn items)

cloudkucooland commented 4 years ago

While I'm making some progress on this, it doesn't belong with the UI cleanup. Punt to the next feature release

cloudkucooland commented 4 years ago

done: ui determine gps points along all links convert points to tile names putting in queue for IITC to load

not done: convincing IITC to load the requested tiles

cloudkucooland commented 4 years ago

after much testing, I went with "plan B" and pan the map view around the screen. I kept getting bit by the renderer. This is slow, but works and should satisfy the "don't request data directly" camp (as if there is any other way to request data... but whatever). All Wasabee does is move the map focus and track the blockers found.

cloudkucooland commented 4 years ago

TBD: Add checkbox to clear all relevant markers (destroy, virus, let decay) before trawl Fully reset current blocker list before trawl.

Better UI for non-auto-scroll, bulk request mode.