this post was submitted on 14 Nov 2024
52 points (94.8% liked)

OpenStreetMap community

4181 readers
179 users here now

Everything #OpenStreetMap related is welcome: software releases, showing of your work, questions about how to tag something, as long as it has to do with OpenStreetMap or OpenStreetMap-related software.

OpenStreetMap is a map of the world, created by people like you and free to use under an open license.

Join OpenStreetMap and start mapping: https://www.openstreetmap.org/.

There are many communication channels about OSM, many organized around a certain country or region. Discover them on https://openstreetmap.community/

https://mapcomplete.org/ is an easy-to-use website to view, edit and add points (such as shops, restaurants and others)

https://learnosm.org/en/ has a lot of information for beginners too.

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] neurospice@lemmy.dbzer0.com 3 points 1 day ago* (last edited 22 hours ago)

While I like the dark mode theming for the UI, the map is super washed out now and a lot harder to read. Hopefully there will be a toggle for this so I can go back to the old theme ๐Ÿคž

~~Edit: This css makes it look slightly better, probably enough for it to be usable for me.~~

.leaflet-tile {
  filter: contrast(100%)!important;
}

.

Edit2: This css seems to bring the map tiles back to normal

source

.leaflet-tile-container, .mapkey-table-entry td:first-child > * {
  filter: none !important;
}