Skip to content

Instantly share code, notes, and snippets.

@rfriberg
rfriberg / index.html
Last active March 16, 2021 20:11
San Juan Island - Interactivity Demo
<!DOCTYPE html>
<html lang="en">
<head>
<title>San Juan Island Geology - Interactivity</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 November 7, 2017 17:18
Isochrone Demo
<!DOCTYPE html>
<html lang="en">
<head>
<title>Isochrone service demo</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 April 10, 2017 18:36
Leaflet Layers Control with Tangram
<!DOCTYPE html>
<html lang="en">
<head>
<title>Layers Control test</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.1/dist/leaflet.css" />
<style>
html,body{margin: 0; padding: 0}
#map {
height: 100%;
@rfriberg
rfriberg / index.html
Last active March 2, 2017 04:18
San Juan Island Geology Labels
<!DOCTYPE html>
<html lang="en">
<head>
<title>San Juan Island Geology Labels</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 March 2, 2017 04:17
San Juan Island Geology Map
<!DOCTYPE html>
<html lang="en">
<head>
<title>San Juan Island Geology</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 March 2, 2017 04:16
San Juan National Historic Park
<!DOCTYPE html>
<html lang="en">
<head>
<title>San Juan National Historic Park</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 March 2, 2017 03:47
San Juan Island - Tangram scene
<!DOCTYPE html>
<html lang="en">
<head>
<title>San Juan Island - Tangram scene</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 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: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 {