Skip to content

Commit

Permalink
Fix bugs in new styles
Browse files Browse the repository at this point in the history
  • Loading branch information
fynngodau authored and mar-v-in committed Sep 13, 2023
1 parent 666361a commit 292666b
Show file tree
Hide file tree
Showing 5 changed files with 465 additions and 265 deletions.
146 changes: 93 additions & 53 deletions artwork/styles/style-microg-normal-openmaptiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@
"class"
],
[
"track"
"rail"
],
true,
false
Expand Down Expand Up @@ -3250,27 +3250,37 @@
true
],
[
"!=",
"any",
[
"match",
"!=",
[
"get",
"class"
"match",
[
"get",
"class"
],
[
"park",
"cemetery"
],
true,
false
],
[
"park",
"cemetery"
],
true,
false
"<=",
[
"get",
"rank"
],
250
]
],
[
"<=",
">=",
[
"get",
"rank"
"zoom"
],
250
16
]
]
],
Expand Down Expand Up @@ -3556,27 +3566,37 @@
true
],
[
"!=",
"any",
[
"match",
"!=",
[
"get",
"class"
"match",
[
"get",
"class"
],
[
"park",
"cemetery"
],
true,
false
],
[
"park",
"cemetery"
],
true,
false
"<=",
[
"get",
"rank"
],
250
]
],
[
"<=",
">=",
[
"get",
"rank"
"zoom"
],
250
16
]
]
],
Expand Down Expand Up @@ -3862,27 +3882,37 @@
true
],
[
"!=",
"any",
[
"match",
"!=",
[
"get",
"class"
"match",
[
"get",
"class"
],
[
"park",
"cemetery"
],
true,
false
],
[
"park",
"cemetery"
],
true,
false
"<=",
[
"get",
"rank"
],
250
]
],
[
"<=",
">=",
[
"get",
"rank"
"zoom"
],
250
16
]
]
],
Expand Down Expand Up @@ -4189,27 +4219,37 @@
true
],
[
"!=",
"any",
[
"match",
"!=",
[
"get",
"class"
"match",
[
"get",
"class"
],
[
"park",
"cemetery"
],
true,
false
],
[
"park",
"cemetery"
],
true,
false
"<=",
[
"get",
"rank"
],
250
]
],
[
"<=",
">=",
[
"get",
"rank"
"zoom"
],
250
16
]
]
],
Expand Down
Loading

0 comments on commit 292666b

Please sign in to comment.