-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve route snapper functionality #25
Comments
Heads-up @dabreegster I've marked this and a couple of other issues as bugs as a shorthand way of saying I think we need to fix these before putting this out there and saying it's ready to use:
bug
|
https://github.com/stevage/mapbox-gl-draw/blob/snapping/src/snapping.js / mapbox/mapbox-gl-draw#947 for other examples of this kind of plugin |
The doubling back problem is now solved. After finishing snapping, it's just a regular mapbox-gl-draw linestring, which can be edited by clicking on the control points appropriately. It's not a great experience, but unless we go reinvent that drawing plugin, it'll have to be good enough for now. Instructions / tutorial can supplement |
Amazing, this is sooo impressive. Just showed it to @mem48 and he was impressed. |
Currently there are issues of 'doubling up' after sketching and it's not immediately clear how to edit routes after snapping, e.g. to represent a yet-to-be-created segment on the network.
The text was updated successfully, but these errors were encountered: