Files
wavelog/application/views/visitor/exportmap/exportmap.php
2024-04-17 14:02:41 +02:00

12 lines
268 B
PHP

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