Skip to content

Commit

Permalink
Swapped in Leaflet hosted dist
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 28, 2011
1 parent f6a320a commit 6067bea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/leaflet.html
@@ -1,9 +1,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mapstraction Examples - leaflet</title>
<link href="http://d1qqc1e9kvmdh8.cloudfront.net/js/leaflet-0.2.1/leaflet.css" media="all" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><link rel="stylesheet" href="http://d1qqc1e9kvmdh8.cloudfront.net/js/leaflet-0.2.1/leaflet.ie.css" /><![endif]-->
<script src="http://d1qqc1e9kvmdh8.cloudfront.net/js/leaflet-0.2.1/leaflet.js" type="text/javascript"></script>
<link href="http://leaflet.cloudmade.com/dist/leaflet.css" media="all" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><link rel="stylesheet" href="http://leaflet.cloudmade.com/dist/leaflet.ie.css" /><![endif]-->
<script src="http://leaflet.cloudmade.com/dist/leaflet.js" type="text/javascript"></script>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script src="../source/mxn.js?(leaflet)" type="text/javascript"></script>
<style type="text/css">
Expand Down

0 comments on commit 6067bea

Please sign in to comment.