Skip to content
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

add shadow to circlemarker #191

Open
emillipede opened this issue Sep 11, 2019 · 0 comments
Open

add shadow to circlemarker #191

emillipede opened this issue Sep 11, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed mobile

Comments

@emillipede
Copy link
Collaborator

emillipede commented Sep 11, 2019

current circlemarker zeplin circlemarker
Screen Shot 2019-11-01 at 4 17 14 PM Screen Shot 2019-09-23 at 10 34 54 PM

as a:
user

when I:
select a tree

I want to:
easily see which tree marker I selected

  • add shadow
    - update format
    - - adjust marker size
    - for mobile users: expand touch radius (and maybe add marker clustering)

notes:

  • the marker size for the "heritage" map view is currently independent of the other marker sizes
  • the colors (and corresponding darker borders) in most views are automatically generated

sample CSS from zeplin:
Oval {
width: 14px;
height: 14px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
border: solid 2px rgba(0, 0, 0, 0.5);
background-color: #f7bbfe;
}

@emillipede emillipede added the help wanted Extra attention is needed label Sep 24, 2019
@emillipede emillipede added the good first issue Good for newcomers label Sep 26, 2019
@emillipede emillipede changed the title update circlemarker size/function to match zeplin update circlemarker (size/shadow/function) to match zeplin Nov 1, 2019
@emillipede emillipede added enhancement New feature or request and removed improvement labels Apr 26, 2020
@emillipede emillipede changed the title update circlemarker (size/shadow/function) to match zeplin add shadow to circlemarker May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed mobile
Projects
None yet
Development

No branches or pull requests

1 participant