iD icon indicating copy to clipboard operation
iD copied to clipboard

Make default map background transparent

Open julcnx opened this issue 3 years ago • 1 comments

Description

Currently, the map background is set to black which makes it difficult to view OSM data when:

  • "none" background layer is selected
  • a transparent custom layer with mostly dark features is imported

I believe in terms of readability and UX, it would be better to have a transparent background as default:

.ideditor .main-map {
  /* background: #000; */
  background: transparent;  
}

Screenshots

Examples: image image

julcnx avatar Sep 08 '22 04:09 julcnx

Would I be able to take this issue? Are you aware of which area in the code this issue lies?

anniemichel avatar Sep 23 '22 14:09 anniemichel