Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd04ccc7b2 |
@@ -228,8 +228,10 @@ class EventFullTemplateDataListener
|
||||
$GLOBALS['TL_JAVASCRIPT'] ??= [];
|
||||
$GLOBALS['TL_CSS'] ??= [];
|
||||
|
||||
// MapLibre wird vom Theme-Template als ESM importiert (maplibre-gl.mjs zieht
|
||||
// -shared.mjs und -worker.mjs selbst nach). pmtiles bleibt klassisch, weil es
|
||||
// nur ein IIFE-Global fuer addProtocol bereitstellen muss.
|
||||
$jsAssets = [
|
||||
'https://maps.mummert.media/libraries/maplibre-gl.js',
|
||||
'https://maps.mummert.media/libraries/pmtiles.js',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user