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

"Impact Zone" map visualization #63

Open
ephcoding opened this issue Aug 22, 2022 · 0 comments
Open

"Impact Zone" map visualization #63

ephcoding opened this issue Aug 22, 2022 · 0 comments
Labels

Comments

@ephcoding
Copy link
Member

ephcoding commented Aug 22, 2022

highlight impacted areas on the map using linear/radial SVG gradients

Image

<defs> <linearGradient id='SvgMapGradient' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45)' <stop offset='0%' stopColor='#111' /> <stop offset='50%' stopColor='#333' /> <stop offset='60%' stopColor='#f00' /> <stop offset='70%' stopColor='#333' /> <stop offset='100%' stopColor='#111' /> </linearGradient> </defs>

@ephcoding ephcoding added this to the MVP: 22AUG27 milestone Aug 22, 2022
@ephcoding ephcoding changed the title IDEA: dynamic tornado alert-based SVG map gradient IDEA: "Impact Zone" map visualization Aug 22, 2022
@ephcoding ephcoding removed this from the MVP: 22AUG27 milestone Aug 22, 2022
@ephcoding ephcoding changed the title IDEA: "Impact Zone" map visualization "Impact Zone" map visualization Aug 22, 2022
@ephcoding ephcoding added this to the MVP: 22AUG27 milestone Aug 22, 2022
@ephcoding ephcoding removed this from the MVP: 22AUG27 milestone Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant