From b390f92374163996f5c4fc30aa8eb0db2998831d Mon Sep 17 00:00:00 2001 From: Robert Hurst Date: Mon, 9 Dec 2024 10:25:03 +0200 Subject: [PATCH] Updat tests --- public/tests/_base.test.mjs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/tests/_base.test.mjs b/public/tests/_base.test.mjs index 16b0300b1..76a0e07f9 100644 --- a/public/tests/_base.test.mjs +++ b/public/tests/_base.test.mjs @@ -445,6 +445,7 @@ export async function base() { target: OL, locale: locale, hooks: false, + loadPlugins: true, scrollWheelZoom: true, attribution: { target: document.getElementById('Map'), @@ -456,9 +457,7 @@ export async function base() { ['SHA']: `https://github.com/GEOLYTIX/xyz/commit/${mapp.hash}`, Openlayers: 'https://openlayers.org', } - }, - syncPlugins: locale.syncPlugins, - svgTemplates: locale.svg_templates + } });