From b07ed87d0350b2d41547473ed2d808da403215b5 Mon Sep 17 00:00:00 2001 From: KatKatKateryna Date: Fri, 22 Nov 2024 17:53:40 +0000 Subject: [PATCH] add sourceApp --- pygeoapi/provider/speckle_utils/server_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygeoapi/provider/speckle_utils/server_utils.py b/pygeoapi/provider/speckle_utils/server_utils.py index 3fe05aa..5a02b9b 100644 --- a/pygeoapi/provider/speckle_utils/server_utils.py +++ b/pygeoapi/provider/speckle_utils/server_utils.py @@ -222,7 +222,8 @@ def set_actions(self: "SpeckleProvider", client: "SpeckleClient", action: str = try: full_dict = {**self.url_params, **self.times} full_dict["GIS commit"] = self.commit_gis - full_dict["project"] = f"{self.project_id}" + full_dict["project_id"] = f"{self.project_id}" + full_dict["sourceHostApp"] = self.sourceApp full_dict["model"] = f"{self.project_name}, {self.model_name}" full_dict["time_TOTAL"] = sum([x[1] for x in self.times.items()]) full_dict["model_url"] = self.speckle_url