Skip to content

Instantly share code, notes, and snippets.

View DGuidi's full-sized avatar
🏠
¯\_(ツ)_/¯

Diego Guidi DGuidi

🏠
¯\_(ツ)_/¯
  • Fano, Italy
View GitHub Profile
@DGuidi
DGuidi / index.html
Last active December 28, 2015 00:49 — forked from wboykinm/index.html
D3 GeoJSON in Leaflet
<!DOCTYPE html>
<meta charset="utf-8">
<title>D3 GeoJSON in Leaflet</title>
<link href='http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css' rel='stylesheet' />
<!--[if lte IE 8]>
<link href='http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css' rel='stylesheet'>
<![endif]--><style>
html, body, #map { height: 100%;width:100%; background:#020B26;position:absolute;}
body { padding: 0; margin: 0; }
path { stroke-linejoin; round; stroke-linecap: round; fill: none}