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

Use waypoints for smoother ways #17

Open
fbanning opened this issue Jan 19, 2022 · 0 comments · May be fixed by #42
Open

Use waypoints for smoother ways #17

fbanning opened this issue Jan 19, 2022 · 0 comments · May be fixed by #42
Labels
enhancement New feature or request

Comments

@fbanning
Copy link
Member

Currently all roads are comprised of multiple "unconnected" linesegments which just happen to end at the same position at which another linesegment starts. This leads to precise display of street corners and such. But this precision doesn't look so nice when there are sharp bends in a road and leads to whitespace which reveals that the linesegments aren't connected to each other.

GraphMakie provides the ability to pass waypoints to plot an edge, see https://juliaplots.org/GraphMakie.jl/stable/generated/plots/#Edge-waypoints . Using this functionality with a small r value could lead to nicer looking roads/edges with the underlying data on how their nodes are interconnected.

@fbanning fbanning added the enhancement New feature or request label Jan 19, 2022
@fbanning fbanning linked a pull request Apr 19, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant