-
Notifications
You must be signed in to change notification settings - Fork 2
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
MAP: Decide on what markers to use for cases and orgs in the map #260
Comments
@jesicarson @davidascher - If we're limited in terms of icons, then let's go for the standard "place" icon from google material. I'm not certain about colour - I think we should check with amber for approval - My assumption is that black (#333) is preferred (can we add a white outline? + drop/text shadow?) - if not, then we should stick with the interactive colour (red #ec1414). - we should also add a hover state colour - lightened by 15%. |
don't we want to distinguish cases & orgs? |
Well, Stefan had a legend to show different colours and how they correlate
with the markers on the map, I'm cool with that.. though I think it's best
we bring this back to Amber. Based on her feedback, I'd like to hear what
she thinks about introducing more colours into the palette.
With that being said, it wouldn't be a deal breaker if they were all the
same colour, since filtering for cases / organizations - should also filter
the map, right?
…On Mon, Apr 24, 2017 at 11:45 PM, David Ascher ***@***.***> wrote:
don't we want to distinguish cases & orgs?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#260 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYaZ3zQb-9xYfcM3CiOaOYgnI5D9Ntb1ks5rzZaOgaJpZM4NFh61>
.
|
It should but it doesn't yet. Good point to notice. |
Two colours might also be fine without a legend, since the word case/org will appear on click in the white box and people will very quickly figure that out. Also it indicates that something multi-layered is going on on the map at first glance. But I agree we should check with Amber. For now I'd say try red and black as Sam suggested. Although for hover, I'm not sure I like the idea of lightening the red, is there another way to indicate hover for red pins, or do we have to? Can it just be click to activate the info box, no hover state change? |
Decision is:
|
Black please |
Part of #260 - make markers black.
took out the remaining bits in #288, closing this. |
We can use any of the icons in material icons (https://material.io/icons/) or font-awesome (http://fontawesome.io/, not sure what version). I'd prefer it if we didn't have to use new icons, at least for now (because mapbox doesn't make it trivial).
Can pick whatever color, size.
(for implementation, see
MapVisualization.js
and mapbox/mapbox-gl-js#3605 (comment) for the magic incantations.Currently:
The text was updated successfully, but these errors were encountered: