From fa5ef6d39db6e90c6509e1d2ee553bf94b30dd2e Mon Sep 17 00:00:00 2001 From: Yuxuan HU Date: Thu, 9 Jul 2026 09:53:04 +1000 Subject: [PATCH 1/2] enable explain endpoint in edge --- server/src/main/resources/application-edge.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/src/main/resources/application-edge.yaml b/server/src/main/resources/application-edge.yaml index c49f45a9..139b3b09 100644 --- a/server/src/main/resources/application-edge.yaml +++ b/server/src/main/resources/application-edge.yaml @@ -9,3 +9,7 @@ management: web: exposure: include: "health,info,env,beans,logfile" + +ogcapi: + debug: + elasticsearch-explain-enabled: true \ No newline at end of file From 9c988888afe478ccb21e016ea4cbbc43591c015c Mon Sep 17 00:00:00 2001 From: Yuxuan HU Date: Thu, 9 Jul 2026 09:54:57 +1000 Subject: [PATCH 2/2] fix precommit --- server/src/main/resources/application-edge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/resources/application-edge.yaml b/server/src/main/resources/application-edge.yaml index 139b3b09..3ffe7802 100644 --- a/server/src/main/resources/application-edge.yaml +++ b/server/src/main/resources/application-edge.yaml @@ -12,4 +12,4 @@ management: ogcapi: debug: - elasticsearch-explain-enabled: true \ No newline at end of file + elasticsearch-explain-enabled: true