Skip to content

Commit c1c133c

Browse files
authored
Merge pull request #353 from OpenGeoscience/remove-todo
Remove todo statement (see issue #143)
2 parents 7d8581f + 2e32fca commit c1c133c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/store/layer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export const useLayerStore = defineStore('layer', () => {
180180
}
181181
}
182182

183-
// TODO: Move this conditional functionality into `addLayer`, and directly call addLayerFrameToMap there
183+
// Add current frame to map if not added yet
184184
const sourceId = mapStore.sourceIdFromLayerFrame(layer, frame);
185185
if (layer.visible && !userMapLayers.some(
186186
(mapLayerId) => mapLayerId.includes(sourceId)

0 commit comments

Comments
 (0)