Files
wavelog/application/views/visitor/exportmap/exportmap.php
2024-05-31 15:48:21 +02:00

13 lines
340 B
PHP

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