pelias-quattroshapes
v1.0.1
Published
1. `wget http://data.mapzen.com/quattroshapes/quattroshapes-simplified.tar.gz` 2. `git clone [email protected]:pelias/quattroshapes.git && cd quattroshapes`; 3. `npm install`; 4. follow [these instructions](https://github.com/pelias/config#local-config) to d
Downloads
3
Readme
Installation
wget http://data.mapzen.com/quattroshapes/quattroshapes-simplified.tar.gz
git clone [email protected]:pelias/quattroshapes.git && cd quattroshapes
;npm install
;- follow these instructions to define the quattroshapes datapath in your local config.
- list available imports:
node example/runme.js
; - import a layer
node example/runme.js admin0
; - repeat for other polygon layers
alpha3 filter
You can optionally restrict the import to a specific country (alpha3)
ref: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-3
$> node example/runme.js local_admin GBR