2024-04-12 08:43:45 +02:00
|
|
|
<script>
|
2024-05-31 13:28:26 +02:00
|
|
|
var slug = '<?php echo $slug; ?>';
|
|
|
|
|
var tileUrl="<?php echo $this->optionslib->get_option('option_map_tile_server');?>"
|
2024-12-06 14:33:13 +01:00
|
|
|
var option_map_tile_subdomains = '<?php echo $this->optionslib->get_option('option_map_tile_subdomains') ?? 'abc';?>';
|
2024-05-31 15:45:32 +02:00
|
|
|
let user_map_custom = JSON.parse('<?php echo $user_map_custom; ?>');
|
2024-04-12 08:43:45 +02:00
|
|
|
</script>
|
2024-04-08 13:00:00 +02:00
|
|
|
<style>
|
|
|
|
|
#exportmap {
|
2024-04-08 20:41:27 +02:00
|
|
|
height: 100vh;
|
2024-04-08 13:00:00 +02:00
|
|
|
max-height: 900px !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div id="exportmap" class="map-leaflet"></div>
|