Update Map's Estimated Time Style
See original GitHub issueChallenge Name
Any challenge showing the map
Issue Description
The estimated time is not accessible with the current color #bbbbbb
; since it is also rather large and taking up some real estate, I’d propose making it darker #555555
to pass WCAG 2.0 AA. This will also allow it to be smaller and normal font style as it’s not so light and hard to read at a small font size.
Proposed Style Code
.map-block-time {
color: #555;
font-weight: normal;
font-size: 1.4rem;
}
Screenshot
Proposed update:
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
How Google Maps Updates Street View, Traffic, and More
Google Maps makes small updates every day, but Street View and other real-life maps might only update every few years.
Read more >Style time (Map Viewer)—ArcGIS Online Help | Documentation
Click the Continuous Timeline (size) style and click Style options. Optionally, do any of the following: Click the symbol under Symbol style and...
Read more >Versioning | Maps JavaScript API - Google Developers
The Maps JavaScript API team regularly updates the API with new features, bug fixes, ... improvements to arrive at an expected time (see...
Read more >Style Your Membership Map using Google Maps JSON Styling
You can generate your own map styling using the Google. ... Membership Map using Google Maps JSON Styling. Estimated reading time: 1 minutes....
Read more >Google Maps update - All the huge new features you may ...
GOOGLE Maps has received a multitude of updates this month that ... to Maps that makes sharing a real-time location and estimated time...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@vkWeb Awesome! I’m excited to help QA it 😃
@QuincyLarson I’m very excited. It’ll be my first contribution to open source code base. I’ll raise a PR within 2 days.