Skip to content

Instantly share code, notes, and snippets.

View Tungurahua's full-sized avatar

Albrecht Tungurahua

View GitHub Profile
@Tungurahua
Tungurahua / .block
Last active July 15, 2018 20:20
fresh block
license: mit
Gemeinde Einwohner Fläche
Allershausen 5688 26.50
Attenkirchen 2695 16.13030273
Au 5944 54.98835983
Eching 13640 37.28353083
Fahrenzhausen 4908 37.62789909
Freising 47848 88.6154063
Gammelsdorf 1462 21.62
Haag 2903 21.68951236
Hallbergmoos 10835 35.0380617
@Tungurahua
Tungurahua / index.html
Created July 10, 2018 21:29 — forked from dnprock/index.html
US States Map - Choropleth plus Bar
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 500px;
position: relative;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Tungurahua
Tungurahua / README.md
Last active July 10, 2018 17:01 — forked from john-guerra/README.md
GeoJson map of Colombia

Geo Json map of Freising District

Based on the Map of Thailand by Master Krist Wongsuphasawat, a simple map of the District of Freising using GeoJSON and D3.js

As in Krist example:

  • Each province is color-coded by the length of its name in German.
  • Hover each province to see text effects.
  • New font is chosen randomly every time you change the province.
license: mit