Skip to content

Commit

Permalink
update demo to use leaflet 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Nov 5, 2014
1 parent 9a41e60 commit 0f6aa5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title>Leaflet.heat demo</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<style>
#map { width: 800px; height: 600px; }
body { font: 16px/1.4 "Helvetica Neue", Arial, sans-serif; }
Expand All @@ -21,7 +21,7 @@

<div id="map"></div>

<!-- <script src="node_modules/simpleheat/simpleheat.js"></script>
<!-- <script src="../node_modules/simpleheat/simpleheat.js"></script>
<script src="../src/HeatLayer.js"></script> -->

<script src="../dist/leaflet-heat.js"></script>
Expand Down

0 comments on commit 0f6aa5d

Please sign in to comment.