From a5099bdd59458c12d1959b2c43b77f21cf5277c3 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Tue, 24 Sep 2024 15:44:38 +0200 Subject: [PATCH] Revert "add RTL plugin" This reverts commit 11c6a395bc49de46ff102418a8f02eaaf66388be. --- website/public/scripts/map.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/website/public/scripts/map.js b/website/public/scripts/map.js index f89f007..ed5f5d1 100644 --- a/website/public/scripts/map.js +++ b/website/public/scripts/map.js @@ -17,11 +17,6 @@ function initMap() { document.getElementById('mapbg-image').style.opacity = '0.5' - maplibregl.setRTLTextPlugin( - 'https://unpkg.com/@mapbox/mapbox-gl-rtl-text/mapbox-gl-rtl-text.min.js', - true, // Lazy load the plugin - ) - const map = new maplibregl.Map({ style: 'https://tiles.openfreemap.org/styles/liberty', center: berlin.center,