From 7d58a56fea70031e25af521b5d873ece2544f320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BClte?= Date: Tue, 22 Aug 2023 20:17:35 +0200 Subject: [PATCH] Fix geolookup --- conf/fix-enriched.fix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/conf/fix-enriched.fix b/conf/fix-enriched.fix index 9fc88aa3..43a75d99 100644 --- a/conf/fix-enriched.fix +++ b/conf/fix-enriched.fix @@ -275,8 +275,9 @@ if exists("latDbs") elsif exists("latVisitor") copy_field("latVisitor","@visitorLocation.geo.lat") # elsif exists("@geoLookupDbs") # - lookup("@geoLookupDbs","addLatMap", delete:"true") - copy_field("@geoLookupDbs","@visitorLocation.geo.lat") + copy_field("@geoLookupDbs","@geoLookupDbsLat") + lookup("@geoLookupDbsLat","addLatMap", delete:"true") + copy_field("@geoLookupDbsLat","@visitorLocation.geo.lat") end if exists("lonDbs") @@ -284,8 +285,9 @@ if exists("lonDbs") elsif exists("lonVisitor") copy_field("lonVisitor","@visitorLocation.geo.lon") # elsif exists("@geoLookupDbs") - lookup("@geoLookupDbs","addlongMap" , delete:"true") # - copy_field("@geoLookupDbs","@visitorLocation.eo.lon") + copy_field("@geoLookupDbs","@geoLookupDbsLon") + lookup("@geoLookupDbsLon","addLongMap" , delete:"true") # + copy_field("@geoLookupDbsLon","@visitorLocation.geo.lon") end if exists("@visitorLocation")