Skip to content

Instantly share code, notes, and snippets.

@uafrazier
uafrazier / index.html
Last active August 29, 2015 14:13
Leaflet Map with OpenStreetMap Tiles
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Web Map</title>
<!-- reference to Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@uafrazier
uafrazier / index.html
Last active August 29, 2015 14:13
Leaflet Map with Default Marker
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Web Map</title>
<!-- reference to Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@uafrazier
uafrazier / index.html
Last active August 29, 2015 14:13
Leaflet Map Utilizing setView() method with Scroll Wheel Zoom Disabled
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Web Map</title>
<!-- reference to Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@uafrazier
uafrazier / index.html
Last active August 29, 2015 14:13
Leaflet Map with Default Popup
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Web Map</title>
<!-- reference to Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@uafrazier
uafrazier / index.html
Last active August 29, 2015 14:13
Leaflet Map Starter HTML File
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Web Map</title>
<style>
@uafrazier
uafrazier / index.html
Last active August 29, 2015 14:13
Leaflet Map with WMS Layer
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Web Map</title>
<!-- reference to Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@uafrazier
uafrazier / index.html
Last active August 29, 2015 14:13
Leaflet Map with a Polyline
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Web Map</title>
<!-- reference to Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@uafrazier
uafrazier / index.html
Last active August 29, 2015 14:13
Leaflet Map with a Circle
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Web Map</title>
<!-- reference to Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@uafrazier
uafrazier / index.html
Last active August 29, 2015 14:13
Leaflet Map with a Rectangle
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Web Map</title>
<!-- reference to Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@uafrazier
uafrazier / US-passports.csv
Last active August 29, 2015 14:17
US Passport Issuance by US State/Territory per Fiscal Year (2008-2014)
State FY2014 FY2013 FY2012 FY2011 FY2010 FY2009 FY2008
ALABAMA 92028 87717 90861 99122 111079 104254 127641
ALASKA 34377 34604 34207 33587 42722 41637 46608
AMERICAN SAMOA 1431 1341 1564 1509 1912 1466 1826
ARIZONA 231380 222440 210841 196629 289901 304003 349932
ARKANSAS 57805 57629 58087 56071 67737 63504 78014
CALIFORNIA 1900811 1793399 1722977 1600966 1939159 1899795 2396769
COLORADO 245285 230116 215739 200567 238713 225982 299164
CONNECTICUT 178072 175025 174893 162544 197136 180893 222977
DELAWARE 34090 32007 31700 31051 36994 33584 42047