added maps (leaflet)
This commit is contained in:
@@ -11,15 +11,16 @@ header("Pragma: no-cache");
|
||||
|
||||
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css" media="screen" charset="utf-8">
|
||||
<link href="bower_components/vis/dist/vis.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="bower_components/leaflet/dist/leaflet.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="stylesheet" href="css/styles.css" media="screen" charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root">
|
||||
<header id="header">
|
||||
<h1>Lot Explorer</h1>
|
||||
<h1>hehe, Exo Planete</h1>
|
||||
</header>
|
||||
<section id="timelaps">
|
||||
<video id="timelapsvid" loop preload autoplay>
|
||||
<video id="timelapsvid" loop preload >
|
||||
<!-- <source class="240p" src="videos/timelaps-240p.mp4?nocache=<?php echo time(); ?>" type="video/mp4">
|
||||
<source class="360p" src="videos/timelaps-360p.mp4?nocache=<?php echo time(); ?>" type="video/mp4">
|
||||
<source class="480p" src="videos/timelaps-480p.mp4?nocache=<?php echo time(); ?>" type="video/mp4">
|
||||
@@ -34,7 +35,13 @@ header("Pragma: no-cache");
|
||||
</section>
|
||||
<!-- timeline -->
|
||||
|
||||
<section id="map">
|
||||
<section id="mapout">
|
||||
<!-- add leaflet map here -->
|
||||
<!-- or a striped map https://bl.ocks.org/veltman/3ad474e52925d007b292eefbe676174d -->
|
||||
</section>
|
||||
<!-- map -->
|
||||
|
||||
<section id="mapin">
|
||||
<!-- add leaflet map here -->
|
||||
<!-- or a striped map https://bl.ocks.org/veltman/3ad474e52925d007b292eefbe676174d -->
|
||||
</section>
|
||||
@@ -45,6 +52,8 @@ header("Pragma: no-cache");
|
||||
|
||||
<script src="bower_components/jquery/dist/jquery.min.js" charset="utf-8"></script>
|
||||
<script src="bower_components/vis/dist/vis.min.js"></script>
|
||||
<script src="bower_components/leaflet/dist/leaflet.js"></script>
|
||||
<script src="bower_components/leaflet-providers/leaflet-providers.js"></script>
|
||||
<script src="js/dist/script.min.js" charset="utf-8"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user