<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
  <channel>
    <title>Wayside Mapping</title>
    <description>Posts by Quincy Morgan</description>
    <link>https://waysidemapping.org</link>
    <language>en-us</language>
    <copyright>© 2026 Quincy Morgan</copyright>
    <atom:link href="https://waysidemapping.org/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Pinhead Map Icons</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2026 Quincy Morgan</dc:rights>
        
        <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/pinhead-map-icons/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/pinhead-map-icons/</guid>
        <description><![CDATA[<p>Without symbols your map would just be a blank piece of paper. Fundamentally, a map is nothing more than a series of symbols representing something spatial. So you need good symbology to make a good map. And in my experience, to make a great map you need great icons for your map pins. But where to get them?</p>

<p>There are quite a few open source icon libraries out there, but they all have compromises. Some are too detailed and don’t look good at the small sizes required by maps. Some come with license contraints or partial paywalls. Some are too limited in scope or too hard to use. So short of drawing their own, most open source cartographers have to settle with cobbling together free icons from different sources that don’t really go together. Not ideal.</p>

<h2 id="one-library-all-the-icons">One library, all the icons</h2>

<p>In 2026 I started the <a href="github.com/waysidemapping/pinhead">Pinhead icon library</a> to serve as a centralized, public domain, collaborative repository of map icons. The goal is nothing less than creating the best and biggest set of open source map icons on the web.</p>

<p>I seeded Pinhead with icons from popular public domain icons sources, including Maki, Temaki, NPS, and OpenStreetMap Carto. I gave every icon a descriptive name, conflated duplicates, scaled them to the same size and orientation, and cleaned up their SVGs. Work to improve legiblity and standardize design elements has also been underway. You can browse the <a href="https://pinhead.ink/coverage/">coverage page</a> to see how Pinhead compares to other icon sets.</p>

<h2 id="accessing-pinhead">Accessing Pinhead</h2>

<p>I aim for Pinhead to be the easiest-to-access icon library. The icons are distributed in two main formats: as SVG files and as a compiled font file. I’ve built a few different distribution methods, each of which is updated upon release, so whenever an icon is added to Pinhead it will appear across the ecosystem automatically.</p>

<h3 id="web-distribution">Web distribution</h3>

<p>I built a preview website, <a href="https://pinhead.ink">pinhead.ink</a>, where users can search and download individual Pinhead icons, copy their SVG codes, or get all the icon files in one download.</p>

<p>All version of all the icon files, metadata files, and font files are hosted at stable endpoints on the web server. This lets users reference remote resources in their apps like <code class="language-plaintext highlighter-rouge">&lt;img src="https://pinhead.ink/v21/windmill.svg" width="15px" height="15px"/&gt;</code> or <code class="language-plaintext highlighter-rouge">&lt;link href="https://pinhead.ink/v21/pinhead.css" rel="stylesheet"/&gt;</code>.</p>

<h3 id="wikimedia-commons-distribution">Wikimedia Commons distribution</h3>

<p>All Pinhead icons are <a href="https://commons.wikimedia.org/wiki/Category:Plain_black_Pinhead_SVG_icons">synced to Wikimedia Commons</a>, making them compatible to use within Wikipedia, Wikidata, the OpenStreetMap Wiki, and similar projects.</p>

<h3 id="qgis-distribution">QGIS distribution</h3>

<p>Pinhead <a href="github.com/waysidemapping/pinhead-qgis-resources">is bundled</a> by default within the Resource Sharing plugin in QGIS, making it straightforward for GIS pros to use and style Pinhead icons within QGIS projects.</p>

<h3 id="node-distribution">Node distribution</h3>

<p>Node developers have their choice of two versioned packages for integrating Pinhead icons into their projects: <a href="https://www.npmjs.com/package/@waysidemapping/pinhead"><code class="language-plaintext highlighter-rouge">@waysidemapping/pinhead</code></a> (for SVG files) and <a href="https://www.npmjs.com/package/@waysidemapping/pinhead-font"><code class="language-plaintext highlighter-rouge">@waysidemapping/pinhead-font</code></a> (for the webfont).</p>
]]></description>
      </item>
    
      <item>
        <title>USGS Streamgage Import</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-09-12T00:00:00+00:00</dcterms:modified>
        <pubDate>Tue, 19 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/usgs-import/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/usgs-import/</guid>
        <description><![CDATA[<h2 id="a-river-runs-through-it">A river runs through it</h2>
<p><a href="https://en.wikipedia.org/wiki/Stream_gauge">Streamgages</a> (or stream gauges if you prefer) are devices that measure the surface level of a body of water. Gage height is a simple measurement that tells hydrologists a great deal about the state of a watershed, marking both floods and droughts. It’s also of deep interest to boaters, who know that certain streams can only be navigated at certain water levels.</p>

<p>The U.S. Geological Survey maintains an extensive network of streamgages across the United States. Each has <a href="https://waterdata.usgs.gov/monitoring-location/USGS-08279500/">a webpage</a> providing the public with valuable real-time waterway data. However, I found the experience a bit siloed. As part of my <a href="https://waysidemapping.org/projects/water-trails/">canoe and kayak trail project</a>, I realized that if the USGS streamgages were included in OpenStreetMap, then apps could link users to current stream conditions. Time to get mapping!</p>

<figure>
    <img alt="Paddler in kayak looking at nearby streamgage on bank of the Perkiomen Creek." src="https://waysidemapping.org/img/usgs-streamgage-paddler.jpg" />
    <figcaption>Paddlers rely on streamgages to plan safe, enjoyable trips</figcaption>
</figure>

<h2 id="engaging-the-gages">Engaging the gages</h2>

<p>I knew it would be infeasible to map all 10,000+ USGS monitoring stations one-by-one, so a data import was in order. It turns out that there is a lot of churn with gages coming online and offline all the time. So instead of doing a one-time import of data that would instantly become stale, I wrote <a href="https://github.com/waysidemapping/usgs-to-osm">a series of scripts</a> that compare the latest offical data with OSM and generate <a href="https://wiki.openstreetmap.org/wiki/OsmChange">OsmChange files</a> with updates. This way we can keep the map fresh going forward.</p>

<figure class="inline-graphic graphic-background" style=""><div class="graphic-title">USGS to OSM import flow</div><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/usgs-streamgage-import-flow.svg" style="" /></figure>

<h3 id="1-getting-source-data">1. Getting source data</h3>

<p>The first step in our process is getting the source data. As the product of a federal agency, USGS data is in the public domain and thus license-compatible with OSM. Alas, USGS doesn’t distribute anything like a single GIS file of the gages. Rather, there is an <a href="https://nwis.waterdata.usgs.gov/nwis/current">old school API</a> that returns CSV tables of stations actively recording given metrics. Not ideal, but workable.</p>

<h3 id="2-crosswalking-the-source-data">2. Crosswalking the source data</h3>

<p>Next we have to translate, or “crosswalk” the source data into the OpenStreetMap format using standard tags. Regrettably, I find the USGS station names to be poorly formatted for OSM, with many having abbreviations and unexpected capitalization. But after a mix of automated and manual editing, we get objects with tags like this:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>man_made=monitoring_station
name=McKenzie River near Vida
official_name=MCKENZIE RIVER NEAR VIDA, OR
ref=14162500
website=https://waterdata.usgs.gov/monitoring-location/14162500
operator=United States Geological Survey
operator:short=USGS
operator:type=government
operator:wikidata=Q193755
ele=260.82
monitoring:water_level=yes
monitoring:flow_rate=yes
monitoring:water_temperature=yes
</code></pre></div></div>

<h3 id="3-fetching-existing-osm-data">3. Fetching existing OSM data</h3>

<p>It’s a common mistake in OSM to import duplicate features atop existing data. To avoid this, we need to be mindful of whatever gage data lives in OSM already. Luckily, since all USGS stations have unique identifiers, we can simply compare <code class="language-plaintext highlighter-rouge">ref</code> tags to avoid creating redundant features.</p>

<p>Before starting this import, I manually went through and added any missing <code class="language-plaintext highlighter-rouge">ref</code> and <code class="language-plaintext highlighter-rouge">operator</code> tags to USGS stations previously mapped in OSM. This done, we can fetch the latest OSM data with a short Overpass query.</p>

<h3 id="4-diffing-the-two-datasets">4. Diffing the two datasets</h3>

<p>At this stage we have two datasets: the official USGS data with OSM tags, and the downloaded OSM data. Their formats being the same, we can compare them directly and create three types of changes: additions, updates, and deletions. When updating, we don’t want to override everything from OSM, just values where USGS is the source of truth.</p>

<h3 id="5-uploading-to-osm">5. Uploading to OSM</h3>

<p>Our OsmChange files in hand, all we need to do is boot up JOSM, drag in the files, and upload. We can do this in small batches to avoid irking changeset reviewers with massive bounding boxes. For deletions, there are cases when stations haven’t been removed but are temporarily down, so I prefer to review each one manually.</p>

<p>With that, OSM is up-to-date with USGS. We can re-run the scripts anytime we like.</p>

<h2 id="follow-up-work">Follow-up work</h2>

<p>After completing the initial import, I decided to see how else I could take streamgage mapping even further.</p>

<h3 id="tagging-even-more-data">Tagging even more data</h3>

<p>USGS monitors a lot more than just water levels, so I expanded the script to support forty-some environmental qualities such as salinity, soil moisture, air pressure, and groundwater discharge. A lot of the sites have webcams, so I added links to those. Most have external identifiers that allow interfacing with providers like NOAA, so I added those through a third-party dataset.</p>

<figure>
    <a href="https://apps.usgs.gov/hivis/camera/NY_MOHAWK_RIVER_AT_LOCK_9_AT_ROTTERDAM_JUNCTION_HOME_VIEW"><img alt="Screenshot of USGS HIVIS webcam webpage showing cam with rainy scene of dam at Mohawk River at Lock 9." src="https://waysidemapping.org/img/usgs-streamgage-webcam.jpg" /></a>
    <figcaption><a href="https://apps.usgs.gov/hivis/camera/NY_MOHAWK_RIVER_AT_LOCK_9_AT_ROTTERDAM_JUNCTION_HOME_VIEW">USGS webcam</a> for a gage now linked from its <a href="https://www.openstreetmap.org/node/12080242758">OSM feature</a></figcaption>
</figure>

<h3 id="upgrading-usgs-geometry">Upgrading USGS geometry</h3>

<p>You can do a lot with automated edits, but editing by hand has its own advantages. It turns out that the gage coordinates given by USGS aren’t terribly accurate, erring by as much as a few hundred yards. This may be okay for 1:24,000 scale topo maps, but is wildly substandard for OpenStreetMap.</p>

<p>Since the import, mapper including myself have been improving gage locations in OSM based on aerial imagery, ground-level imagery, and surveys. In effect, this means that OpenStreetMap now has better geometry for USGS monitoring sites than does USGS. Go figure.</p>

<figure>
    <img alt="The National Map topo map showing gage location on west bank of Wissahickon Creek in Philadelphia" src="https://waysidemapping.org/img/usgs-streamgage-wiss-tnm.jpg" />
    <figcaption>Official USGS data shows this gage on the west bank of the creek</figcaption>
</figure>

<figure>
    <img alt="Screenshot of iD editor with Bing Streetside imagery viewer and aerial imagery showing gage on east side of the Wissahickon Creek next to Lincoln Drive" src="https://waysidemapping.org/img/usgs-streamgage-wiss-id.jpg" />
    <figcaption>Recent imagery shows it's actually on the east bank</figcaption>
</figure>

<figure>
    <img alt="Screenshot of the Pewu node history viewer showing OSM-carto map with overlay of node moved from west side to east side of creek" src="https://waysidemapping.org/img/usgs-streamgage-wiss-change.jpg" />
    <figcaption>A mapper can improve this gage's location in OSM</figcaption>
</figure>

<h3 id="tagging-gagehouses">Tagging gagehouses</h3>

<p>A gagehouse is a special little building that shelters gaging equipment. OpenStreetMap didn’t have a tag specifically for this, so I started using <code class="language-plaintext highlighter-rouge">building=gauge_house</code> (the British spelling), drawn as an area around the monitoring station node. I wrote up <a href="https://wiki.openstreetmap.org/wiki/Tag:building%3Dgauge_house">documentation</a> for this tag so other mappers can discover it.</p>

<figure>
    <img alt="Two-level concrete gagehouse on Tohickon Creek with steel bridge leading to door on upper level." src="https://waysidemapping.org/img/usgs-streamgage-gagehouse.jpg" />
    <figcaption>A gagehouse on Tohickon Creek in Pennsylvania</figcaption>
</figure>

<h3 id="visualizing-gages">Visualizing gages</h3>

<p>Having already developed the Canoe &amp; Kayak Trails view for OpenTrailMap, it was a natural fit to include streamgages. For the icon, I directly copied the pinwheel that has been used to mark gages on USGS topographic maps for decades. Users can easily view each station’s OSM tags and check its current conditions through external links.</p>

<figure>
    <a href="https://opentrailmap.us/#map=14.86/39.87038/-75.59599"><img alt="OpenTrailMap screenshot in 'Canoe &amp; Kayak Trails' view with the streamgage 'Brandywine Creek at Chadds Ford' selected. Sidebar is open showing website tags." src="https://waysidemapping.org/img/usgs-streamgage-otm-screenie.jpg" /></a>
    <figcaption>Inspecting the details of a streamgage in OpenTrailMap</figcaption>
</figure>

<h2 id="reflections-and-future-directions">Reflections and future directions</h2>

<p>In the end, I imported more than 16,000 USGS features into OSM that monitor surface water, groundwater, weather, soil, and snowpack.</p>

<p>Unusually for OSM imports, I did this without raising red flags from other mappers. The work was highly technical and time-intensive, involving a number of custom scripts and a fair amount of gruntwork. Most people do not have this level of expertise when trying to get their data into OSM. But the result was an accurate, comprehensive merging of data that would have taken over a thousand hours if completed manually.</p>

<p>I <a href="https://github.com/waysidemapping/usgs-to-osm">published my work</a> as open source in the hope that other people could adapt it to their own use cases. I myself have already adapted it to import NOAA’s tide gagues and Philadelphia’s bikeshare stations. Eventually I’d like to build out a reusable framework and library of third-party datasets to keep in sync with OSM.</p>

<p>Don’t hestitate to reach out if you have questions or need help with your own import.</p>
]]></description>
      </item>
    
      <item>
        <title>iD Preset Icons</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-25T00:00:00+00:00</dcterms:modified>
        <pubDate>Fri, 15 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/id-preset-icons/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/id-preset-icons/</guid>
        <description><![CDATA[<h2 id="keeping-the-map-iconic">Keeping the map iconic</h2>

<p>While I was a full-time maintainer of iD (the default editor at <a href="https://www.openstreetmap.org/edit?editor=id">osm.org/edit</a>), I designed over 270 preset icons. Presets are the default feature types such as “Coffeehouse” or “Foot Path” that people can add to OpenStreetMap using iD. Good preset icons keep the app approachable for new mappers while helping power-mappers sift through data. Plus I think bespoke icons make the map look pretty sharp.</p>

<p>My icons live in the <a href="https://github.com/rapideditor/temaki">Temaki icon library</a>, which is licensed in the public domain and can be used by anyone. My contributions represent more than half of this library.</p>

<div class="graphic-group graphic-background"><div class="graphic-title">Some of my favorites</div><figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Blacksmith" src="https://waysidemapping.org/img/temaki/anvil_and_hammer.svg" style="max-width:40px;width:100%;" /><figcaption>Blacksmith</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Bubble Tea" src="https://waysidemapping.org/img/temaki/bubble_tea.svg" style="max-width:40px;width:100%;" /><figcaption>Bubble Tea</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Buoy" src="https://waysidemapping.org/img/temaki/buoy.svg" style="max-width:40px;width:100%;" /><figcaption>Buoy</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Cabin" src="https://waysidemapping.org/img/temaki/cabin.svg" style="max-width:40px;width:100%;" /><figcaption>Cabin</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Kebab" src="https://waysidemapping.org/img/temaki/vertical_rotisserie.svg" style="max-width:40px;width:100%;" /><figcaption>Kebab</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Quarry" src="https://waysidemapping.org/img/temaki/pick_hammer.svg" style="max-width:40px;width:100%;" /><figcaption>Quarry</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Scrap Yard" src="https://waysidemapping.org/img/temaki/junk_car.svg" style="max-width:40px;width:100%;" /><figcaption>Scrap Yard</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Speedway" src="https://waysidemapping.org/img/temaki/speedway_8.svg" style="max-width:40px;width:100%;" /><figcaption>Speedway</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Bricklayer" src="https://waysidemapping.org/img/temaki/brick_trowel.svg" style="max-width:40px;width:100%;" /><figcaption>Bricklayer</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Tailor" src="https://waysidemapping.org/img/temaki/needle_and_spool.svg" style="max-width:40px;width:100%;" /><figcaption>Tailor</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Tattoo Parlor" src="https://waysidemapping.org/img/temaki/tattoo_machine.svg" style="max-width:40px;width:100%;" /><figcaption>Tattoo Parlor</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Telescope" src="https://waysidemapping.org/img/temaki/telescope.svg" style="max-width:40px;width:100%;" /><figcaption>Telescope</figcaption></figure>
</div>

<h2 id="cultivating-a-design-language">Cultivating a design language</h2>

<p>A consistent design language helps users to make inferences and catch distinctions between icons. When possible, I designed related icons as a series to highlight commonalities.</p>

<div class="graphic-group graphic-background"><div class="graphic-title">Mountain landforms</div><figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Ridge" src="https://waysidemapping.org/img/temaki/mountain_range.svg" style="max-width:40px;width:100%;" /><figcaption>Ridge</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Valley" src="https://waysidemapping.org/img/temaki/valley.svg" style="max-width:40px;width:100%;" /><figcaption>Valley</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Saddle" src="https://waysidemapping.org/img/temaki/saddle.svg" style="max-width:40px;width:100%;" /><figcaption>Saddle</figcaption></figure>
</div>

<div class="graphic-group graphic-background"><div class="graphic-title">Water infrastructure</div><figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Well" src="https://waysidemapping.org/img/temaki/well_pump_manual.svg" style="max-width:40px;width:100%;" /><figcaption>Well</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Tap" src="https://waysidemapping.org/img/temaki/water_tap.svg" style="max-width:40px;width:100%;" /><figcaption>Tap</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Drinkable" src="https://waysidemapping.org/img/temaki/water_tap_drinkable.svg" style="max-width:40px;width:100%;" /><figcaption>Drinkable</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Powered Well" src="https://waysidemapping.org/img/temaki/well_pump_powered.svg" style="max-width:40px;width:100%;" /><figcaption>Powered Well</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Waterworks" src="https://waysidemapping.org/img/temaki/powered_pump.svg" style="max-width:40px;width:100%;" /><figcaption>Waterworks</figcaption></figure>
</div>

<div class="graphic-group graphic-background"><div class="graphic-title">Railroad tracks</div><figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Construction" src="https://waysidemapping.org/img/temaki/railway_track_partial.svg" style="max-width:40px;width:100%;" /><figcaption>Construction</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Standard" src="https://waysidemapping.org/img/temaki/railway_track.svg" style="max-width:40px;width:100%;" /><figcaption>Standard</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Abandoned" src="https://waysidemapping.org/img/temaki/railway_track_askew.svg" style="max-width:40px;width:100%;" /><figcaption>Abandoned</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Cable" src="https://waysidemapping.org/img/temaki/railway_cable_track.svg" style="max-width:40px;width:100%;" /><figcaption>Cable</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Narrow Gauge" src="https://waysidemapping.org/img/temaki/railway_track_narrow.svg" style="max-width:40px;width:100%;" /><figcaption>Narrow Gauge</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Miniature" src="https://waysidemapping.org/img/temaki/railway_track_mini.svg" style="max-width:40px;width:100%;" /><figcaption>Miniature</figcaption></figure>
</div>

<div class="graphic-group graphic-background"><div class="graphic-title">Transit boarding</div><figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Transit" src="https://waysidemapping.org/img/temaki/board_transit.svg" style="max-width:40px;width:100%;" /><figcaption>Transit</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Bus" src="https://waysidemapping.org/img/temaki/board_bus.svg" style="max-width:40px;width:100%;" /><figcaption>Bus</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="School Bus" src="https://waysidemapping.org/img/temaki/board_school_bus.svg" style="max-width:40px;width:100%;" /><figcaption>School Bus</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Trolleybus" src="https://waysidemapping.org/img/temaki/board_trolleybus.svg" style="max-width:40px;width:100%;" /><figcaption>Trolleybus</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Tram" src="https://waysidemapping.org/img/temaki/board_tram.svg" style="max-width:40px;width:100%;" /><figcaption>Tram</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Light Rail" src="https://waysidemapping.org/img/temaki/board_light_rail.svg" style="max-width:40px;width:100%;" /><figcaption>Light Rail</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Train" src="https://waysidemapping.org/img/temaki/board_train.svg" style="max-width:40px;width:100%;" /><figcaption>Train</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Heavy Rail" src="https://waysidemapping.org/img/temaki/board_heavy_rail.svg" style="max-width:40px;width:100%;" /><figcaption>Heavy Rail</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Subway" src="https://waysidemapping.org/img/temaki/board_subway.svg" style="max-width:40px;width:100%;" /><figcaption>Subway</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Hanging Rail" src="https://waysidemapping.org/img/temaki/board_hanging_rail.svg" style="max-width:40px;width:100%;" /><figcaption>Hanging Rail</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Monorail" src="https://waysidemapping.org/img/temaki/board_monorail.svg" style="max-width:40px;width:100%;" /><figcaption>Monorail</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="High-Speed" src="https://waysidemapping.org/img/temaki/board_train_bullet.svg" style="max-width:40px;width:100%;" /><figcaption>High-Speed</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Diesel" src="https://waysidemapping.org/img/temaki/board_train_diesel.svg" style="max-width:40px;width:100%;" /><figcaption>Diesel</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Steam" src="https://waysidemapping.org/img/temaki/board_train_steam.svg" style="max-width:40px;width:100%;" /><figcaption>Steam</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Kids&#39; Train" src="https://waysidemapping.org/img/temaki/board_train_kids.svg" style="max-width:40px;width:100%;" /><figcaption>Kids’ Train</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Gondola" src="https://waysidemapping.org/img/temaki/board_gondola_lift.svg" style="max-width:40px;width:100%;" /><figcaption>Gondola</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Ferry" src="https://waysidemapping.org/img/temaki/board_ferry.svg" style="max-width:40px;width:100%;" /><figcaption>Ferry</figcaption></figure>
</div>

<h2 id="gathering-inspiration">Gathering inspiration</h2>

<p>Temaki is part of a rich history of freely licensed map iconography. Some of my designs didn’t start from scratch, but were inspired by elements from the likes of <a href="https://www.nps.gov/subjects/gisandmapping/map-symbols-patterns-for-nps-maps.htm">National Park Service</a>, <a href="https://wiki.openstreetmap.org/wiki/OpenStreetMap_Carto">OSM Carto</a>, <a href="https://labs.mapbox.com/maki-icons/">Maki</a>, and other Temaki contributors (shoutout to <a href="https://github.com/bhousel">Bryan Housel</a>!)</p>

<div class="graphic-group graphic-background"><div class="graphic-title">Combining existing icons</div><figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Boulder 1" src="https://waysidemapping.org/img/temaki-boulder1.svg" style="max-width:40px;width:100%;" /><figcaption>Boulder 1</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Boulder 2" src="https://waysidemapping.org/img/temaki-boulder2.svg" style="max-width:40px;width:100%;" /><figcaption>Boulder 2</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Boulder 3" src="https://waysidemapping.org/img/temaki-boulder3.svg" style="max-width:40px;width:100%;" /><figcaption>Boulder 3</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Cairn" src="https://waysidemapping.org/img/temaki/cairn.svg" style="max-width:40px;width:100%;" /><figcaption>Cairn</figcaption></figure>
</div>

<h2 id="representing-map-features">Representing map features</h2>

<p>Since iD supports a vast number of feature types, I often ended up using literal representations of objects rather than abstraction or analogy.</p>

<p>For example, the default barrier icon in iD is a plain ⛔︎ no entry symbol. This is highly abstract and doesn’t tell you much about the real-world nature of the barrier. So, I designed a slew of descriptive icons that show each type of barrier as if you’re viewing it at ground level.</p>

<div class="graphic-group graphic-background"><div class="graphic-title">Barriers depicted literally</div><figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Bollard" src="https://waysidemapping.org/img/temaki/bollard.svg" style="max-width:40px;width:100%;" /><figcaption>Bollard</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Cattle Grid" src="https://waysidemapping.org/img/temaki/cattle_grid.svg" style="max-width:40px;width:100%;" /><figcaption>Cattle Grid</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Cycle Barrier" src="https://waysidemapping.org/img/temaki/cycle_barrier.svg" style="max-width:40px;width:100%;" /><figcaption>Cycle Barrier</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Dip" src="https://waysidemapping.org/img/temaki/speed_dip.svg" style="max-width:40px;width:100%;" /><figcaption>Dip</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Double Dip" src="https://waysidemapping.org/img/temaki/speed_dip_double.svg" style="max-width:40px;width:100%;" /><figcaption>Double Dip</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Gate" src="https://waysidemapping.org/img/temaki/gate.svg" style="max-width:40px;width:100%;" /><figcaption>Gate</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Hedge" src="https://waysidemapping.org/img/temaki/hedge.svg" style="max-width:40px;width:100%;" /><figcaption>Hedge</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Height Bar" src="https://waysidemapping.org/img/temaki/height_restrictor.svg" style="max-width:40px;width:100%;" /><figcaption>Height Bar</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Lift Boom" src="https://waysidemapping.org/img/temaki/lift_gate.svg" style="max-width:40px;width:100%;" /><figcaption>Lift Boom</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Rope Fence" src="https://waysidemapping.org/img/temaki/rope_fence.svg" style="max-width:40px;width:100%;" /><figcaption>Rope Fence</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Rumble Strip" src="https://waysidemapping.org/img/temaki/rumble_strip.svg" style="max-width:40px;width:100%;" /><figcaption>Rumble Strip</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Speed Bump" src="https://waysidemapping.org/img/temaki/speed_bump.svg" style="max-width:40px;width:100%;" /><figcaption>Speed Bump</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Speed Hump" src="https://waysidemapping.org/img/temaki/speed_hump.svg" style="max-width:40px;width:100%;" /><figcaption>Speed Hump</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Speed Table" src="https://waysidemapping.org/img/temaki/speed_table.svg" style="max-width:40px;width:100%;" /><figcaption>Speed Table</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Spike Strip" src="https://waysidemapping.org/img/temaki/spike_strip.svg" style="max-width:40px;width:100%;" /><figcaption>Spike Strip</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Squeeze" src="https://waysidemapping.org/img/temaki/stile_squeezer.svg" style="max-width:40px;width:100%;" /><figcaption>Squeeze</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Trench" src="https://waysidemapping.org/img/temaki/trench.svg" style="max-width:40px;width:100%;" /><figcaption>Trench</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Turnstile" src="https://waysidemapping.org/img/temaki/turnstile.svg" style="max-width:40px;width:100%;" /><figcaption>Turnstile</figcaption></figure>
</div>

<h2 id="distinguishing-similar-features">Distinguishing similar features</h2>

<p>iD has a lot of similar-sounding presets that trip up new mappers. What’s the difference between an island and an islet? I created unique icons for confusingly similar features to help mappers decide which one is a better match.</p>

<div class="graphic-group graphic-background"><div class="graphic-title">Small vs. large</div><figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Islet" src="https://waysidemapping.org/img/temaki/islet_tree.svg" style="max-width:40px;width:100%;" /><figcaption>Islet</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Island" src="https://waysidemapping.org/img/temaki/island_trees_building.svg" style="max-width:40px;width:100%;" /><figcaption>Island</figcaption></figure>
</div>
<div class="graphic-group graphic-background"><div class="graphic-title">Natural vs. landscaped</div><figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Grassland" src="https://waysidemapping.org/img/temaki/grass.svg" style="max-width:40px;width:100%;" /><figcaption>Grassland</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Grass" src="https://waysidemapping.org/img/temaki/lawn.svg" style="max-width:40px;width:100%;" /><figcaption>Grass</figcaption></figure>
</div>
<div class="graphic-group graphic-background"><div class="graphic-title">Horizontal vs. vertical</div><figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Adit" src="https://waysidemapping.org/img/temaki/adit_profile.svg" style="max-width:40px;width:100%;" /><figcaption>Adit</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Mineshaft" src="https://waysidemapping.org/img/temaki/mineshaft_cage.svg" style="max-width:40px;width:100%;" /><figcaption>Mineshaft</figcaption></figure>
</div>

<h2 id="illustrating-jargon">Illustrating jargon</h2>

<p>Detailed mapping requires a lot of specialized knowledge about what things are and what they’re called. I drew illustrative icons for niche feature types to help new mappers tag them correctly even if they’ve never heard the word “cairn” or “gantry”. These icons are especially helpful for non-English speakers since the preset labels in iD may not be fully translated.</p>

<div class="graphic-group graphic-background"><div class="graphic-title">Niche map features</div><figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Aerialway Pole" src="https://waysidemapping.org/img/temaki/aerialway_pole.svg" style="max-width:40px;width:100%;" /><figcaption>Aerialway Pole</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Cairn" src="https://waysidemapping.org/img/temaki/cairn.svg" style="max-width:40px;width:100%;" /><figcaption>Cairn</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Disc Golf" src="https://waysidemapping.org/img/temaki/disc_golf_basket.svg" style="max-width:40px;width:100%;" /><figcaption>Disc Golf</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Fish Ladder" src="https://waysidemapping.org/img/temaki/fish_ladder.svg" style="max-width:40px;width:100%;" /><figcaption>Fish Ladder</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Horn Cleat" src="https://waysidemapping.org/img/temaki/horn_cleat.svg" style="max-width:40px;width:100%;" /><figcaption>Horn Cleat</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Info Terminal" src="https://waysidemapping.org/img/temaki/app_terminal.svg" style="max-width:40px;width:100%;" /><figcaption>Info Terminal</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Rigger" src="https://waysidemapping.org/img/temaki/rigging.svg" style="max-width:40px;width:100%;" /><figcaption>Rigger</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Spring Rider" src="https://waysidemapping.org/img/temaki/spring_rider.svg" style="max-width:40px;width:100%;" /><figcaption>Spring Rider</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Taxiway" src="https://waysidemapping.org/img/temaki/plane_taxiing.svg" style="max-width:40px;width:100%;" /><figcaption>Taxiway</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Toll Gantry" src="https://waysidemapping.org/img/temaki/toll_gantry.svg" style="max-width:40px;width:100%;" /><figcaption>Toll Gantry</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Vacuum Station" src="https://waysidemapping.org/img/temaki/vacuum_station.svg" style="max-width:40px;width:100%;" /><figcaption>Vacuum Station</figcaption></figure>
<figure class="inline-graphic graphic-background" style="width:120px"><img class="graphic " title="" alt="Windpump" src="https://waysidemapping.org/img/temaki/windpump.svg" style="max-width:40px;width:100%;" /><figcaption>Windpump</figcaption></figure>
</div>

<h2 id="achieving-legibility">Achieving legibility</h2>

<p>The primary design constraint of map icons is legiblilty at small display sizes. The smaller your icons can be, the higher density of information you can convey.</p>

<p>Temaki icons are designed to be displayed at a minimum of 15x15 pixels. To achieve readable icons at this size, I aligned icon elements to a pixel grid and rarely used shapes smaller than one pixel in size.</p>

<div class="graphic-group graphic-background"><div class="graphic-title">My icons @ 15px</div><figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/adit_profile.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/aerialway_pole.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/airport.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/anchor_medal.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/anvil.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/anvil_and_hammer.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/app_terminal.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/army_tent.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/asterisk.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/balance_beam.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/barn.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/benchmark_disk.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bicycle_box.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bicycle_locker.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bicycle_rental.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bicycle_repair.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bicycle_shed.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bicycle_structure.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bikini.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/billboard.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_bus.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_ferry.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_gondola_lift.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_hanging_rail.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_heavy_rail.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_light_rail.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_monorail.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_school_bus.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_subway.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_train.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_train_bullet.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_train_diesel.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_train_kids.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_train_steam.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_tram.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_transit.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/board_trolleybus.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/boat.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/boat_dry_dock.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/boat_floating.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/boat_rental.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/boat_repair.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bollard.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bollard_row.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bow_and_arrow.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/brick_trowel.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bridge.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/briefcase.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/briefcase_asterisk.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/briefcase_bolt.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/briefcase_cross.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/briefcase_info.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/briefcase_shield.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bubble_tea.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bulletin_board.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bunk_beds.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bunker.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bunker_silo.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/buoy.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/bus_guided.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/cabin.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/cairn.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/camper_trailer.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/camper_trailer_dump.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/cape_landform.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/capitol.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/car_parked.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/car_pool.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/car_structure.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/carport.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/catering.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/cattle_grid.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/checkpoint.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/chefs_knife.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/chicane_arrow.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/cleaver.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/cliff_falling_rocks.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/clothes_hanger.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/conveyor.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/cooling_tower.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/cooling_tower_radiation.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/coral_reef.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/crossing_rail_rail.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/crossing_rail_road.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/crossing_rail_solid.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/crossing_rail_striped.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/crossing_tram_road.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/crossing_tram_solid.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/crossing_tram_striped.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/curtains.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/cycle_barrier.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/cyclist_crosswalk.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/dagger.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/desk_lamp.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/disc_golf_basket.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/dog_shelter.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/domed_tower.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/drag_lift.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/dress.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/drink_cup.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/embassy.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/ferry.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/field_hockey.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/fireplace.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/fish_ladder.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/freight_car.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/garden_bed.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/gate.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/golf_green.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/gondola_lift.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/goods_lift.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/gown.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/grass.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/hammer_shoe.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/hangar.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/hanging_rail.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/hedge.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/height_restrictor.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/horizontal_bar.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/horn_cleat.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/horse_shelter.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/horseshoe.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/horseshoes.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/hot_drink_cup.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/houseboat.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/hunting_blind.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/hut.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/info_board.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/island_trees_building.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/islet_tree.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/j_bar_lift.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/jetplane_front.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/junk_car.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/lawn.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/letter_box.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/lift_gate.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/light_rail.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/lounger.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/lounging.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/manufactured_home.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/maze.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/meat.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/military_checkpoint.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/mineshaft_cage.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/mineshaft_profile.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/monorail.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/motorcycle.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/motorcycle_rental.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/motorcycle_repair.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/mountain_asterisk.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/mountain_range.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/museum.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/needle_and_spool.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/obelisk.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/os_benchmark.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/parking_space.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/passport_checkpoint.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/ped_cyclist_crosswalk.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/pedestrian_and_cyclist.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/pedestrian_crosswalk.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/pedestrian_walled.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/pet_grooming.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/pick_hammer.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/picnic_shelter.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/pier_fixed.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/pier_floating.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/plane_taxiing.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/planes.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/planes_bidirectional.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/plant.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/plaque.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/platter_lift.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/play_structure.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/police_checkpoint.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/police_officer.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/portrait.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/portrait_framed.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/poster_box.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/power_pole.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/power_tower.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/powered_pump.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/racetrack_oval.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/radio.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/rail_flag.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/rail_profile.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/railway_cable_track.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/railway_track.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/railway_track_askew.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/railway_track_mini.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/railway_track_narrow.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/railway_track_partial.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/rigging.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/rocket_firework.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/room.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/rope_fence.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/row_houses.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/rumble_strip.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/saddle.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/sail.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/sandbox.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/sandwich.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/scaffold.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/school_bus.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/sculpture.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/seesaw.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/shield.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/shrub.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/shrub_low.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/shuffleboard.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/sign_and_bench.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/sign_and_car.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/sign_and_pedestrian.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/sleep_shelter.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/slide.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/speaker.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/speed_bump.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/speed_dip.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/speed_dip_double.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/speed_hump.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/speed_table.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/speedway_8.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/speedway_oval.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/spice_bottle.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/spike_strip.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/spotting_scope.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/spring_rider.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/statue.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/stile_squeezer.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/storage_rental.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/street_lamp_arm.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/striped_zone.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/subway.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/suitcase.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/suitcase_key.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/suitcase_xray.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/t_bar_lift.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/tall_gate.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/tattoo_machine.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/telescope.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/tiling.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/tire_course.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/toll_gantry.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/town_hall.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/train.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/train_bullet.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/train_diesel.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/train_kids.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/train_steam.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/train_wash.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/tram.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/tram_side.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/transit.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/transit_shelter.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/tree_and_bench.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/tree_row.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/trench.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/trolleybus.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/tunnel.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/turnstile.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/utility_pole.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/vacuum_station.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/valley.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/vase.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/vertical_rotisserie.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/water_tap.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/water_tap_drinkable.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/water_tower.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/well_pump_manual.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/well_pump_powered.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/windpump.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/windsock.svg" style="max-width:15px;width:100%;" /></figure>
<figure class="inline-graphic graphic-background" style="width:30px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/temaki/x_oblique.svg" style="max-width:15px;width:100%;" /></figure>
</div>

<h2 id="browsing-the-library">Browsing the library</h2>

<p>In addition to contributing icons, I also built a <a href="https://rapideditor.github.io/temaki/docs/">preview webpage</a> for the Temaki library. Users can filter icons by category and search them by name.</p>

<figure>
  <a href="https://rapideditor.github.io/temaki/docs/#group=animals"><img src="https://waysidemapping.org/img/temaki-preview-site-screenie.png" /></a>
  <figcaption>Filtering to animal icons (designed by myself and others)</figcaption>
</figure>
]]></description>
      </item>
    
      <item>
        <title>OSM 411</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-11T00:00:00+00:00</dcterms:modified>
        <pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/osm-411/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/osm-411/</guid>
        <description><![CDATA[<p>If you’ve spent much time in the OpenStreetMap community you’ll know that there are loads of amazing tools for exploring the map. Advanced users will often open the same data in multiple tools, depending on which is better suited to a specific task.</p>

<p><a href="https://osm411.org">OSM 411</a> is a website that makes it easy to browse different OSM tools while maintaining context. Basically it’s a big list of links that will all open to the same location. Users can customize the settings and then create a single link to save or share, while developers can configure the page with URL parameters.</p>

<p>I invite you to <a href="https://osm411.org/#map=14/39.9524/-75.1636">try it out</a> or <a href="https://github.com/waysidemapping/osm-411">learn more on GitHub</a>.</p>

<a href="https://osm411.org/#map=14/39.9524/-75.1636" class="img-container"><img src="https://waysidemapping.org/img/osm411-screenie.jpg" alt="Screenshot of osm411.org with map centered on Philadelphia City Hall." /></a>]]></description>
      </item>
    
      <item>
        <title>Wayside Surveys</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-10T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/wayside-surveys/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/wayside-surveys/</guid>
        <description><![CDATA[<h2 id="the-wayside-beckons">The wayside beckons</h2>

<p>When not at my desk, I spend as much time as I can taking the scenic route to the next spot on the map. How you get somewhere can be just as important as where you’re going, if not more so.</p>

<p>I desired to preserve a piece of the places I passed through, some of them rather fragile to change, so I tried mounting a GoPro to the hood and pressing record. The resulting videos became <a href="https://www.youtube.com/@waysidesurveys">Wayside Surveys</a> (formerly Wayside Geographic).</p>

<p>Now expanded to train trips, boat trips, and more, the channel is a high-resolution record of special places at specific points in time, documented for the benefit of mappers and future generations alike.</p>

<h2 id="sample-video">Sample video</h2>

<p>This relatively short drive in rural Arizona gives a taste for the channel (my <a href="https://www.youtube.com/watch?v=9ThFsHcf1ZA">longest video</a> is over six hours.) I recommend pumping the video quality up as high as you can to avoid compression artifacts.</p>

<iframe class="youtube-embed" src="https://www.youtube.com/embed/gIzNRXmsnbM?si=EasXmFQh4oeYvvO0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>
]]></description>
      </item>
    
      <item>
        <title>Wayside Mapping</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-29T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/wayside-mapping/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/wayside-mapping/</guid>
        <description><![CDATA[<h2 id="twitch-plays-openstreetmap">Twitch plays OpenStreetMap</h2>

<p>So you could spend months reading the OSM Wiki trying to figure out how to map something—or you could just learn by watching.</p>

<p>With the Wayside Mapping channels on <a href="https://www.twitch.tv/waysidemapping">Twitch</a> and <a href="https://www.youtube.com/@waysidemapping">YouTube</a>, I provide mapping livestreams and videos intended to demo the intricacies of OpenStreetMap editing. I always felt OSM was a little bit like a video game, so why not stream it like one? Come join the chat and let me know what you want to see mapped 🤙</p>

<iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/videoseries?si=XSu4JgPWvqtr2we_&amp;list=PLsqWuveqVgLMMKVzC8s1b6sLmEHkKD_Xl" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>
]]></description>
      </item>
    
      <item>
        <title>Canoe &amp; Kayak Trails</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-20T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/water-trails/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/water-trails/</guid>
        <description><![CDATA[<h2 id="one-big-paddle-network">One big paddle network</h2>

<p>I’ve been paddling my whole life, but I didn’t think much about canoe and kayak mapping until I stumbled across the <a href="https://www.northernforestcanoetrail.org/">Northern Forest Canoe Trail</a>. It opened my eyes to the idea that the world’s waterways form an interconnected paddle network similar to a road or trail network. Naturally I wanted to see how this could be modelled in OpenStreetMap.</p>

<p>Unfortunately, I found the existing OSM tagging to be lacking. While <a href="https://wiki.openstreetmap.org/wiki/Tag:route%3Dcanoe"><code class="language-plaintext highlighter-rouge">route=canoe</code></a> relations were in use, as was the <a href="https://wiki.openstreetmap.org/wiki/Key:canoe"><code class="language-plaintext highlighter-rouge">canoe=*</code></a> access tag, there was no consistent, expressive way to tag things like portages, whitewater rapids, open water, unimproved access points, or links between land and water.</p>

<h2 id="modern-tagging-for-water-trails">Modern tagging for water trails</h2>

<p>Over months of mapping the NFCT and similar water trails in the Northeast US, along with some community input, I developed an OSM data model that treats waterways as a routable paddle network. All the details needed for trip planning are represented. To help other mappers understand and use the model, I wrote extensive documentation on the OSM Wiki, including a comprehensive <a href="https://wiki.openstreetmap.org/wiki/Water_trails">water trail mapping guide</a>.</p>

<p><em>Some of the waterway tags I created or popularized, and have documented:</em></p>

<ul>
  <li><a href="https://wiki.openstreetmap.org/wiki/Key:rapids"><code class="language-plaintext highlighter-rouge">rapids=*</code></a> – the presence and grade of rapids</li>
  <li><a href="https://wiki.openstreetmap.org/wiki/Key:portage"><code class="language-plaintext highlighter-rouge">portage=*</code></a> – access for a person carrying a small boat on foot</li>
  <li><a href="https://wiki.openstreetmap.org/wiki/Key:open_water"><code class="language-plaintext highlighter-rouge">open_water=*</code></a> – how exposed is a waterway</li>
  <li><a href="https://wiki.openstreetmap.org/wiki/Key:oneway:canoe"><code class="language-plaintext highlighter-rouge">oneway:canoe=*</code></a> – is it possible to paddle upstream</li>
  <li><a href="https://wiki.openstreetmap.org/wiki/Tag:waterway%3Dflowline"><code class="language-plaintext highlighter-rouge">waterway=flowline</code></a> – a slow-moving flow through a large body of water</li>
  <li><a href="https://wiki.openstreetmap.org/wiki/Tag:waterway%3Daccess_point"><code class="language-plaintext highlighter-rouge">waterway=access_point</code></a> – a place where a path meets the water</li>
  <li><a href="https://wiki.openstreetmap.org/wiki/Tag:waterway%3Dlink"><code class="language-plaintext highlighter-rouge">waterway=link</code></a> – a topological connection between an access point and a waterway</li>
  <li><a href="https://wiki.openstreetmap.org/wiki/Tag:waterway%3Dconfluence"><code class="language-plaintext highlighter-rouge">waterway=confluence</code></a> – a notable junction between two waterways</li>
  <li><a href="https://wiki.openstreetmap.org/wiki/Tag:route%3Dportage"><code class="language-plaintext highlighter-rouge">route=portage</code></a> – a route taken to carry boats over land</li>
  <li><a href="https://wiki.openstreetmap.org/wiki/Key:waterway:name"><code class="language-plaintext highlighter-rouge">waterway:name=*</code></a> – the name of the waterway contained in a water area</li>
  <li><a href="https://wiki.openstreetmap.org/wiki/Key:waterbody:name"><code class="language-plaintext highlighter-rouge">waterbody:name=*</code></a> – the name of the water area surrounding a waterway</li>
</ul>

<h2 id="visualizing-water-trails">Visualizing water trails</h2>

<p>With the tagging squared away, the next step was to visualize the newly-mapped OSM data.</p>

<p>Coincidentally I had been working on <a href="https://waysidemapping.org/projects/opentrailmap/">OpenTrailMap</a> for OpenStreetMap US, and was able to add a <a href="https://opentrailmap.us/#map=12.31/40.12657/-75.48316&amp;mode=canoe">Canoe &amp; Kayak Trails view</a> with relative ease. The resulting map highlights things like access points, barriers, water locks, and canoeability. Mappers can also focus on specific attributes to expose missing data.</p>

<figure>
    <a href="https://opentrailmap.us/#map=12.31/40.12657/-75.48316&amp;mode=canoe"><img src="https://waysidemapping.org/img/opentrailmap-canoe-screenshot.jpg" /></a>
    <figcaption>Perkiomen Creek meeting the Schuylkill in OpenTrailMap</figcaption>
</figure>

<p>I also <a href="https://github.com/amandasaurus/waterwaymap.org/pull/43">added <code class="language-plaintext highlighter-rouge">portage=*</code> support</a> to the <a href="https://waterwaymap.org//#map=5.92/41.163/-76.419&amp;tiles=planet-waterway-canoeable">WaterwayMap canoe view</a>, allowing mappers to account for overland connections when identifying gaps in the paddle network. Thanks to <a href="https://github.com/amandasaurus">@amandasaurus</a> for maintaining this great tool!</p>

<figure>
  <a href="https://waterwaymap.org/#map=7.87/42.394/-75.648&amp;tiles=planet-waterway-canoeable"><img src="https://waysidemapping.org/img/waterwaymap-canoe-screenshot.jpg" /></a>
  <figcaption>The Upper Susquehanna Watershed in WaterwayMap (different colors are disconnected)</figcaption>
</figure>

<h2 id="state-of-the-map-us-talk">State of the Map US talk</h2>

<p>For a quick overview of my paddle tagging schema and its origins, check out my talk from State of the Map US 2024 in Salt Lake City. The information described in the recording is still relevant as of 2025.</p>

<iframe class="youtube-embed" src="https://www.youtube.com/embed/XXq6XYhDQlE?si=F6AyppFJjndUvgej" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>
]]></description>
      </item>
    
      <item>
        <title>Virginia is for Mappers</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-19T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/va-is-for-mappers/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/va-is-for-mappers/</guid>
        <description><![CDATA[<h2 id="welcome-to-virginia">Welcome to Virginia</h2>

<p>“<a href="https://en.wikipedia.org/wiki/Virginia_Is_for_Lovers">Virginia Is For Lovers</a>”, one of the more famous tourism slogans, can be found on welcome signs all over the state. Ahead of State of the Map US 2023 in Richmond, I adapted the design for the love of mappers, taking special care to place the ❤️ at the approximate location of RVA.</p>

<p>A sticker with this graphic was a freebie for conference attendees.</p>

<figure>
    <img alt="&quot;Virginia is for Mappers&quot; sticker on MacBook along with other OpenStreetMap-related stickers." src="https://waysidemapping.org/img/va-is-for-mappers-photo.jpg" />
    <figcaption>I still rep the sticker on my own laptop!</figcaption>
</figure>
]]></description>
      </item>
    
      <item>
        <title>Richmond Tattoo</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-10T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/sotmus-richmond-logo/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/sotmus-richmond-logo/</guid>
        <description><![CDATA[<h2 id="its-just-so-richmond">It’s just so Richmond</h2>

<p>In 2023 I was lucky enough to lead the logo design for the best party in mapping: State of the Map US. The result, in the words of one RVA local, is “just so Richmond”.</p>

<p>In a departure from most prior State of the Map US logos, the conference team opted for a monochrome design. The intent was to have something versatile that operated well in different contexts and different colors, and would look sleak on a shirt without using as much plastic ink.</p>

<p>Richmond is one of the most-tattooed cities in the US, so we decided to draw inspiration from classic tattoo art with an incised blackletter font. The raven nods to the <a href="https://en.wikipedia.org/wiki/The_Raven">classic work</a> of onetime Richmond resident Edgar Allen Poe and adds to the gothic feel.</p>

<p>The logo is framed by the iconic <a href="https://en.wikipedia.org/wiki/CSX_A-Line_Bridge">A-Line Bridge</a> and its reflection in the James River. Dogwoods, the state flower of Virginia, give a springtime flourish.</p>

<p>And of course our logo wouldn’t be complete without a map element, so we have the outline of Virginia (including the Eastern Shore!) with the capital star over Richmond.</p>

<h2 id="photo-gallery">Photo gallery</h2>

<img src="https://waysidemapping.org/img/sotmus-2023-photo1.jpg" alt="" /><img src="https://waysidemapping.org/img/sotmus-2023-photo2.jpg" alt="" /><img src="https://waysidemapping.org/img/sotmus-2023-photo3.jpg" alt="" /><img src="https://waysidemapping.org/img/sotmus-2023-photo4.jpg" alt="" />
<p>Photos by <a href="https://www.parkermichelsboyce.com">Parker Michels-Boyce</a> for OpenStreetMap US.</p>
]]></description>
      </item>
    
      <item>
        <title>review_requested</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-10T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/review_requested/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/review_requested/</guid>
        <description><![CDATA[<h2 id="i-would-like-someone-to-review-my-edits">i would like someone to review my edits</h2>

<p>As part of re-launching the OpenStreetMap US swag store, I created a design referencing the checkbox that OSM mappers see when uploading a changeset in iD or JOSM. Selecting this option  adds a <a href="https://wiki.openstreetmap.org/wiki/Key:review_requested"><code class="language-plaintext highlighter-rouge">review_requested=yes</code></a> tag to the changeset, hence the name of the product series.</p>

<p>This graphic was intended primarily for baby onesies and toddler shirts, a rarity for tech-themed merchandise. By popular demand, the design was expanded to adult-sized t-shirts and other items.</p>
]]></description>
      </item>
    
      <item>
        <title>Nova Scotia Scenic Drives</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-27T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/nova-scotia-scenic-routes/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/nova-scotia-scenic-routes/</guid>
        <description><![CDATA[<h2 id="from-the-cabot-to-the-evangeline">From the Cabot to the Evangeline</h2>
<p>Nova Scotia is “Canada’s Ocean Playground”, at least according to its license plates. The province has an extensive network of well-signed scenic routes inviting tourists to follow backroads while on their maritime adventures. The routes commemorate Nova Scotia’s history and culture, from the famed <a href="https://en.wikipedia.org/wiki/Cabot_Trail">Cabot Trail</a> to the Acadian <a href="https://en.wikipedia.org/wiki/Evangeline_Trail">Evangeline Trail</a> and beyond.</p>

<figure>
  <img alt="Photo of Cabot Trail North roadside reassurance marker." src="https://waysidemapping.org/img/ns-cabot-trail-roadsign-by-doug-kerr.jpg" />
  <figcaption>Photo by <a href="https://flic.kr/p/dkJYgU">Doug Kerr</a></figcaption>
</figure>

<p>After a summer road trip winding my way through the rugged beauty of Nova Scotia’s byways, I tasked myself with getting the province’s scenic routes “on the map”. To me, this meant mapping the routes in OpenStreetMap and then adding their shields to <a href="https://americanamap.org">OSM Americana</a>, a road-focused map style.</p>

<p>To my knowledge, this was the first time a state-level scenic route network has been comprehensive supported in an OSM-based map.</p>

<div class="graphic-group graphic-background"><div class="graphic-title">Shield icons by Quincy Morgan</div>
  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Bras d&#39;Or" src="https://waysidemapping.org/img/shield_ca_ns_s_bdolsd.svg" style="max-width:50px;width:100%;" /><figcaption>Bras d’Or</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Ceilidh" src="https://waysidemapping.org/img/shield_ca_ns_s_cet.svg" style="max-width:50px;width:100%;" /><figcaption>Ceilidh</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Cabot" src="https://waysidemapping.org/img/shield_ca_ns_s_ct.svg" style="max-width:50px;width:100%;" /><figcaption>Cabot</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Digby Neck" src="https://waysidemapping.org/img/shield_ca_ns_s_dnisd.svg" style="max-width:50px;width:100%;" /><figcaption>Digby Neck</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Evangeline" src="https://waysidemapping.org/img/shield_ca_ns_s_et.svg" style="max-width:50px;width:100%;" /><figcaption>Evangeline</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Fleur-de-lis" src="https://waysidemapping.org/img/shield_ca_ns_s_fdlt.svg" style="max-width:50px;width:100%;" /><figcaption>Fleur-de-lis</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Glooscap" src="https://waysidemapping.org/img/shield_ca_ns_s_gt.svg" style="max-width:50px;width:100%;" /><figcaption>Glooscap</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Kejimkujik" src="https://waysidemapping.org/img/shield_ca_ns_s_ksd.svg" style="max-width:50px;width:100%;" /><figcaption>Kejimkujik</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Lighthouse" src="https://waysidemapping.org/img/shield_ca_ns_s_lr.svg" style="max-width:50px;width:100%;" /><figcaption>Lighthouse</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Marine" src="https://waysidemapping.org/img/shield_ca_ns_s_md.svg" style="max-width:50px;width:100%;" /><figcaption>Marine</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Macdonald" src="https://waysidemapping.org/img/shield_ca_ns_s_mdb.svg" style="max-width:50px;width:100%;" /><figcaption>Macdonald</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="MacKay" src="https://waysidemapping.org/img/shield_ca_ns_s_mkb.svg" style="max-width:50px;width:100%;" /><figcaption>MacKay</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Marconi" src="https://waysidemapping.org/img/shield_ca_ns_s_mt.svg" style="max-width:50px;width:100%;" /><figcaption>Marconi</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="Sunrise" src="https://waysidemapping.org/img/shield_ca_ns_s_st.svg" style="max-width:50px;width:100%;" /><figcaption>Sunrise</figcaption></figure>

</div>

<h2 id="mapping">Mapping</h2>

<p>When I investigated the data, I found that a few of the scenic routes had already been mapped in OpenStreetMap, though without a unified tagging scheme. I cleaned up and standardized these routes, added the remainder, and collected them all with a unique <code class="language-plaintext highlighter-rouge">network</code> tag. Now the full slate of routes could be fetched with <a href="https://overpass-ultra.us/#run&amp;m=6.02/45.1682/-63.1248&amp;q=NoewrgLgXAVgziAdgXWBAlgWwKbmgNgAZkBuAKACdsAbYAIkWwgHcQKBrOgXjoGEBBKADkAylBF1SZPAAIA5rkwkgA">one simple query</a>.</p>

<h2 id="shield-icons">Shield icons</h2>

<p>To represent the routes in Americana, I drew a complete set of highway shield vector icons. These are inspired by their corresponding roadside route signs, but are not exact replicas. Instead, the graphics are simplified and pixel-aligned in order to be legible at the very small sizes required by digital road maps.</p>

<p>As with all Americana icons, these graphics are licensed CC0, meaning you (and anyone!) can freely use them in your own projects.</p>

<div class="graphic-group graphic-background"><div class="graphic-title">Display size</div>
  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_bdolsd.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_cet.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_ct.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_dnisd.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_et.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_fdlt.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_gt.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_ksd.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_lr.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_md.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_mdb.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_mkb.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_mt.svg" style="" /></figure>

  <figure class="inline-graphic graphic-background" style="width:17px"><img class="graphic " title="" alt="" src="https://waysidemapping.org/img/shield_ca_ns_s_st.svg" style="" /></figure>

</div>

<div class="graphic-group graphic-background"><div class="graphic-title">Simplified for legibility</div>
  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic shadowed" title="" alt="Official" src="https://waysidemapping.org/img/ns-EvangelineTrail.png" style="max-width:80px;width:100%;" /><figcaption>Official</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="My take" src="https://waysidemapping.org/img/shield_ca_ns_s_et.svg" style="max-width:80px;width:100%;" /><figcaption>My take</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic shadowed" title="" alt="Official" src="https://waysidemapping.org/img/ns-CeilidhTrail.png" style="max-width:80px;width:100%;" /><figcaption>Official</figcaption></figure>

  <figure class="inline-graphic graphic-background" style="width:100px"><img class="graphic " title="" alt="My take" src="https://waysidemapping.org/img/shield_ca_ns_s_cet.svg" style="max-width:80px;width:100%;" /><figcaption>My take</figcaption></figure>

</div>

<h2 id="americana-support">Americana support</h2>

<p><a href="https://americanamap.org">OpenStreetMap Americana</a> is working to recreate the look and feel of North American paper highways maps using OSM data. Rendering highway shield icons along road routes is central to the cartography.</p>

<p>While numbered routes have extensive coverage in OSM, scenic routes tend to be undermapped. In fact, at the time of this work, Americana could only differentiate routes based on their <code class="language-plaintext highlighter-rouge">ref</code> tags, meaning unnumbered routes were not supported. Spurred in part by this Nova Scotia scenic route case, the Americana team built <code class="language-plaintext highlighter-rouge">name</code> selection into the shield rendering stack. This feature unlocked support for all kinds of niche, unnumbered road routes.</p>

<p>You can check out the live results over <a href="https://americanamap.org/#map=12.29/45.64218/-61.4356">on americanamap.org</a>.</p>

<figure>
  <a href="https://americanamap.org/#map=13.71/46.2077/-60.59706"><img src="https://waysidemapping.org/img/ns-map-south-haven.png" /></a>
  <figcaption>The Cabot Trail meeting Bras d'Or Lakes Scenic Drive in South Haven</figcaption>
</figure>

<figure>
  <a href="https://americanamap.org/#map=12.74/44.03655/-64.72957"><img src="https://waysidemapping.org/img/ns-map-liverpool.png" /></a>
  <figcaption>Kejimkujik Scenic Drive meeting the Lighthouse Route in Liverpool</figcaption>
</figure>

<figure>
  <a href="https://americanamap.org/#map=12.69/45.93058/-59.95013"><img src="https://waysidemapping.org/img/ns-map-louisbourg.png" /></a>
  <figcaption>The Fleur-de-lis Trail meeting the Marconi Trail in Louisbourg</figcaption>
</figure>
]]></description>
      </item>
    
      <item>
        <title>Snowboard Streamliner</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-10T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/musa-streamliner-logo/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/musa-streamliner-logo/</guid>
        <description><![CDATA[<h2 id="join-the-ultimate-virtual-winter-road-trip">Join the ultimate (virtual) winter road trip</h2>

<p>Following up on my <a href="https://waysidemapping.org/projects/musa-camping-logo/">Beach Camping</a> logo for Mapping USA 2022 &amp; 2024, I wanted to whip up something new for 2025 that still felt consistent with the graphic history of this virtual conference series. I took a new look at Holly Moore’s delightful <a href="https://commons.wikimedia.org/wiki/File:Mapping_USA_2021_logo.svg">surfboard camperbus logo</a> from MUSA 2021 and decided to give it an update.</p>

<p>Since this event would be in January, the laws of nature require we switch from beach bum to ski bum. We’ve traded in our VW bus for an Airstream trailer, our surfboards and ocean teals for snowboards and icy blues. Someone even drew “2025” on the frosty back windshield. Of course we have to register our rig in California, the rare place you can enjoy the beach and the slopes in the same day.</p>

<figure class="inline-graphic graphic-background" style=""><img class="graphic shadowed" title="" alt="License plate accessory graphic" src="https://waysidemapping.org/img/musa-2025-license-plate.svg" style="max-width:340px;width:100%;" /><figcaption>License plate accessory graphic</figcaption></figure>

]]></description>
      </item>
    
      <item>
        <title>Beach Camping</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-10T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/musa-camping-logo/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/musa-camping-logo/</guid>
        <description><![CDATA[<h2 id="gather-round-the-virtual-campfire">Gather ‘round the virtual campfire</h2>

<p>Mapping USA is the annual virtual conference series hosted by OpenStreetMap US. The first event under this name occurred in late spring 2021 and was themed around a surfing road trip. Since the 2022 conference took place in the fall, the OSM US team decided to go with a cozy fall camping theme while still nodding toward the beach.</p>

<div class="graphic-group graphic-background"><div class="graphic-title">Components</div>
  <figure class="inline-graphic graphic-background" style=""><img class="graphic " title="" alt="Wireframe" src="https://waysidemapping.org/img/musa-2022-logo-wireframe.svg" style="max-width:200px;width:100%;" /><figcaption>Wireframe</figcaption></figure>

  <figure class="inline-graphic graphic-background" style=""><img class="graphic " title="" alt="Fills" src="https://waysidemapping.org/img/musa-2022-logo-fills.svg" style="max-width:200px;width:100%;" /><figcaption>Fills</figcaption></figure>

  <figure class="inline-graphic graphic-background" style=""><img class="graphic " title="" alt="Combined" src="https://waysidemapping.org/img/musa-2022-logo-plain.svg" style="max-width:200px;width:100%;" /><figcaption>Combined</figcaption></figure>

</div>

<p>My logo meshes the natural and human landscape into the folds of a paper map. The consistent angles of the mountains, evergreens, cabin, tent, and campfire all work together to create the illusion of dimensionality while conveying a scene. The dotted line introduces a typical map element and hints at the growing OSM US Trails Stewardship Initiative.</p>

<p>I love a logo that, like a good map, tells a story (or invites the viewer to tell their own.) Is my campsite by a river or a lake? Maybe the coast? How far to visit my friend in the cabin? Could I hike there? What might I find along the way?</p>

<div class="graphic-group graphic-background"><div class="graphic-title">Accessory graphics</div>
  <figure class="inline-graphic graphic-background" style=""><img class="graphic " title="" alt="Campfire" src="https://waysidemapping.org/img/musa-2022-fire.svg" style="max-width:50px;width:100%;" /><figcaption>Campfire</figcaption></figure>

  <figure class="inline-graphic graphic-background" style=""><img class="graphic " title="" alt="Compass" src="https://waysidemapping.org/img/musa-2022-compass.svg" style="max-width:80px;width:100%;" /><figcaption>Compass</figcaption></figure>

  <figure class="inline-graphic graphic-background" style=""><img class="graphic " title="" alt="Bear" src="https://waysidemapping.org/img/musa-2022-bear.svg" style="max-width:240px;width:100%;" /><figcaption>Bear</figcaption></figure>

  <figure class="inline-graphic graphic-background" style=""><img class="graphic " title="" alt="Mug" src="https://waysidemapping.org/img/musa-2022-mug.png" style="max-width:100px;width:100%;" /><figcaption>Mug</figcaption></figure>

  <figure class="inline-graphic graphic-background" style=""><img class="graphic " title="" alt="&lt;3" src="https://waysidemapping.org/img/musa-2022-heart.svg" style="max-width:40px;width:100%;" /><figcaption>&lt;3</figcaption></figure>

</div>

<p>Mapping USA is all about sharing OpenStreetMap knowledge and connecting with the community. My logo invites people to gather around the digital campfire to teach, learn, and grow.</p>

<h2 id="2024-version">2024 version</h2>

<p>Mapping USA 2024 took place in January. Since the 2022 logo proved popular, I simply updated the colors for a winter landscape. (No conference occurred in 2023.)</p>

<figure class="inline-graphic graphic-background" style=""><img class="graphic " title="" alt="Winter variant" src="https://waysidemapping.org/img/musa-2024-logo.svg" style="max-width:220px;width:100%;" /><figcaption>Winter variant</figcaption></figure>
]]></description>
      </item>
    
      <item>
        <title>Montana Stream Access Law</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-20T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/montana-stream-access-class/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/montana-stream-access-class/</guid>
        <description><![CDATA[<h2 id="mapping-the-best-river-access-in-the-west">Mapping the best river access in the west</h2>

<p>Montana is a waterway wonderland, home to thousands of river miles that play host to world-class paddle trips. Much of these flow through private lands, but the state has nonetheless ensured public access though a “best in the west” <a href="https://en.wikipedia.org/wiki/Montana_Stream_Access_Law">Stream Access Law</a>.</p>

<p>But the access law only applies to certain waterways, and has two different classifications, each with different restrictions. Some rivers allow overnight camping while others don’t. It’s a bit complicated… maybe OpenStreetMap can help!</p>

<p>I created <a href="https://wiki.openstreetmap.org/wiki/Key:montana_stream_access_class">a tag</a> to encode Montana stream access classes and then tagged <a href="https://overpass-ultra.us/#run&amp;m=5.91/46.4604/-110.0867&amp;q=NoewrgLgXAHgtgGwLrAgSzgU3NATAViQG4AoAdwEMBPYAIjhADsILGKB9AZwgCdMK47CgGNhmTp3bCEFCbQC8tAIy1iJHAAIA5tjhEgA">every Class I river mile</a> in the state. As a result, data users can easily tell where certain recreational activities are protected when planning their next epic adventure on the water.</p>
]]></description>
      </item>
    
      <item>
        <title>Ambitious Mapper</title>
        <dc:creator>Quincy Morgan</dc:creator>
        <dc:rights>© 2025 Quincy Morgan</dc:rights>
        <dcterms:modified>2025-08-25T00:00:00+00:00</dcterms:modified>
        <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://waysidemapping.org/projects/ambitious-mapper/</link>
        <guid isPermaLink="true">https://waysidemapping.org/projects/ambitious-mapper/</guid>
        <description><![CDATA[<h2 id="o-when-will-by-edits-appear-on-the-map">O, when will by edits appear on the map?</h2>

<p>This swag design for OpenStreetMap US draws on a timeless question from new mappers and longtime mappers alike: how long must I wait to see the results of my efforts? Thankfully, few mappers have gone to greater lengths to redraw the map than Napoleon.</p>

<p>This boxy, oversize tee fits a modern streetwear aesthetic, suitable for everything from house parties to beach picnics to marching across Europe.</p>

<figure>
  <img src="https://waysidemapping.org/img/ambitious-mapper-detail.jpg" />
  <figcaption>Enlarged to show detail</figcaption>
</figure>
]]></description>
      </item>
    </channel>
</rss>
