TilBlechschmidt / ELSA

Tool to visualise emergency landing spot reachability for general aviation aircraft
https://elsa.blechschmidt.dev/
MIT License
0 stars 0 forks source link

Hint that you can click on locations #13

Closed TilBlechschmidt closed 2 years ago

TilBlechschmidt commented 2 years ago

Maybe by giving the closest locations range under the cursor an outline stroke.

TilBlechschmidt commented 2 years ago

Should be easily possible by adding a secondary (normally hidden) layer containing ranges for each location and then using the code from this Mapbox GL example. However, we probably need two layers — one as the pointer-target (basically boxes around each location), and one as the visual hover effect. The former layer could neatly serve as a replacement for the currently rather hacky location click-logic.

TilBlechschmidt commented 2 years ago

Closed by https://github.com/TilBlechschmidt/ELSA/commit/f670c734d7c5fd26ca960f4d273677b21cd19dfa