-
Notifications
You must be signed in to change notification settings - Fork 824
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
New road style - rework road colours, road widths and display of railway=rail #1736
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
5c8413c
make railway=rail and roads more distinguishable. increase rail visib…
matkoniecz 1eb87db
New road style - rework road colours, road widths and display of rail…
matkoniecz 55c4b27
rework width for service roads
matkoniecz 3887b27
refactor setting casings
matkoniecz 67251c8
reduce casing for secondaries at z14 and z13
matkoniecz 09debc1
fix bug in script producing a wrong comment
matkoniecz 2d52532
fix tertiary construction
matkoniecz bcd2543
allow setting motorway, trunk width on z8
matkoniecz 9252648
motorway, trunk, primary - width 1.0 on z8
matkoniecz 2db464a
Merge branch 'master' into trunk
matkoniecz 2c53c69
glow for secondary on z9 and z10 and for tertiary on z11
matkoniecz e60e2f3
z11 is now again without casings and using low zoom style
matkoniecz 3456586
narrower trunk on z7
matkoniecz 9896b5f
less wide railway on z7
matkoniecz 5ed16df
fix inconsistent widths on z10 and z11
matkoniecz 112641e
add missing glow for decondaries at z11
matkoniecz 3a07f1f
handle cases like min_h = 280; max_h = 460
matkoniecz 31485b5
tweak and extend halos to z10 tertiary and z12 unclassified
matkoniecz 969e04d
show red dashes for steps
matkoniecz 0303956
rework private access width
matkoniecz 2347f82
make access=private/no visible on red roads
matkoniecz 93d2e80
rework also destination marks
matkoniecz 7a4580f
remove duplicated and dead code
matkoniecz 32f701a
stronger casing for minor roads at z14
matkoniecz 3ca84ce
Merge branch 'master' into gsoc
matkoniecz c9af9f7
Merge branch 'master' into gsoc
matkoniecz 084732f
refactoring of minor details
matkoniecz 66929b6
proper definition of highway=road
matkoniecz b650836
drop unneded duplicates of z limits
matkoniecz 48d31e7
fix name collision
matkoniecz 39491d4
unify code style
matkoniecz c7d750e
introduce new variable for unimportant roads
matkoniecz 46b169d
stop importing unused modules in the helper script
matkoniecz 535e2c4
better documentation of development dependencies
matkoniecz 4943686
stop using numpy in the helper script
matkoniecz c6269ed
Restore numpy in the helper script
matkoniecz 57f5037
Refact road colour generation script
pnorman 9c22482
Merge pull request #2 from pnorman/gsoc_road_colours
matkoniecz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if this is adjusted does
roads-low-zoom
need adjustment?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It still used at z9 instead of *-fill layers.
Given that these layers are used anyway on z9 (solely to display highway=secondary halo) I am not sure what would result in the better performance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should avoid having both high zoom and low zoom layers active at the same zoom level.
This may mean rendering from the high zoom layer in the same style as the low zoom layer.