From 2bdc9ad64f5d7d1de99a4e059c185ba35721a278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D1=8C=D0=B5=D0=B2?= Date: Mon, 1 Jun 2026 13:57:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=BD=D0=BE=D0=B5=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=D0=B8=D1=82=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-repo/application-local.yaml | 6 +-- config-repo/pcp-mission-planing-service.yaml | 2 +- config-repo/pcp-tgu-service.yaml | 2 +- .../src/features/tgu-map-2d/Tgu2DMapView.tsx | 43 ++++++++++++++----- .../tgu-map-2d/geometry/spatialIndex.ts | 31 +++++++++++-- services/pcp-tgu-ops-ui/vite.config.ts | 1 + 6 files changed, 66 insertions(+), 19 deletions(-) diff --git a/config-repo/application-local.yaml b/config-repo/application-local.yaml index 5fc6b17..ccd2cc3 100644 --- a/config-repo/application-local.yaml +++ b/config-repo/application-local.yaml @@ -3,10 +3,8 @@ pcp: infra: postgres: -# host: ${PCP_POSTGRES_HOST:localhost} -# port: ${PCP_POSTGRES_PORT:5432} - host: ${PCP_POSTGRES_HOST:192.168.100.160} - port: ${PCP_POSTGRES_PORT:35400} + host: ${PCP_POSTGRES_HOST:localhost} + port: ${PCP_POSTGRES_PORT:5432} kafka: host: ${PCP_KAFKA_HOST:localhost} port: ${PCP_KAFKA_PORT:29092} diff --git a/config-repo/pcp-mission-planing-service.yaml b/config-repo/pcp-mission-planing-service.yaml index b4e3866..935d86b 100644 --- a/config-repo/pcp-mission-planing-service.yaml +++ b/config-repo/pcp-mission-planing-service.yaml @@ -75,7 +75,7 @@ spring: camunda: client: mode: self-managed - grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500} + grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://localhost:26500} auth: method: none prefer-rest-over-grpc: false diff --git a/config-repo/pcp-tgu-service.yaml b/config-repo/pcp-tgu-service.yaml index c462796..6c3cc58 100644 --- a/config-repo/pcp-tgu-service.yaml +++ b/config-repo/pcp-tgu-service.yaml @@ -94,7 +94,7 @@ server: camunda: client: - grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500} + grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://localhost:26500} --- spring: diff --git a/services/pcp-tgu-ops-ui/src/features/tgu-map-2d/Tgu2DMapView.tsx b/services/pcp-tgu-ops-ui/src/features/tgu-map-2d/Tgu2DMapView.tsx index 37096a0..b9908e8 100644 --- a/services/pcp-tgu-ops-ui/src/features/tgu-map-2d/Tgu2DMapView.tsx +++ b/services/pcp-tgu-ops-ui/src/features/tgu-map-2d/Tgu2DMapView.tsx @@ -296,16 +296,25 @@ export function Tgu2DMapView({ >