vicgalle / d3-carto-map

A mapping API that uses D3 geospatial functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A mapping API that uses D3 geospatial functionality

License:The Unlicense


Languages

Language:JavaScript 98.1%Language:CSS 1.4%Language:Makefile 0.5%