From becadc6a7f391b551fbeae3840411d5f1bff2811 Mon Sep 17 00:00:00 2001 From: MatthewMuehlhauserNRCan Date: Wed, 4 Dec 2024 11:43:55 -0500 Subject: [PATCH] Add TODO for getAllChildPaths function --- packages/geoview-core/src/geo/layer/layer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/geoview-core/src/geo/layer/layer.ts b/packages/geoview-core/src/geo/layer/layer.ts index 4fa2a639b29..77d1f0aede7 100644 --- a/packages/geoview-core/src/geo/layer/layer.ts +++ b/packages/geoview-core/src/geo/layer/layer.ts @@ -560,6 +560,7 @@ export class LayerApi { } /** + * TODO Add this function to utilties * Gets all child paths from a parent path * @param {string} parentPath - The parent path * @returns {string[]} Child layer paths