Skip to content

Instantly share code, notes, and snippets.

@rfriberg
rfriberg / index.html
Created January 9, 2014 00:31
D3 slider example
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.description {
font-size: 12px;
font-weight: bold;
width: 700px;
}
.description span {
display: inline-block;
@rfriberg
rfriberg / index.html
Created January 9, 2014 21:57
Climate Stations UTFGrid
<!DOCTYPE html>
<html>
<head>
<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js'></script>
<link
href='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.css'
rel='stylesheet' />
<style>
body {
margin:0;
@rfriberg
rfriberg / DNM_geology.geojson
Created October 18, 2016 18:07
Geology of Dinosaur National Monument
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rfriberg
rfriberg / DNM_geology.geojson
Created October 18, 2016 18:07
Geology of Dinosaur National Monument
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rfriberg
rfriberg / san_juan_nhp_geology.geojson
Created October 18, 2016 20:34
Geology of San Juan Island, WA
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rfriberg
rfriberg / san_juan_nhp.geojson
Created October 18, 2016 20:36
San Juan National Historic Park boundary
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rfriberg
rfriberg / index.html
Last active February 28, 2017 18:47
One Minute Map
<!DOCTYPE html>
<html lang="en">
<head>
<title>One Minute Map</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://mapzen.com/js/mapzen.css">
<script src="https://mapzen.com/js/mapzen.min.js"></script>
<style>
#map {
@rfriberg
rfriberg / index.html
Last active February 28, 2017 18:46
Under The Hood
<!DOCTYPE html>
<html lang="en">
<head>
<title>Under The Hood</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://mapzen.com/js/mapzen.css">
<script src="https://mapzen.com/js/mapzen.min.js"></script>
<style>
#map {
@rfriberg
rfriberg / index.html
Last active February 28, 2017 23:07
Bells and Whistles
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bells and Whistles</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://mapzen.com/js/mapzen.css">
<script src="https://mapzen.com/js/mapzen.min.js"></script>
<style>
#map {
height: 100%;
@rfriberg
rfriberg / index.html
Last active February 28, 2017 18:44
San Juan Island - Leaflet
<!DOCTYPE html>
<html lang="en">
<head>
<title>San Juan Island - Leaflet</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://mapzen.com/js/mapzen.css">
<script src="https://mapzen.com/js/mapzen.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-ajax/2.1.0/leaflet.ajax.js"></script>
<style>
#map {