mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-01-23 10:08:42 +00:00
fix metadata and style dialogs
This commit is contained in:
@@ -35,6 +35,10 @@ export class GPXLayerCollection {
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
getLayer(fileId: string): GPXLayer | undefined {
|
||||
return this._layers.get(fileId);
|
||||
}
|
||||
}
|
||||
|
||||
export const gpxLayers = new GPXLayerCollection();
|
||||
|
||||
Reference in New Issue
Block a user