-
Notifications
You must be signed in to change notification settings - Fork 822
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
Rendering specific access tags #4952
Merged
Merged
Commits on Apr 12, 2024
-
Interpret additional access tags
mode specific access tags relevant to primary mode of highway interpreted to determine access marking for: Road types (motorcar > motor_vehicle > vehicle) Footway (foot) Cycleway (bicycle) Bridleway (horse)
Configuration menu - View commit details
-
Copy full SHA for f8488d2 - Browse repository at this point
Copy the full SHA f8488d2View commit details
Commits on Apr 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c8098b - Browse repository at this point
Copy the full SHA 9c8098bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a413991 - Browse repository at this point
Copy the full SHA a413991View commit details
Commits on Apr 26, 2024
-
Following discussion moving: access=customers -> "restricted" marking access=permit -> "no" marking
Configuration menu - View commit details
-
Copy full SHA for 911569e - Browse repository at this point
Copy the full SHA 911569eView commit details
Commits on Apr 28, 2024
-
Major changes in response to comments
Functions renamed for clarity Changed logic for mode-specific tags, only ignoring 'unknown' values unknown access type return for unknown/uninterpretable path promoted to cycleway/bridleway in SQL rather than MSS
Configuration menu - View commit details
-
Copy full SHA for 8f386d2 - Browse repository at this point
Copy the full SHA 8f386d2View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e04589c - Browse repository at this point
Copy the full SHA e04589cView commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a300250 - Browse repository at this point
Copy the full SHA a300250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f92b8d - Browse repository at this point
Copy the full SHA 8f92b8dView commit details
Commits on May 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42a9e75 - Browse repository at this point
Copy the full SHA 42a9e75View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f99920e - Browse repository at this point
Copy the full SHA f99920eView commit details
Commits on May 10, 2024
-
Alter 'destination' outcome for 2-state access
'destination' on path / footway etc. interpreted as 'yes' (matching current behaviour)
Configuration menu - View commit details
-
Copy full SHA for cdc9ace - Browse repository at this point
Copy the full SHA cdc9aceView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 987258c - Browse repository at this point
Copy the full SHA 987258cView commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1dfd94 - Browse repository at this point
Copy the full SHA a1dfd94View commit details
Commits on Jun 22, 2024
-
Consistent formatting of CASE/WHEN Use more idiomatic COALESCE(NULLIF(...),)
Configuration menu - View commit details
-
Copy full SHA for 194d641 - Browse repository at this point
Copy the full SHA 194d641View commit details
Commits on Jun 26, 2024
-
Change argument name accesstag -> accessvalue Improve documentation Simplify logic for promoted paths
Configuration menu - View commit details
-
Copy full SHA for c4c775c - Browse repository at this point
Copy the full SHA c4c775cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c75d6 - Browse repository at this point
Copy the full SHA 15c75d6View commit details
Commits on Aug 9, 2024
-
Return "unrecognised" rather than "unknown" if access restriction is not one of recognised values
Configuration menu - View commit details
-
Copy full SHA for 1d369dc - Browse repository at this point
Copy the full SHA 1d369dcView commit details
Commits on Aug 15, 2024
-
Note on short-circuiting logic in carto_highway_int_access
Configuration menu - View commit details
-
Copy full SHA for b1f77c2 - Browse repository at this point
Copy the full SHA b1f77c2View commit details
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af8400a - Browse repository at this point
Copy the full SHA af8400aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.