Files
wavelog/application/views/visitor/exportmap/exportmap.php
2024-04-12 08:43:45 +02:00

11 lines
184 B
PHP

<script>
var slug = '<?php echo $slug; ?>';
</script>
<style>
#exportmap {
height: 100vh;
max-height: 900px !important;
}
</style>
<div id="exportmap" class="map-leaflet"></div>