Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  
  <!-- 
    Load jQuery.
  -->
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
  
  <!-- 
    Load Leaflet.
  -->
 <link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet.js"></script>
  <!-- 
    Load moment.js. This makes formatting dates easier:
      http://momentjs.com/
  -->
  <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.12.0/moment.min.js"></script>
  
  <!-- 
    Load Leaflet.timeline. This is a Leaflet plugin that will make it possible
    to show time-based data with a slider.
      https://github.com/skeate/Leaflet.timeline
  -->
  <script src="https://cdn.rawgit.com/skeate/Leaflet.timeline/master/dist/leaflet.timeline.min.js"></script>
  <link rel="stylesheet" href="https://cdn.rawgit.com/skeate/Leaflet.timeline/master/dist/leaflet.timeline.min.css"/>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Leaflet.timeline example</title>
</head>
<body>
  <div id="map"></div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers