Skip to content

Instantly share code, notes, and snippets.

View SiggyF's full-sized avatar

Fedor Baart SiggyF

View GitHub Profile
@SiggyF
SiggyF / .block
Created September 16, 2023 13:00 — forked from sjengle/.block
Flight Paths Edge Bundling
license: gpl-3.0
height: 500
border: no
@SiggyF
SiggyF / index.html
Last active August 29, 2015 14:13 — forked from mbostock/.block
Update
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"/>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>
<script src="http://smeijer.github.io/GeoSearch/js/l.control.geosearch.js"></script>