update transportation style filter format (#1672)

The issue is transportation layer filter format not match maplibre style spec

it cause tileserver-gl errors when parse the style.json:
---------

Co-authored-by: Double Max <max@ground-map.com>
This commit is contained in:
Max Weng 2024-07-31 20:25:32 +08:00 committed by GitHub
parent 1ff5145451
commit 59f221ca12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4535,29 +4535,15 @@
[ [
"all", "all",
[ [
"match", "in",
[ "brunnel",
"get", "bridge",
"brunnel" "tunnel"
],
[
"bridge",
"tunnel"
],
false,
true
], ],
[ [
"match", "in",
[ "class",
"get", "minor"
"class"
],
[
"minor"
],
true,
false
] ]
] ]
], ],
@ -4637,29 +4623,15 @@
[ [
"all", "all",
[ [
"match", "in",
[ "brunnel",
"get", "bridge",
"brunnel" "tunnel"
],
[
"bridge",
"tunnel"
],
false,
true
], ],
[ [
"match", "in",
[ "class",
"get", "minor_construction"
"class"
],
[
"minor_construction"
],
true,
false
] ]
] ]
], ],