Skip to content

Commit

Permalink
Move leaflet to the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Feb 13, 2012
1 parent 4f234b5 commit 4b7ca33
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -39,7 +39,8 @@


<!-- Additional JavaScript libraries and plugins... -->
<script src="js/libs/bootstrap-dropdown.js"></script>
<script src="js/libs/leaflet.js"></script>
<script src="js/map.js"></script>


<!-- mathiasbynens.be/notes/async-analytics-snippet Change UA-XXXXX-X to be your site's ID -->
Expand Down
Empty file removed js/application.coffee
Empty file.
Empty file removed js/application.js
Empty file.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions js/map.js
@@ -0,0 +1,5 @@
var map = new L.Map('map', {
center: new L.LatLng(51.505, -0.09),
zoom: 6,
layers: new L.TileLayer('http://a.tiles.mapbox.com/v3/zachwill.tunisia/{z}/{x}/{y}.png')
});

0 comments on commit 4b7ca33

Please sign in to comment.