tyrasd / overpass-turbo

A web based data mining tool for OpenStreetMap using the Overpass API.
https://overpass-turbo.eu
Other
920 stars 130 forks source link

Ways should have slight hover effect #700

Open mvl22 opened 3 months ago

mvl22 commented 3 months ago

When Ways are shown, sometimes it is not obvious that a single line is actually two or more Ways. Many times I've done an edit to a Way that I've found using Overpass Turbo, and then realised there was a short section at one end missed out.

So it would be useful if hovering over a Way should have a slight hover effect.

Given that colour styling can be added, it would be best to implement this by adding a slight amount of opacity, e.g. (in pseudo-code):

way:hover {opacity: 0.8;}