Skip to content

Commit

Permalink
Hide disputed boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Aug 26, 2024
1 parent 64ab883 commit 61baa17
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,8 @@
"all",
["==", "admin_level", 8],
["!=", "maritime", 1],
["!=", "neutral", 0]
["!=", "neutral", 0],
["!=", "disputed", 1]
],
"layout": {"line-join": "round"},
"paint": {
Expand All @@ -2652,7 +2653,8 @@
[">=", "admin_level", 6],
["<=", "admin_level", 7],
["!=", "maritime", 1],
["!=", "neutral", 0]
["!=", "neutral", 0],
["!=", "disputed", 1]
],
"layout": {"line-join": "round"},
"paint": {
Expand All @@ -2672,7 +2674,8 @@
[">=", "admin_level", 3],
["<=", "admin_level", 5],
["!=", "maritime", 1],
["!=", "neutral", 0]
["!=", "neutral", 0],
["!=", "disputed", 1]
],
"layout": {"line-join": "round", "visibility": "visible"},
"paint": {
Expand All @@ -2690,7 +2693,8 @@
"all",
["==", "admin_level", 2],
["!=", "maritime", 1],
["!=", "neutral", 0]
["!=", "neutral", 0],
["!=", "disputed", 1]
],
"layout": {
"line-cap": "round",
Expand Down

0 comments on commit 61baa17

Please sign in to comment.