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

Non-cartographic rendering ideas #17

Open
dabreegster opened this issue Mar 20, 2024 · 1 comment
Open

Non-cartographic rendering ideas #17

dabreegster opened this issue Mar 20, 2024 · 1 comment

Comments

@dabreegster
Copy link
Collaborator

Try just plugging in a weighted graph into force-directed graph tools. Nodes might be the current endpoints of the lines in score mode, or... more ideally, we'd have a node per neighbourhood (area bounded by severances, assuming it's not too huge). Then we find all the walking paths between adjacent neighbourhoods and decide one edge weight for each pair (maybe max or min, not sure).

A second step would be trying metro map algorithms, which can preserve node positions somewhat.

References: https://github.com/Tulip-Dev/tulip, https://scholar.google.com/citations?user=Wum9ploAAAAJ

Idea from AIUK!

@dabreegster
Copy link
Collaborator Author

Also, try just drawing the crossings over severances much more prominently

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

1 participant