mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 19:13:55 +01:00
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
L.contao.addMap('<?= $this->mapId ?>', function() {
|
|
<?= $this->javascript ?>
|
|
|
|
return { map: map, layers: layers, controls: controls, icons: icons };
|
|
}());
|