Skip to content

Commit

Permalink
Increase circle radius
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed Dec 3, 2024
1 parent 5e6e3b9 commit 9bc64a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/AlertsDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ const addMapeoData = () => {
source: "mapeo-data",
filter: ["==", "$type", "Point"],
paint: {
"circle-radius": 5,
"circle-radius": 6,
"circle-color": [
// Use filter-color for fallback if selected is false
"case",
Expand Down
4 changes: 2 additions & 2 deletions components/MapView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ const addDataToMap = () => {
source: "data-source",
filter: ["==", "$type", "Point"],
paint: {
"circle-radius": 6,
"circle-radius": 8,
"circle-color": ["get", "filter-color", ["get", "feature"]],
"circle-stroke-width": 2,
"circle-stroke-width": 3,
"circle-stroke-color": "#fff",
},
});
Expand Down

0 comments on commit 9bc64a5

Please sign in to comment.