Skip to content

Commit a135441

Browse files
mattiagiupponigiohappy
authored andcommitted
Fix 3dtiles import
1 parent fcc1bf9 commit a135441

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

geonode/upload/handlers/tiles3d/handler.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ class Tiles3DFileHandler(BaseVectorFileHandler):
6060
),
6161
}
6262

63+
@property
64+
def have_table(self):
65+
return False
66+
6367
@property
6468
def supported_file_extension_config(self):
6569
return {

0 commit comments

Comments
 (0)