From e68fa75119274cef801eadae945aed9588b0a82c Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Sun, 29 Sep 2024 12:55:58 -0400 Subject: [PATCH] Update gojson to fix map bug --- modules/content-negotiation/geojson.xqm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/content-negotiation/geojson.xqm b/modules/content-negotiation/geojson.xqm index f82e3d312..707fae121 100644 --- a/modules/content-negotiation/geojson.xqm +++ b/modules/content-negotiation/geojson.xqm @@ -63,8 +63,8 @@ return Feature Point - {tokenize($coords,' ')[2]} - {tokenize($coords,' ')[1]} + {normalize-space(tokenize($coords,' ')[2])} + {normalize-space(tokenize($coords,' ')[1])} {replace(replace($id,$config:base-uri,$config:nav-base),'/tei','')}