Files
wavelog/application/views/visitor/exportmap/exportmap.php
Andreas Kristiansen 2603ad08da POC: basic export map
2024-04-08 13:00:00 +02:00

11 lines
209 B
PHP

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