Skip to content

Commit

Permalink
Revert "add RTL plugin"
Browse files Browse the repository at this point in the history
This reverts commit 11c6a39.
  • Loading branch information
hyperknot committed Sep 24, 2024
1 parent 11c6a39 commit a5099bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions website/public/scripts/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a5099bd

Please sign in to comment.