Project Linework
Project Linework is a library of handcrafted vector linework for cartography, each one designed in a unique aesthetic style. It’s meant to break us away from the default line paths that we so often rely on by providing some more visually-interesting alternatives. Download the current files at projectlinework.org. Learn more about Mr. Huffman's inspiration.
Linework
- 1981, @pinakographos
- Angular, Dennis McClendon
- Charmingly Innacurate, @pinakographos
- Elmer Casual, @omnitarian
- Geomotional, @pinakographos
- Geo Metro, @pinakographos
- Liana, Sarah Bennett
- Moriarty Hand, @dylanmoriarty
- Times Approximate, @pinakographos
- Twenty Seventy, @omnitarian
- Wargames, @pinakographos
- Weekend Update, @jonahadkins
What's included?
Most sets include all of the following:
- Illustrator: projected to best fit extent, PDF & Inkscape compatible
- SVGs: for web and other vector needs
- Shapefiles: great with QGIS or ArcGIS
- GeoJSON: Add to your webmaps
Geographic Data (not included in all sets) typically consists of admin0 poly/Line, admin1 poly/Line, streams, lakes, and waterbodies
Website
The projectlinework.org website is hosted here as well - it's a jekyll website and can be run locally with jekyll serve --watch
.
License
CC0 1.0 Universal. Please credit the author and the project wherever possible.
Develop
You can convert all shapefiles of a particular linework set by using convert.sh <linework_set_name>
. In order to convert/update a linework set this way we assume:
- you have a
/shp
file directory set up in your new linework set with properly formatted Shapefiles - you have installed
gdal
on your computer to useogr2ogr
to convert shapefiles to GeoJSON - you have installed
topojson
globally on your computer to convert GeoJSON files to TopoJSON.
Deployment is only possible if you have Amazon s3 keys provided to you by the Project Linework maintainers.