We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Geospatial
1 parent 09390b3 commit e499b46Copy full SHA for e499b46
src/kili/services/asset_import/__init__.py
@@ -26,6 +26,7 @@
26
importer_by_type: Dict[str, Type[BaseAbstractAssetImporter]] = {
27
"PDF": PdfDataImporter,
28
"IMAGE": ImageDataImporter,
29
+ "GEOSPATIAL": ImageDataImporter,
30
"TEXT": TextDataImporter,
31
"VIDEO": VideoDataImporter,
32
"VIDEO_LEGACY": VideoDataImporter,
0 commit comments