", {class: "board"});
- var image = $("
![]()
", {src: entry.image.replace("static/progress/", "")});
- image.attr("data-time", entry.timestamp);
- image.hover(function () {
- marker.setLatLng([entry.coordinate.coordinates[1], entry.coordinate.coordinates[0]]);
- }, function () {
- marker.setLatLng(current.pos.coordinates[1], current.pos.coordinates[0]);
- });
- image.click(function (e) {
- current.board = image;
- current.pos = entry.coordinate;
- });
- images[entry.timestamp] = {image: image, coordinate: entry.coordinate};
- image.appendTo(container);
- container.appendTo(item);
- item.appendTo(list);
- });
- current.board=images[data["boards"][1].timestamp];
- list.appendTo(".sequence");
-});
\ No newline at end of file
diff --git a/static/progress/style.css b/static/progress/style.css
deleted file mode 100644
index d33b09e..0000000
--- a/static/progress/style.css
+++ /dev/null
@@ -1,105 +0,0 @@
-/*.mapDiv {
- width: 1024px;
- height: 768px;
-}*/
-
-
-
-.highlight {
- /*what a nice way to highlight*/
- display: none;
-}
-
-.simu {
- background-color: blue;
-}
-
-.question {
- background-color: orange;
-}
-
-.image {
- background-color: green;
-}
-
-.audio {
- background-color: red;
-}
-
-.video {
- background-color: purple;
-}
-
-.other {
- background-color: brown;
-}
-
-.map {
- background-color: violet;
-}
-
-.error {
- background-color: grey;
-}
-
-
-.board {
- width: 32px;
- height: 32px;
- display: inline-block;
-}
-
-.board img {
- max-width: 32px;
- max-height: 32px;
- position: absolute;
- /*bottom: 0px;*/
-}
-
-.board:hover img{
- max-width: 205px;
- max-height: 295px;
- z-index: 99;
- top: 5px;
- right:0px;
-}
-ul {
- list-style-type: none;
- overflow: auto;
- overflow-y: hidden;
- display: inline-block;
- /*max-width:100%;
- margin: 0 0 1em;
- white-space: nowrap;
- height:200px;*/
-}
-
-li {
- display: inline-block;
- vertical-align: top;
- padding: 2px;
- margin-bottom: 2px;
-}
-
-body{
- height: 100%;
- padding:0;
- margin:0;
-}
-
-main{
- display: flex;
- flex-direction: column;
- height:100%;
-}
-
-.mapDiv {
- flex-grow:1;
-}
-.sequenceContainer{
- flex-grow: 0;
- min-height:300px;
- padding-right: 210px;
- position: relative;
-
-}
\ No newline at end of file
diff --git a/static/trackmap.html b/static/trackmap.html
deleted file mode 100644
index d06bb38..0000000
--- a/static/trackmap.html
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
Leaflet.heat demo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-