Annotations for imagery prototype (#6624)

This commit is contained in:
Scott Bell
2023-06-20 19:12:45 +02:00
committed by GitHub
parent d305443445
commit 5a7174bf2a
10 changed files with 606 additions and 41 deletions

View File

@@ -67,7 +67,6 @@ const config = {
MCT: path.join(projectRootDir, 'src/MCT'),
testUtils: path.join(projectRootDir, 'src/utils/testUtils.js'),
objectUtils: path.join(projectRootDir, 'src/api/objects/object-utils.js'),
kdbush: path.join(projectRootDir, 'node_modules/kdbush/kdbush.min.js'),
utils: path.join(projectRootDir, 'src/utils')
}
},