mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Moved PoC to CI-Structure
This commit is contained in:
@@ -25,4 +25,12 @@ class Map extends CI_Controller {
|
||||
echo json_encode(array_merge($plot_array, $station_array));
|
||||
}
|
||||
|
||||
// Generic fonction for return Json for MAP //
|
||||
public function glob_plot() {
|
||||
$this->load->view('interface_assets/header');
|
||||
$this->load->view('globe/index');
|
||||
$this->load->view('interface_assets/footer');
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
3
application/views/globe/index.php
Normal file
3
application/views/globe/index.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<script src="/assets/js/sections/globe.js"></script>
|
||||
<script src="/assets/js/globe/globe.gl.js"></script>
|
||||
<div id="globeViz"></div>
|
||||
Reference in New Issue
Block a user