You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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?
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:
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.
The text was updated successfully, but these errors were encountered: