nextzen / d3-vector-tiles

Adapting d3.geo.tile to show Mapzen vector tiles
http://nextzen.github.io/d3-vector-tiles
MIT License
52 stars 21 forks source link

d3-vector-tiles

Adapting d3.geo.tile to show Mapzen vector tiles

Live demo: http://mapzen.github.io/d3-vector-tiles

d3-vector-tiles-demo screenshot

Demos

There are three demos, one per vector tile format.

Recommended pairings

Format pros & cons

To run locally:

Download this repo, then start a web server in its directory:

python -m SimpleHTTPServer 8000

If that doesn't work, try:

python -m http.server 8000

Then navigate to: http://localhost:8000