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

Diminish motorways except where they touch streets #10

Open
Nate-Wessel opened this issue Jan 14, 2020 · 3 comments
Open

Diminish motorways except where they touch streets #10

Nate-Wessel opened this issue Jan 14, 2020 · 3 comments
Assignees
Labels
feature New feature/development

Comments

@Nate-Wessel
Copy link
Owner

I had this crudely implemented before, but now it is not being handled.

I want to keep motorways and on-ramps on the map for context, but I don't want them to dominate visually or maintain continuity when seen from a distance. I.e. this is bad:
Screenshot_2020-01-14_11-29-10

My thought was that their color could fade out as distance increases from a point of connection with the street network. I had some trouble implementing this in pure SQL with recursion.

@Nate-Wessel Nate-Wessel added the feature New feature/development label Jan 14, 2020
@Nate-Wessel Nate-Wessel self-assigned this Jan 14, 2020
@Nate-Wessel
Copy link
Owner Author

I've begun to implement this with the help of pgRouting, but it's a been a bit difficult to set rules for what counts as a point of contact with the street network.

Does a crosswalk/sidewalk count? Does a limited access "secondary" road count?

@Nate-Wessel
Copy link
Owner Author

I may actually want to expand "motorway" as a classification to include un-bikeable major roads.

@Nate-Wessel
Copy link
Owner Author

There are some problems with this still, but it is starting to look a lot better!
Screenshot_2020-02-11_19-39-13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature/development
Projects
None yet
Development

No branches or pull requests

1 participant