<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Project Linework</title>
		<description>Handcrafted Vector Linework for Cartography</description>
		<link>http://projectlinework.org/</link>
		<atom:link href="http://projectlinework.org//feed.xml" rel="self" type="application/rss+xml" />
		
			<item>
				<title>Two New Sets!</title>
				<description>&lt;p&gt;We’re excited to announce &lt;strong&gt;two new linework sets&lt;/strong&gt; today: Moriarty Hand, by Dylan Moriarty, and Weekend Update, by Jonah Adkins!&lt;/p&gt;

&lt;p&gt;Both are hand-drawn, and provide a quick and easy way to infuse your digital map with the humanity of manual linework. Moriarty Hand is also our second linework set with complete global coverage, and our first hand-drawn one to reach this milestone. From Indonesia to Central America, it’s got you covered.&lt;/p&gt;
</description>
				<pubDate>Mon, 31 Aug 2015 00:00:00 +0000</pubDate>
				<link>http://projectlinework.org//2015/08/31/new_linework_sets.html</link>
				<guid isPermaLink="true">http://projectlinework.org//2015/08/31/new_linework_sets.html</guid>
			</item>
		
			<item>
				<title>How projectlinework.org runs</title>
				<description>&lt;p&gt;Project Linework’s new homes comes with a few updates but aims to keep things simple. All of your linework sets currently include downloads in four file types: &lt;strong&gt;Shapefile, Geojson, Topojson, and Adobe Illustrator&lt;/strong&gt;. These have been hand-crafted for your use in any way you please.&lt;/p&gt;

&lt;p&gt;The download packages are hosted by the &lt;a href=&quot;http://giscollective.org&quot;&gt;GISCollective&lt;/a&gt; and the website is running completely on &lt;a href=&quot;https://github.com/mapsam/project-linework/tree/gh-pages&quot;&gt;Github pages&lt;/a&gt; with jekyll. The most up-to-date linework sets can also be &lt;a href=&quot;https://github.com/mapsam/project-linework&quot;&gt;found on Github&lt;/a&gt;, but we urge you to download from the links on the website for fully-functioning data sets.&lt;/p&gt;
</description>
				<pubDate>Tue, 08 Oct 2013 00:00:00 +0000</pubDate>
				<link>http://projectlinework.org//2013/10/08/how_the_website_is_made.html</link>
				<guid isPermaLink="true">http://projectlinework.org//2013/10/08/how_the_website_is_made.html</guid>
			</item>
		
			<item>
				<title>Understanding TopoJSON</title>
				<description>&lt;p&gt;The Project Linework file types are all useful in their own way. &lt;a href=&quot;http://en.wikipedia.org/wiki/Topojson&quot;&gt;TopoJSON&lt;/a&gt; is an extension of GeoJSON created by Mike Bostock that creates its geometry through shared topology. TopoJSON files effectively reduce redundancy by only recording a shared point once instead of multiple times for multiple polygons within the file. Bostock explains it best:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;TopoJSON is an extension of GeoJSON that encodes topology. Rather than representing geometries discretely, geometries in TopoJSON files are stitched together from shared line segments called arcs. TopoJSON eliminates redundancy, offering much more compact representations of geometry than with GeoJSON; typical TopoJSON files are 80% smaller than their GeoJSON equivalents.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So, TopoJSON files are smaller, which is great! Most people will use these files in accordance with the &lt;a href=&quot;http://d3js.org&quot;&gt;d3.js&lt;/a&gt; visualization library. See an &lt;a href=&quot;http://bl.ocks.org/mapsam/6220895&quot;&gt;example&lt;/a&gt; of Project Linework TopoJSONs in action.&lt;/p&gt;

&lt;p&gt;With this simplification process, it is important to understand your own map and needs. Project Linework’s TopoJSON files are all &lt;a href=&quot;https://github.com/mbostock/topojson/wiki/Command-Line-Reference#quantization&quot;&gt;quantized&lt;/a&gt; at &lt;strong&gt;magnitude of 1e5&lt;/strong&gt; so the map can render at full detail in greater zoom levels. If you do not plan to make use of portions of your data at high zoom levels, look into &lt;a href=&quot;https://github.com/mbostock/topojson/wiki/Installation&quot;&gt;installing&lt;/a&gt; and &lt;a href=&quot;https://github.com/mbostock/topojson/wiki/Command-Line-Reference&quot;&gt;converting&lt;/a&gt; to TopoJSON at lower quantization levels to reduce file size.&lt;/p&gt;
</description>
				<pubDate>Mon, 07 Oct 2013 00:00:00 +0000</pubDate>
				<link>http://projectlinework.org//2013/10/07/topojson_files.html</link>
				<guid isPermaLink="true">http://projectlinework.org//2013/10/07/topojson_files.html</guid>
			</item>
		
			<item>
				<title>projectlinework.org released!</title>
				<description>&lt;p&gt;With the coming of the &lt;a href=&quot;http://nacis.org&quot;&gt;NACIS&lt;/a&gt; annual conference, Project Linework releases in full with a new home here at projectlinework.org. We’re excited to announce the first official series of linework sets here. Below are the seven new sets:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Elmer Casual&lt;/strong&gt; created by Marty Elmer&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Charmingly Inaccurate&lt;/strong&gt; edited by Daniel P Huffman&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Geo-Metro&lt;/strong&gt; created by Daniel P Huffman&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Liana&lt;/strong&gt; created by Sarah Bennett&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Times Approximate&lt;/strong&gt; edited by Daniel P Huffman&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Twenty Seventy&lt;/strong&gt; created by Marty Elmer&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Wargames&lt;/strong&gt; by Daniel Huffman&lt;/li&gt;
&lt;/ul&gt;
</description>
				<pubDate>Fri, 04 Oct 2013 00:00:00 +0000</pubDate>
				<link>http://projectlinework.org//2013/10/04/linework_released.html</link>
				<guid isPermaLink="true">http://projectlinework.org//2013/10/04/linework_released.html</guid>
			</item>
		
	</channel>
</rss>