mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
feat(geomap): the line of GPX traces now respects the #color attribute
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user