v5.24
v6.0
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]
}
v5.24
v6.0
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]
}