Files
contao-leaflet-maps/src/Bundle/Resources/contao/templates/leaflet_map_html.html5

7 lines
268 B
Plaintext
Raw Normal View History

2015-01-14 18:51:52 +01:00
<div id="<?php echo $mapId; ?>" style="<?php echo $style; ?>"></div>
2015-01-14 18:01:10 +01:00
<script>
L.contao.addMap('<?php echo $mapId; ?>', function () {
<?php echo $javascript; ?>
return {map: map, layers: layers, controls: controls, icons: icons};
}());</script>