Commit 80805e87292ce489990ac27f2fcb13688897c438

Authored by Paul Wallace
1 parent 71656d27aa
Exists in master

Fix landing page heat map code

Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff

views/pages/landing.ejs View file @ 80805e8
... ... @@ -52,15 +52,8 @@
52 52 <!-- Div container for map. -->
53 53 <div id="map"></div>
54 54  
55   - <!-- Add in stuff for the heat map -->
56   -
57   -
58   -
59 55 <!-- Javascript for the map. -->
60 56 <script>
61   - // Heatmap data: 500 Points
62   -
63   -
64 57  
65 58 var map, heatmap;
66 59 function initMap() {