hamishgibbs / rt_vis

Interactive RT visualisation
3 stars 0 forks source link

Refactor map legend code #52

Open hamishgibbs opened 3 years ago

hamishgibbs commented 3 years ago

The legend code is currently very tough to maintain.

Rather confusing conditional statements are responsible for cycling through panels and everything is housed in the map svg.

It would be preferable to have the legend as a standard - styled, absolute positioned, (draggable?) div on top of the map.

hamishgibbs commented 3 years ago

Mentioned in #51