Merge branch 'develop' into feat/llm-integration-part3

This commit is contained in:
perf3ct
2025-06-02 20:24:18 +00:00
65 changed files with 8509 additions and 716 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);