block by andrewxhill 4354110

4354110

Full Screen

index.html

<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="//libs.cartocdn.com/cartodb.js/v2/themes/css/cartodb.css" />
  <script src="//libs.cartocdn.com/cartodb.js/v2/cartodb.js"></script>
  <style>
    #map{ height: 500px; width: 960px;}
  </style>
  <script>
    window.onload = function() {
        cartodb.createVis('map', '//viz2.cartodb.com/api/v1/viz/1854/viz.json');
      }
  </script>
</head>
<body>
  <div id="map"></div>
</body>
 
</html>