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

Import leftover features from wigglemaps into GeoJS #477

Closed
3 tasks done
aashish24 opened this issue Dec 21, 2015 · 2 comments
Closed
3 tasks done

Import leftover features from wigglemaps into GeoJS #477

aashish24 opened this issue Dec 21, 2015 · 2 comments
Assignees

Comments

@aashish24
Copy link
Member

aashish24 commented Dec 21, 2015

  • Import brushing functionality (specifically over point datasets)
  • Import polygon highlight feature
  • Import ascii grid reader feature

Ref: #10

@aashish24 aashish24 added this to the Version 1.0 - Code name "Jaguar" milestone Dec 21, 2015
@jbeezley
Copy link
Contributor

Brushing was added in #213. Currently, it is handled for both points and lines. Other features just need to implement the boxSearch method to enable it.

@aashish24
Copy link
Member Author

Brushing was added in #213. Currently, it is handled for both points and lines. Other features just need to implement the boxSearch method to enable it.

@jbeezley thanks for bringing this up. You are right we do have this feature but what I would like is to provide a default handler that will highlight the points and lines that are brushed. So my updated wish list would be

  • Provide default handlers for brushing and selection
  • Implement box search for geometry feature
  • Import readers (yet to be determined)

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

3 participants