fix metadata and style dialogs

This commit is contained in:
vcoppe
2025-10-25 17:44:41 +02:00
parent 30981130c9
commit 1b035bcde3
5 changed files with 25 additions and 14 deletions

View File

@@ -35,6 +35,10 @@ export class GPXLayerCollection {
}
);
}
getLayer(fileId: string): GPXLayer | undefined {
return this._layers.get(fileId);
}
}
export const gpxLayers = new GPXLayerCollection();