From 381b1c608d142356d92d1e8c9671741a13aee147 Mon Sep 17 00:00:00 2001 From: MattiasSp Date: Wed, 28 Feb 2024 08:41:16 +0100 Subject: [PATCH] Indentation fix --- src/layer/wfssource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layer/wfssource.js b/src/layer/wfssource.js index 8bf76c43d..8a55b7c99 100644 --- a/src/layer/wfssource.js +++ b/src/layer/wfssource.js @@ -215,7 +215,7 @@ class WfsSource extends VectorSource { break; } default: { - url += `&FeatureId=${ids}`; + url += `&FeatureId=${ids}`; } } } else { // If there are no ids requested, append the query filter