faces-map

2.0.0 • Public • Published

faces-map

Fill a GeoJSON shape with photo thumbnails

Created for the 2015 Myanmar elections

Usage

Put a GeoJSON FeatureCollection as static/country.json

Put many images in the static/faces directory. Run imagemagick to make them smaller

brew install imagemagick
cd static/faces
mogrify -path ./ -resize 20% -format jpg *.png
rm *.png

Run this to see the map on http://localhost:8080

npm install
npm start

Run this to create an image from the command line

npm install
node cli.js

Output is map.png

License

Open source with an MIT license

Package Sidebar

Install

npm i faces-map

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • ndoiron