mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 03:54:10 +01:00
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
ContaoLeaflet.addMap('<?php echo $mapId; ?>', function() {
|
|
<?php echo $javascript; ?>
|
|
|
|
return { map: map, layers: layers, controls: controls, icons: icons };
|
|
}());
|