Skip to content

Commit e499b46

Browse files
feat(LAB-3459): import Geospatial project (#1859)
Co-authored-by: paulruelle <[email protected]>
1 parent 09390b3 commit e499b46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kili/services/asset_import/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
importer_by_type: Dict[str, Type[BaseAbstractAssetImporter]] = {
2727
"PDF": PdfDataImporter,
2828
"IMAGE": ImageDataImporter,
29+
"GEOSPATIAL": ImageDataImporter,
2930
"TEXT": TextDataImporter,
3031
"VIDEO": VideoDataImporter,
3132
"VIDEO_LEGACY": VideoDataImporter,

0 commit comments

Comments
 (0)