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.
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.