mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-01 20:43:52 +01:00
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
<div id="<?php echo $this->mapId; ?>" style="width: 100%; height: 400px;"></div>
|
|
<script>
|
|
<?php echo $this->map; ?>
|
|
|
|
|
|
</script>
|