mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00:00
13 lines
340 B
PHP
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>
|