[openstreetmap/openstreetmap-website] setting to show only open notes or set the maximum number of days, saved as a user setting (Issue #3584)

Anton Khorev notifications at github.com
Thu Jun 30 13:07:38 UTC 2022


A subset of #486?

If you want to just hide closed notes visually and can force the browser to accept your css, you can do this:

```css
.leaflet-marker-pane img[src^="/assets/closed_note_marker"] {
  display: none;
}
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3584#issuecomment-1171197378
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/3584/1171197378 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20220630/37fa10b1/attachment.htm>


More information about the rails-dev mailing list