mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-01 04:24:02 +01:00
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
L.Contao.addMap('<?php echo $mapId; ?>', function() {
|
|
<?php echo $javascript; ?>
|
|
|
|
return { map: map, layers: layers, controls: controls, icons: icons };
|
|
}());
|