Bump leaflet links to 0.5

Just updating the leaflet links -- css, js -- to point to 0.5 instead of 0.4.
This commit is contained in:
Phillip Smith 2013-02-01 12:23:10 -06:00
parent 7370a3fc0f
commit a6de1de8f2

View File

@ -19,14 +19,14 @@ Before writing any code for the map, you need to do the following preparation st
* Include Leaflet CSS files in the head section of your document:
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4/leaflet.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4/leaflet.ie.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.ie.css" />
<![endif]-->
* Include Leaflet JavaScript file:
<script src="http://cdn.leafletjs.com/leaflet-0.4/leaflet.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script>
* Put a `div` element with a certain `id` where you want your map to be: