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

6 lines
159 B
Plaintext
Raw Normal View History

2015-01-15 13:01:58 +01:00
L.contao.addMap('<?php echo $mapId; ?>', function() {
<?php echo $javascript; ?>
2015-01-15 13:01:58 +01:00
return { map: map, layers: layers, controls: controls, icons: icons };
}());