-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclassified roads and tracks need to be different colors #3095
Comments
Yes, I know it can be frustrating when some of the colors on the map look like the colors on the background imagery. I think no matter what colors we pick, there will be some large swaths of earth somewhere that look kind of like that color. The best advice I have is to open the background pane and try darkening the background imagery if bright snow or soil is washing out the osm data layer. I can tell you a secret too.. The legacy OSM colors are still in iD! 🐣 frames['id-embed'].contentDocument.getElementById('id-container').classList.add('legacy-carto') If you're on a site like https://openstreetmap.us/iD/master that doesn't have an iframe, the code is like this: document.getElementById('id-container').classList.add('legacy-carto') The colors are all just CSS, so you could probably even override them using something like the Stylish extension on Firefox or Chrome. |
^ Just a quick update to this.. I was curious to learn more about the Stylish browser extension - so I tried it today and it works great for customizing iD's css. Step 1. Install the Stylish browser extension https://userstyles.org/styles/128794/modern-id-colors After you pick a style, you can keep those colors or click the colors to change them: Step 4. Click the big green "Install" button. Now when you visit openstreetmap.org, you'll have the option to override the colors with your custom colors: |
@techlady I've created a style for both Firefox & Chrome - follow the instructions from the link in above comment and install the Stylish extension, visit http://www.openstreetmap.org and search - it's called HOT colour buildings purple (I'm really good at naming things......!) I'm in the process of writing a more detailed 'howto' in terms of installation. The creation / edit process is actually quite simple (thanks @bhousel for doing all the hard work side of this) - if anyone wants other colours or something different, let me know & I'll do my best. |
Thanks Bhousel and Nick-Tallguy, |
Unclassified roads and tracks both are drawn with very pale colors, almost white. This makes it very difficult to see them against the aerial photography when drawing in an area with pale soil or covered with snow. Some kind of color would make drawing much easier.
I'm also not wild about the new rendering colors. I prefer red for primary roads, orange for secondary and yellow for tertiary. That color scheme made sense. The current one is odd and often makes it difficult to tell the difference between roads.
The text was updated successfully, but these errors were encountered: