mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 00:32:33 +00:00
extract collapsible tree component
This commit is contained in:
@@ -381,10 +381,6 @@ export const opacities: { [key: string]: number; } = {
|
||||
};
|
||||
|
||||
export type LayerTreeType = { [key: string]: LayerTreeType | boolean; };
|
||||
export type CollapsedInfoTreeType<T> = {
|
||||
self: T;
|
||||
children: { [key: string]: CollapsedInfoTreeType<T>; };
|
||||
};
|
||||
|
||||
// Hierarchy containing all basemaps
|
||||
export const basemapTree: LayerTreeType = {
|
||||
|
Reference in New Issue
Block a user