Skip to content

Commit

Permalink
increase opacity of neighbour lines as they are hard to see on satell…
Browse files Browse the repository at this point in the history
…ite imagery
  • Loading branch information
liamcottle committed Apr 17, 2024
1 parent 9ec0763 commit 02d3e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ <h3 v-if="selectedNodeToShowNeighboursType === 'heard_us'" class="text-sm">Nodes
neighbourNodeMarker.getLatLng(),
], {
color: '#2563eb',
opacity: 0.5,
opacity: 0.75,
offset: polylineOffset,
}).addTo(neighboursLayerGroup);

Expand Down

0 comments on commit 02d3e75

Please sign in to comment.