kopia lustrzana https://github.com/openmaptiles/openmaptiles
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>pull/1661/head
rodzic
1ff5145451
commit
59f221ca12
|
@ -4535,29 +4535,15 @@
|
||||||
[
|
[
|
||||||
"all",
|
"all",
|
||||||
[
|
[
|
||||||
"match",
|
"in",
|
||||||
[
|
"brunnel",
|
||||||
"get",
|
|
||||||
"brunnel"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"bridge",
|
"bridge",
|
||||||
"tunnel"
|
"tunnel"
|
||||||
],
|
],
|
||||||
false,
|
|
||||||
true
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"match",
|
|
||||||
[
|
|
||||||
"get",
|
|
||||||
"class"
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
|
"in",
|
||||||
|
"class",
|
||||||
"minor"
|
"minor"
|
||||||
],
|
|
||||||
true,
|
|
||||||
false
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
@ -4637,29 +4623,15 @@
|
||||||
[
|
[
|
||||||
"all",
|
"all",
|
||||||
[
|
[
|
||||||
"match",
|
"in",
|
||||||
[
|
"brunnel",
|
||||||
"get",
|
|
||||||
"brunnel"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"bridge",
|
"bridge",
|
||||||
"tunnel"
|
"tunnel"
|
||||||
],
|
],
|
||||||
false,
|
|
||||||
true
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"match",
|
|
||||||
[
|
|
||||||
"get",
|
|
||||||
"class"
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
|
"in",
|
||||||
|
"class",
|
||||||
"minor_construction"
|
"minor_construction"
|
||||||
],
|
|
||||||
true,
|
|
||||||
false
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
Ładowanie…
Reference in New Issue