2.0.0 • Published 9 years ago

faces-map v2.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

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