Files
contao-leaflet-maps/module/templates/leaflet_map_js.html5

6 lines
161 B
Plaintext
Raw Normal View History

L.Contao.addMap('<?php echo $mapId; ?>', function() {
<?php echo $javascript; ?>
return { map: map, layers: layers, controls: controls, icons: icons };
}());