acep-uaf / aetr-web-book-2024

Alaska Electricity Trends Report as a web book
https://acep-uaf.github.io/aetr-web-book-2024/
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Legend/Tooltip for energy region leaflet #50

Closed jikaczmarski closed 2 months ago

jikaczmarski commented 2 months ago

It would be ideal to have legend or some sort of tooltip for the leaflet that displays AEA/ACEP energy regions. Right now the regions light up with different colors but there is no way to see what they are called.

ianalexmac commented 2 months ago

Regional tooltips added to map. Funky box pops up when clicked, not sure how to prevent.

Also, we would love to have community points on the map. Stay tuned.

ianalexmac commented 2 months ago

Regional tooltips added to map. Funky box pops up when clicked, not sure how to prevent.

Solved! The funky box was a CSS issue, added to styles.css: path.leaflet-interactive{outline: none;}