Skip to content

Commit

Permalink
fix: reduce ee dot size (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
turban authored Mar 12, 2022
1 parent f7f4817 commit 38c81f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/EarthEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class EarthEngine extends Layer {
pointLayer({
id,
source: `${id}-points`,
radius: 4,
radius: 2,
color: '#333',
})
)
Expand Down

0 comments on commit 38c81f0

Please sign in to comment.