<p dir="auto"><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3843.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1496260859" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/3843" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/openstreetmap-website/issues/3843/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/issues/3843">#3843</a></p>
<p dir="auto">I reverted <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/openstreetmap/openstreetmap-website/commit/9340c461732ef7387dd453ea3fcf5e64ea782ab4/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/commit/9340c461732ef7387dd453ea3fcf5e64ea782ab4"><tt>9340c46</tt></a>, removed references to Mapzen, and added two new maneuvers to the instructions map (<code class="notranslate">kMergeLeft</code>, <code class="notranslate">kMergeRight</code>). I also renamed the fossgis engine to <code class="notranslate">OSRM</code> so the distinction is clearer.</p>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/3847'>https://github.com/openstreetmap/openstreetmap-website/pull/3847</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/889a037e1a35357abcc9b8f568e1ac24224ebfc5" class="commit-link">889a037</a> Revert "Remove dependencies on mapzen services"</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/d70584ee57578639f12a2f312123020de1005537" class="commit-link">d70584e</a> reverted 9340c46</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/7429e76bfda11d2253b4f368a3c72d2267528f5f" class="commit-link">7429e76</a> reverted prettier autoformatting</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/5366aee58936cfbddf1fc5469d7704a93b5a3cc1" class="commit-link">5366aee</a> corrected commit revert</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/0c3e73565776f3a1bb1b6e0f246b899d5cba71ff" class="commit-link">0c3e735</a> corrected commit revert</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/5a462c096847eaf86289a06a0cf5b90c81c8d7b6" class="commit-link">5a462c0</a> got valhalla working again</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/9ff2254e2bf4dff6639a528c27edcdf25f7e55f2" class="commit-link">9ff2254</a> renamed mapzen.js to valhalla.js</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/a55fe224149a7272d8ee7589c28510f188f7a929" class="commit-link">a55fe22</a> renamed fossgis engine to osrm</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/6ec5546a83d362538535965c8408a01f647bf7d3" class="commit-link">6ec5546</a> renamed fossgis.js to osrm.js</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/6d444345291d88a1fa739d46d260a29f44235a38" class="commit-link">6d44434</a> added new merge left and right maneuvers to valhalla engine</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/commits/96b5faa94b0f0c953c57dc82fff5b90bc2636e34" class="commit-link">96b5faa</a> removed legacy reference to mapquest engine, renamed intruction map variable</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/files">6 files</a>)</p>
<ul>
<li>
<strong>R</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/files#diff-b969695d4295091cfcf881e253dd49a4421db7eb80577e343cbed26dbf21840d">app/assets/javascripts/index/directions/osrm.js</a>
(12)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/files#diff-24344ff8fc2e0080345e919151213c02cbc309fdafb3df167f7c5e5c1e71bf47">app/assets/javascripts/index/directions/valhalla.js</a>
(112)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/files#diff-a9b88a8a3644f944b9bd54361da588c69fa6a210cf7327194c17895a8ad2b0d6">app/assets/javascripts/osm.js.erb</a>
(1)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/files#diff-766c34fd6533171eaf54300c153f89d6002c35c02cfc9c5b219251f85180ad07">app/controllers/application_controller.rb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/files#diff-44438ce218f5287c58d0017f965d888715635d94280669896f75841fbd7b4cd7">config/locales/en.yml</a>
(3)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847/files#diff-e769bbb8c1ba3711c5403b424ed9c218ffafba7f1890ee394717196f28ff4540">config/settings.yml</a>
(1)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3847.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/3847.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3847.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/3847.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3847">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLIRLJE7T7NY6TTL7ADWNRIVFANCNFSM6AAAAAATA2DL4I">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLPPWN6DLZRKQNS33PDWNRIVFA5CNFSM6AAAAAATA2DL4KWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFS2KA3A.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/3847</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/3847",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3847",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>