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

Include CSS classes for SVG map elements #16

Closed
lindsayplatt opened this issue Apr 16, 2021 · 3 comments
Closed

Include CSS classes for SVG map elements #16

lindsayplatt opened this issue Apr 16, 2021 · 3 comments
Assignees

Comments

@lindsayplatt
Copy link
Contributor

Need to do this before #15

@lindsayplatt lindsayplatt self-assigned this Apr 16, 2021
@cnell-usgs
Copy link
Member

cnell-usgs commented Jul 7, 2021

Currently implemented:

  • country/state outlines to drive appearance
  • on path for each site_no with site_no used in naming to bind with imported data

Needed:

  • to do a regional zoom we could use outlines of the focal regions with a related class or id, or state outlines with a class for region
  • a class for whether a well is confined or unconfined? this could allow us to add a simple on/off for these two categories

@cnell-usgs
Copy link
Member

cnell-usgs commented Jul 7, 2021

Along with this, we can remove styling from the svg itself. svg > js > css, so if it's defined on the element it will override anything else.

@lindsayplatt
Copy link
Contributor Author

CSS classes for the additional interactivity elements have been noted in #19. This issue is complete otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants