Skip to content

Commit 60f9c1f

Browse files
committed
Corrected plan outline JSON
Removed type and and properties from plan outline JSON.
1 parent a2cca41 commit 60f9c1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arho_feature_template/core/lambda_service.py

-3
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,7 @@ def _process_json_reply(self, response_json: dict):
114114
if plan_json:
115115
geographical_area = plan_json.get("geographicalArea")
116116
if geographical_area:
117-
outline_name = PlanLayer.get_plan_name(plan_id)
118117
outline_json = {
119-
"type": "Feature",
120-
"properties": {"name": outline_name},
121118
"srid": geographical_area.get("srid"),
122119
"geometry": geographical_area.get("geometry"),
123120
}

0 commit comments

Comments
 (0)