forked from Snck3rs/contao-leaflet-maps
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 };
|
|
}());
|