Skip to content

Instantly share code, notes, and snippets.

@andrewxhill
Created December 21, 2012 17:06
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 andrewxhill/4354110 to your computer and use it in GitHub Desktop.
Save andrewxhill/4354110 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v2/themes/css/cartodb.css" />
<script src="http://libs.cartocdn.com/cartodb.js/v2/cartodb.js"></script>
<style>
#map{ height: 500px; width: 960px;}
</style>
<script>
window.onload = function() {
cartodb.createVis('map', 'http://viz2.cartodb.com/api/v1/viz/1854/viz.json');
}
</script>
</head>
<body>
<div id="map"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment