Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
A very simple "choropleth" style map with D3. All you need is a GeoJSON of polygons.
JavaScript CSS
Branch: master
Failed to load latest commit information.
bower_components Adding reference for color brewer colors.
dist Building for 0.1.5
example-data Update of us census example data.
lib Separating legend drag and scale.
tests Adding in basic tests.
.gitignore rearranging things for github pages.
Gruntfile.js rearranging things for github pages.
LICENSE.txt Adding MIT license.
README.md Moving other libraries to bower dev dependencies.
bower.json Changing bower ignore so for smaller downloads.
index.html
package.json Building for 0.1.5

README.md

Simple Map (D3)

A very simple "choropleth" style map with tooltips with D3. All you need is a GeoJSON of polygons.

Usage

See code.minnpost.com/simple-map-d3 for instructions, configuration, and examples.

Development

Install

  1. Install NodeJS.
  2. Install Grunt: npm install -g grunt-cli
  3. Install Bower: npm install -g bower
  4. Install packages: npm install && bower install

Build

  1. Run: grunt

Testing

There are some very basic tests in the tests/ folder. Run them like so: node tests/core.js

Browser support

As this library depends heavily on D3 and SVG, Simple Map will only work in "modern" browsers. The following is some basic tests run on Tesling.

browser support

Something went wrong with that request. Please try again.