Bron: CBS
MIT licence
| lon | lat | name | place | intercity | |
|---|---|---|---|---|---|
| 4.977 | 52.2785 | Abcoude | Abcoude | false | |
| 5.278055668 | 52.39416504 | Almere Buiten | Almere | false | |
| 5.21764 | 52.37503 | Almere Centrum | Almere | true | |
| 5.190277576 | 52.36750031 | Almere Muziekwijk | Almere | false | |
| 5.300555706 | 52.40333176 | Almere Oostvaarders | Almere | false | |
| 5.244722366 | 52.37666702 | Almere Parkwijk | Almere | false | |
| 5.151944 | 52.342778 | Almere Poort | Almere | false | |
| 4.917778015 | 52.34666824 | Amsterdam Amstel | Amsterdam | true | |
| 4.900277615 | 52.37888718 | Amsterdam Centraal | Amsterdam | true |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <meta http-equiv="Content-Language" content="en" /> | |
| <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width"> | |
| <title>Geologic Time</title> | |
| <link rel="stylesheet" href="timescale.css" /> |
| <!-- | |
| - Werknemers (?) | |
| - Budgetten | |
| -svg title hover | |
| - Kleur voor rwt/zbo/rwtzbo/agentschap/ministerie | |
| - Text overlap fixen | |
| - Curved text? | |
| --> | |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> |
| license: gpl-3.0 | |
| height: 710 | |
| scrolling: no | |
| border: no |
| license: gpl-3.0 | |
| height: 950 | |
| scrolling: no | |
| border: yes |
A modular D3.js-based geologic time scale that utilizes data from the Paleobiology Database.
To use, simply include timescale.js and timescale.css in your HTML document, and initialize into the div of your choice with timescale.init("id-of-div").