Skip to content

Commit

Permalink
fix dark mode circles
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Nov 30, 2024
1 parent 48854d1 commit d7f4787
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions static/dark-style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2780,7 +2780,7 @@
"filter": ["==", ["get", "class"], "village"],
"layout": {
"icon-allow-overlap": true,
"icon-image": ["step", ["zoom"], "circle_11_black", 10, ""],
"icon-image": ["step", ["zoom"], "mbicons:marker-dark", 10, ""],
"icon-optional": false,
"icon-size": 0.2,
"text-anchor": "bottom",
Expand Down Expand Up @@ -2818,7 +2818,7 @@
"filter": ["==", ["get", "class"], "town"],
"layout": {
"icon-allow-overlap": true,
"icon-image": ["step", ["zoom"], "circle_11_black", 10, ""],
"icon-image": ["step", ["zoom"], "mbicons:marker-dark", 10, ""],
"icon-optional": false,
"icon-size": 0.2,
"text-anchor": "bottom",
Expand Down Expand Up @@ -2888,7 +2888,7 @@
],
"layout": {
"icon-allow-overlap": true,
"icon-image": ["step", ["zoom"], "circle_11_black", 9, ""],
"icon-image": ["step", ["zoom"], "mbicons:marker-dark", 9, ""],
"icon-optional": false,
"icon-size": 0.4,
"text-anchor": "bottom",
Expand Down Expand Up @@ -2933,7 +2933,7 @@
],
"layout": {
"icon-allow-overlap": true,
"icon-image": ["step", ["zoom"], "circle_11_black", 9, ""],
"icon-image": ["step", ["zoom"], "mbicons:marker-dark", 9, ""],
"icon-optional": false,
"icon-size": 0.5,
"text-anchor": "bottom",
Expand Down
8 changes: 4 additions & 4 deletions static/light-style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2924,7 +2924,7 @@
"filter": ["==", ["get", "class"], "village"],
"layout": {
"icon-allow-overlap": true,
"icon-image": ["step", ["zoom"], "ofm:circle_11_black", 10, ""],
"icon-image": ["step", ["zoom"], "mbicons:marker", 10, ""],
"icon-optional": false,
"icon-size": 0.2,
"text-anchor": "bottom",
Expand Down Expand Up @@ -2962,7 +2962,7 @@
"filter": ["==", ["get", "class"], "town"],
"layout": {
"icon-allow-overlap": true,
"icon-image": ["step", ["zoom"], "ofm:circle_11_black", 10, ""],
"icon-image": ["step", ["zoom"], "mbicons:marker", 10, ""],
"icon-optional": false,
"icon-size": 0.2,
"text-anchor": "bottom",
Expand Down Expand Up @@ -3032,7 +3032,7 @@
],
"layout": {
"icon-allow-overlap": true,
"icon-image": ["step", ["zoom"], "ofm:circle_11_black", 9, ""],
"icon-image": ["step", ["zoom"], "mbicons:marker", 9, ""],
"icon-optional": false,
"icon-size": 0.4,
"text-anchor": "bottom",
Expand Down Expand Up @@ -3077,7 +3077,7 @@
],
"layout": {
"icon-allow-overlap": true,
"icon-image": ["step", ["zoom"], "ofm:circle_11_black", 9, ""],
"icon-image": ["step", ["zoom"], "mbicons:marker", 9, ""],
"icon-optional": false,
"icon-size": 0.5,
"text-anchor": "bottom",
Expand Down

0 comments on commit d7f4787

Please sign in to comment.