Skip to content

v6.0 "line-gap-width": ["case", ["!", ["has", "countyCode"]], 1.2, 0.0] bug #8014

Description

@wqzai

v5.24

Image

v6.0

Image

my config
"paint": {
"line-color": [
"case",
["all", ["has", "townCode"]],
"#fff",
["all", ["has", "countyCode"]],
"#ffa400",
["!", ["has", "countyCode"]],
"#f00056",
"#000"
],
"line-width": [
"case",
["all", ["has", "townCode"]],
1.0,
["all", ["has", "countyCode"]],
1.2,
["!", ["has", "countyCode"]],
1.4,
0.0
],
"line-gap-width": ["case", ["!", ["has", "countyCode"]], 1.2, 0.0]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    need more infoFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions