tramck / d3-geomap

d3.geomap - a reusable geographic map for D3.js

Home Page:http://d3-geomap.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3.geomap

npm package version npm package license

d3.geomap is designed to be a reusable geographic map for D3. In its current stage it consists of a class to create plain maps d3.geomap() and one for choropleth maps d3.geomap.choropleth().

Refer to the documentation on how to use d3.geomap and to download a bundle that contains minified versions of d3.geomap and its dependencies as well as TopoJSON files for creating world and individual country maps.

Installing from source

$ git clone https://github.com/yaph/d3-geomap.git
$ cd d3.geomap
$ npm install

Start the development server

$ gulp

Open http://localhost:8000/examples/ in a browser and choose to view one of the example maps.

Map Showcase

World Cup 2014 Players' Birth Countries

The map above, showing birth countries of Football World Cup 2014 players, was created with d3.geomap. For more examples see the map showcase.

About

d3.geomap - a reusable geographic map for D3.js

http://d3-geomap.github.io/

License:MIT License


Languages

Language:JavaScript 91.3%Language:Python 5.9%Language:Makefile 1.9%Language:CSS 0.9%