Skip to content

Commit

Permalink
decrease map stroke width to 1 for better legibility
Browse files Browse the repository at this point in the history
especially helpful when zoomed out and where there are lots of small
areas
  • Loading branch information
struan committed Apr 1, 2024
1 parent d629575 commit 9dcd871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/static/js/explore.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ const app = createApp({
fillColor: feature.properties.color,
fillOpacity: feature.properties.opacity,
color: 'white',
weight: 2,
weight: 1,
opacity: 1,
}
},
Expand Down

0 comments on commit 9dcd871

Please sign in to comment.