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
add rendering of abandoned:name instead of name=* on railway=abandoned #154
add rendering of abandoned:name instead of name=* on railway=abandoned #154
Conversation
|
|
@DerDakon I added support for |
|
There is a trailing whitespace in the first hunk. Remove, then git commit --amend styles/standard.mapcss && git push --force |
887a2da
to
9f89abf
Compare
|
To fix the whitespace issue in the first commit: git checkout issue-114-abandoned-name I wonder if it isn't much easier to drop everything but the "text" line from all but the first statements: it's only the text line that is changed, and repeating everything else makes this harder to find out. |
9f89abf
to
4589e82
Compare
|
I fixed all the issues @DerDakon mentioned. This PR can be merged now. |
And I would suggest squashing everything together, as you have many changes that live only for one commit and are then overwritten. |
abandoned:name and abandoned:ref, razed:name and razed:ref are no preferred on abandoned/razed railway. It the are not tagged name=* and ref=* is still used.
4d4406d
to
d2a9d8b
Compare
Add rendering of abandoned:name instead of name=* on railway=abandoned (same for razed)
Add rendering of abandoned:name instead of name=* on railway=abandoned (same for razed)
This fixes #114