Merge branch 'develop' into patch-style

This commit is contained in:
Jon Fuller
2025-06-02 19:18:53 -07:00
committed by GitHub
57 changed files with 8111 additions and 444 deletions

View File

@@ -239,6 +239,9 @@ export default class GeoMapTypeWidget extends TypeWidget {
wptIcons: {
"": this.#buildIcon("bx bx-pin")
}
},
polyline_options: {
color: note.getLabelValue("color") ?? "blue"
}
});
track.addTo(this.geoMapWidget.map);