OpenBeta / open-tacos

Rock climbing route catalog (openbeta.io)
https://openbeta.io
GNU Affero General Public License v3.0
110 stars 111 forks source link

Add visual indicator (ex. borders) to highlight selected map layer #1132

Closed vnugent closed 1 month ago

vnugent commented 1 month ago

What would you like to be able to do? Please describe. When picking map layers I can't tell what layer is currently active.

How important is this to you (Please pick one)

Screenshot 2024-05-16 at 10 21 01 AM

Tips:

<img
  className={`w-12 h-12 md:w-16 md:h-16 rounded col-span-1 shadow  border-base-300', ${mapKey === mapName ? 'border-2': '' }`}
  src={imgUrl}
  alt='Currently selected maptiler layer'
/>