Skip to content

Instantly share code, notes, and snippets.

View jsoetendal's full-sized avatar

Jasper Soetendal jsoetendal

View GitHub Profile
@emacgillavry
emacgillavry / index.html
Last active June 7, 2017 19:44
NL WMTS-service in OpenLayers
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8">
<title>BRT-Achtergrondkaart in OpenLayers</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="author" content="Edward Mac Gillavry">
<link rel="stylesheet" href="main.css">
</head>
@stepheneb
stepheneb / index.html
Last active June 17, 2023 04:10
D3 Example: zoom, pan, and axis rescale
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>One Graph</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.v2.js"></script>
<script type="text/javascript" src="simple-graph.js"></script>
<style type="text/css">
body { font: 13px sans-serif; }
rect { fill: #fff; }
@mbostock
mbostock / .block
Last active November 14, 2023 03:46
Google Maps + D3
license: gpl-3.0