From e523f9c94e6d95cc77aba3d44b2433ef7b3d8f80 Mon Sep 17 00:00:00 2001 From: Dan Jones <danjon@noc.ac.uk> Date: Fri, 30 Aug 2024 14:13:49 +0100 Subject: [PATCH] chore: update example configuration with soar zone - Use soar charlie zone as example of inclusion/exclusion zones --- .../gui_adapter/planning_configuration.json | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/examples/gui_adapter/planning_configuration.json b/examples/gui_adapter/planning_configuration.json index cc3188e..d6a7c70 100644 --- a/examples/gui_adapter/planning_configuration.json +++ b/examples/gui_adapter/planning_configuration.json @@ -25,24 +25,24 @@ "coordinates": [ [ [ - -4.1777839187560915, - 50.34173405662855 + -4.181176, + 50.334019 ], [ - -4.1777839187560915, - 50.33820949229701 + -4.179017, + 50.332863 ], [ - -4.143667777943875, - 50.33820949229701 + -4.179924, + 50.332174 ], [ - -4.143667777943875, - 50.34173405662855 + -4.182082, + 50.33333 ], [ - -4.1777839187560915, - 50.34173405662855 + -4.181176, + 50.334019 ] ] ] @@ -62,24 +62,24 @@ "coordinates": [ [ [ - -4.1777839187560915, - 50.34173405662855 + -4.183265, + 50.337335 ], [ - -4.1777839187560915, - 50.33820949229701 + -4.178084, + 50.33456 ], [ - -4.143667777943875, - 50.33820949229701 + -4.182432, + 50.331253 ], [ - -4.143667777943875, - 50.34173405662855 + -4.187612, + 50.334028 ], [ - -4.1777839187560915, - 50.34173405662855 + -4.183265, + 50.337335 ] ] ] -- GitLab