Skip to content

Instantly share code, notes, and snippets.

@MarthaAnne
Created November 10, 2015 10:59
Show Gist options
  • Save MarthaAnne/c4af6d1a1eceae3d0fcc to your computer and use it in GitHub Desktop.
Save MarthaAnne/c4af6d1a1eceae3d0fcc to your computer and use it in GitHub Desktop.
uk-map
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>geoJSON map</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<link rel="stylesheet" type="text/css" href="styling.css"></link>
</head>
<body>
<div id = "contentContainer">
<div id = "header">
<h1>United Kingdom</h1>
</div>
<div id = "svgContainer">
<div id = "tooltip"></div>
</div>
</div>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment