Skip to content

Instantly share code, notes, and snippets.

@adamwd392
adamwd392 / index.html
Created December 11, 2017 23:39
GES679-Assignment5-AdamDuvall
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
margin: 0;
}
</style>
<body>
Describe the purpose of JavaScript, how might it relate to web mapping and visualization?
@adamwd392
adamwd392 / index.html
Last active December 11, 2017 23:10
Ges679-Lab5-AdamDuvall
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
margin: 0;
}
</style>
<body>
.button {
@adamwd392
adamwd392 / index.html
Last active December 17, 2015 01:55
FinalExam_pt3_relocateDC
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
margin: 0;
}
.map {
position: relative;
overflow: hidden;
}
@adamwd392
adamwd392 / index.html
Last active December 17, 2015 01:52
FinalExam_pt3_highways
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
margin: 0;
}
.map {
position: relative;
@adamwd392
adamwd392 / index.html
Last active December 17, 2015 01:51
FinalExam_pt3_tunnels
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
margin: 0;
}
.map {
position: relative;
@adamwd392
adamwd392 / index.html
Last active December 17, 2015 01:49
FinalExam_pt2
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.counties {
fill: none;
}
.countySelect {
fill: red;
}
.states {
@adamwd392
adamwd392 / index.html
Created December 17, 2015 00:05
FinalExam_pt1
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.land {
fill: #222;
}
.county-boundary {
fill: none;
@adamwd392
adamwd392 / index.html
Last active December 16, 2015 23:28
Final Project v3
<!DOCTYPE html>
<meta charset="utf-8">
<title>hmda</title>
<style>
body {
font: 20px sans-serif;
}
path {
fill: none;
stroke: #000;
@adamwd392
adamwd392 / counties.json
Last active December 10, 2015 01:56
final proj files
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamwd392
adamwd392 / index.html
Last active December 9, 2015 17:48
final2
<!DOCTYPE html>
<meta charset="utf-8">
<title>hmda</title>
<style>
body {
font: 20px sans-serif;
}
path {
fill: none;
stroke: #000;