-
Notifications
You must be signed in to change notification settings - Fork 165
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
feat: add DrawLineStringByDraggingMode
("Pencil" mode)
#897
base: master
Are you sure you want to change the base?
Conversation
98c3ee9
to
4058fbd
Compare
4058fbd
to
ae7a731
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very neat!
- Add a bullet to https://github.com/uber/nebula.gl/blob/master/docs/whats-new.md ?
- Possible to add a test case?
Erm, I just realized that we no longer have write access to this repository, meaning I can't merge your PR. I am afraid that the plan is to move nebula.gl code over to a new |
No worries, looking forward to a deck.gl community package! I'm happy to re-open it there :) |
I implemented this for https://geojsons.com/, it's used by the pencil tool
pencil.mp4
I believe that is also what #172 requested, but we got the (also very useful)
DrawPolygonByDraggingMode
In the example app
PS: I still need to get things building in nebula.gl and then try this out in the example app.linestring.mp4