Skip to content

Instantly share code, notes, and snippets.

@auremoser
Last active January 25, 2016 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auremoser/f60f814b68229f23bb59 to your computer and use it in GitHub Desktop.
Save auremoser/f60f814b68229f23bb59 to your computer and use it in GitHub Desktop.
Hive Mapping - 2016
<!DOCTYPE html>
<html>
<head>
<title>Mapping! HCB </title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.15/themes/css/cartodb.css" />
<style>
html, body, #map {
height: 100%;
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<div id="map"></div>
<!-- include cartodb.js library -->
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.15/cartodb.js"></script>
<script>
window.onload = function() {
cartodb.createVis('map', 'https://team.cartodb.com/u/stuartlynn/api/v2/viz/75814c8e-c211-11e5-962a-0ea31932ec1d/viz.json');
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment