Render themes: exclusive / except negation by devemux86 · Pull Request #1524 · mapsforge/mapsforge
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 395
Conversation
Copy link
Collaborator
A minus sign "-" excludes the other values after "|". It never works alone.
For example:
<!-- match tunnel-tag that are not 'no' or 'false' --> <rule k="tunnel" v="-|no|false">
devemux86
added
the
enhancement
label
devemux86
added this to the
0.22.0 milestone
devemux86
force-pushed
the
rule
branch
3 times, most recently
from
710aae2 to
92dcdca
Compare
devemux86
merged commit
43d233d
into
master
devemux86
deleted the
rule
branch
- A minus sign "-" excludes the other values after "|". It never works alone.
Copy link
demiantres
commented
Sep 15, 2024
demiantres commented
Sep 15, 2024The same could also be added in VTM?
Copy link
Collaborator Author
devemux86
commented
Sep 15, 2024
devemux86 commented
Sep 15, 2024This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment