deevroman / better-osm-org

A userscript that adds several useful features to osm.org. β
18 stars 1 forks source link

Notes lose location highlight #11

Closed ivanbranco closed 3 weeks ago

ivanbranco commented 2 months ago

Hi, I noticed that while using the script (left image, right image is behaviour without script on), notes lose the "orange-circle-location-thing". This can be confusing when there are more notes clustered in the same area. Is this intended or a bug? photo_2024-05-07_11-09-36

deevroman commented 2 months ago

This is by design, but you can turn it off in the settings.

Снимок экрана 2024-05-07 в 12 24 03

The idea is that when you turn on a data layer, the highlight makes it difficult to highlight the point it belongs to. But I clearly need to teach the script to make the current note marker more visible.

ivanbranco commented 2 months ago

Oh ok, if is by design it can be closed I guess. By the way thanks for the script, now that I have this history viewer I wonder why is not a core feature of the website!

deevroman commented 2 months ago

Note markers on osm.org will soon https://github.com/openstreetmap/openstreetmap-website/commit/b2fcf003f8e5c928cabf36ae9a01ef393de8874f become svg images, making them easy to change to make the current note marker more visible. So I'll keep this open for the future.

deevroman commented 3 weeks ago

In 0.4, the highlight is removed only if the Map Data layer is enabled. This also changes the color of the note slightly.