Skip to content

Commit

Permalink
set resource_type as dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Jun 5, 2024
1 parent 1becb43 commit 686690d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions importer/handlers/tiles3d/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def create_geonode_resource(

def generate_resource_payload(self, layer_name, alternate, asset, _exec, workspace):
return dict(
resource_type="dataset",
subtype="3dtiles",
dirty_state=True,
title=layer_name,
Expand Down

0 comments on commit 686690d

Please sign in to comment.