Skip to content

emeeks/d3-carto-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

96cdc96 · Mar 15, 2015
Sep 25, 2014
Mar 15, 2015
Jul 16, 2014
Jul 16, 2014
Sep 1, 2014
Jul 16, 2014
Jul 16, 2014
Jul 5, 2014
Dec 16, 2014
Dec 16, 2014
Jul 16, 2014
Mar 15, 2015
Dec 8, 2014
Sep 16, 2014
Sep 28, 2014
Aug 26, 2014

Repository files navigation

d3-carto-map

0.4

d3.carto is a library for creating layer-based maps using D3. It allows you to easily make tile and vector maps that take advantage of D3's amazing geospatial functionality.

Take a look at the wiki to get started or if you'd prefer to see what d3.carto can do, there are some examples here and more as blocks.

d3.carto examples

Contributing

To work with the development version of d3-carto-map, you will need to have Node.js and npm installed.

You can then install the node packages for d3-carto-map by running make install-deps.

Source code is in the src/ directory. Run make all to create the production files d3.carto.map.js and d3.carto.map.min.js. Running make watch will generate those production files continuously.