Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Change color snap layer
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Aug 7, 2024
1 parent db40a95 commit cb46094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91918,7 +91918,7 @@
for (var q = 0; q < lines.length; q++) {
let pl = L.polyline(lines[q], {
weight: 5,
color: 'red',
color: 'blue',
opacity: 1.0
});
pl.addTo(map);
Expand Down
2 changes: 1 addition & 1 deletion skeleton.html
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@
for (var q = 0; q < lines.length; q++) {
let pl = L.polyline(lines[q], {
weight: 5,
color: 'red',
color: 'blue',
opacity: 1.0
});
pl.addTo(map);
Expand Down

0 comments on commit cb46094

Please sign in to comment.