iaean / fetch-topoJSON

Roll your own TopoJSON from Natural Earth data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository provides a convenient mechanism for generating TopoJSON files from Natural Earth. Before you can run make, you’ll need to install Node.js, topojson and the gdal package for your system.

yum install gdal-perl gdal-doc gdal
npm install -g topojson canvas

If you want to install this software using an alternate method see the website for TopoJSON. I also recommend reading Mike's tutorial, Let’s Make a Map.

Make Targets

  • topo/world-10m.json: Admin 0 country boundaries at 1:10,000,000 scale.
  • topo/world-50m.json: Admin 0 country boundaries at 1:50,000,000 scale.
  • topo/world-110m.json: Admin 0 country boundaries at 1:110,000,000 scale.

About

Roll your own TopoJSON from Natural Earth data.

License:MIT License


Languages

Language:Makefile 100.0%