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
Created January 13, 2017 23:57
Travel by Map - work in progress
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Travel by Map Example (WIP)</title>
<link rel="stylesheet" href="https://mapzen.com/js/mapzen.css"/>
<link rel="stylesheet" href="https://unpkg.com/leaflet-easybutton@2.0.0/src/easy-button.css">
<link rel="stylesheet" href="https://unpkg.com/lrm-mapzen/dist/lrm-mapzen.css" />
<style>
.icon {
@rfriberg
rfriberg / index.html
Created February 2, 2017 01:59
Campus Map | The mapzen.js geocoder
<!DOCTYPE html>
<html lang="en">
<head>
<title>Campus Map | The mapzen.js geocoder</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>
html,body{margin: 0; padding: 0}
#map {
@rfriberg
rfriberg / index.html
Created February 2, 2017 02:00
Country Finder | The mapzen.js geocoder
<!DOCTYPE html>
<html lang="en">
<head>
<title>Country Finder | The mapzen.js geocoder</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>
html,body{margin: 0; padding: 0}
#map {
@rfriberg
rfriberg / index.html
Last active February 28, 2017 18:34
Dot mapping in Tangram - interactive
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dot Mapping</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>
html,body{margin: 0; padding: 0}
#map {