<p dir="auto">The following major changes required some adaptions of the iD integration code in this repo:</p>
<ul dir="auto">
<li>Drop legacy support for Internet Explorer 11 (<a href="https://github.com/openstreetmap/iD/issues/8811" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/8811/hovercard">#8811</a>)
<ul dir="auto">
<li><code class="notranslate">Vendorfile</code> – use non-legacy source file for iD (which works in modern browsers, but not IE11)</li>
</ul>
</li>
<li>Use OAuth2 for authentication with OSM API (<a href="https://github.com/openstreetmap/iD/pull/9134" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/iD/pull/9134/hovercard">#9134</a>, thanks <a href="https://github.com/bhousel">@bhousel</a> and <a href="https://github.com/dakotabenjamin">@dakotabenjamin</a>)
<ul dir="auto">
<li><code class="notranslate">CONFIGURE.md</code> & <code class="notranslate">config/settings.yml</code> – updated the installation instructions.</li>
<li><code class="notranslate">app/assets/javascripts/edit/id.js.erb</code> & <code class="notranslate">app/views/site/_id.html.erb</code> – simplify the check whether iD is configured</li>
<li><code class="notranslate">app/assets/javascripts/id.js</code> & <code class="notranslate">app/views/site/id.html.erb</code> – upgrade to OAuth 2 authentication</li>
<li><code class="notranslate">test/controllers/site_controller_test.rb</code> – remove some unnecessary setup/cleanup code</li>
</ul>
</li>
</ul>
<p dir="auto"><g-emoji class="g-emoji" alias="warning" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/26a0.png">⚠️</g-emoji> existing deployments need to reconfigure the authentication for iD! For the main iD deployments on osm.org, I've created new OAuth 2 Client IDs: <code class="notranslate">Ee1wWJ6UlpERbF6BfTNOpwn0R8k_06mvMXdDUkeHMgw</code> (for api06.dev.osm.org) and <code class="notranslate">0tmNTmd0Jo1dQp4AUmMBLtGiD9YpMuXzHefitcuVStc</code> (for osm.org).</p>
<hr>
<p dir="auto">Further changes from the <a href="https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md#2210">changelog</a>:</p>
<h4 dir="auto"><g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> Validation</h4>
<ul dir="auto">
<li>Handle indoor features like buildings when checking for crossing ways (<a href="https://github.com/openstreetmap/iD/issues/8944" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/8944/hovercard">#8944</a>)</li>
</ul>
<h4 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bugfixes</h4>
<ul dir="auto">
<li>Fix rendering of KeepRight issues (<a href="https://github.com/openstreetmap/iD/issues/8963" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/8963/hovercard">#8963</a>)</li>
<li>Fix KeepRight warnings showing up as "Unknown" issues (<a href="https://github.com/openstreetmap/iD/issues/8925" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/8925/hovercard">#8925</a>)</li>
<li>Fix <kbd>⌥</kbd><kbd>W</kbd> keyboard shortcut not working on MacOS in certain system languages / keyboard layouts (e.g. Spanish) (<a href="https://github.com/openstreetmap/iD/issues/8905" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/8905/hovercard">#8905</a>)</li>
<li>Render closed ways tagged as <code class="notranslate">public_transport=platform</code>, <code class="notranslate">waterway=dam</code> or <code class="notranslate">highway=elevator</code> as areas (<a href="https://github.com/openstreetmap/iD/issues/8985" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/8985/hovercard">#8985</a>)</li>
<li>Fix a bug which caused validations to not take effect in certain situations (<a href="https://github.com/openstreetmap/iD/pull/9021" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/iD/pull/9021/hovercard">#9021</a>, thanks <a href="https://github.com/mbrzakovic">@mbrzakovic</a>)</li>
<li>Properly escape currently logged-in user's user name (<a href="https://github.com/openstreetmap/iD/pull/9097" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/iD/pull/9097/hovercard">#9097</a>, thanks <a href="https://github.com/jleedev">@jleedev</a>)</li>
</ul>
<h4 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Presets</h4>
<ul dir="auto">
<li>Optimize order of values in dropdowns of <code class="notranslate">access</code> fields (<a href="https://github.com/openstreetmap/iD/issues/8945" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/8945/hovercard">#8945</a>)</li>
<li>Use value of <code class="notranslate">vehicle</code> tag as placeholder value of <code class="notranslate">access</code> fields for <code class="notranslate">motor_vehicle</code> and <code class="notranslate">bicycle</code></li>
<li>Render <code class="notranslate">golf</code> features <code class="notranslate">tee</code>, <code class="notranslate">fairway</code>, <code class="notranslate">rough</code> and <code class="notranslate">green</code> in green color and using a grass pattern (<a href="https://github.com/openstreetmap/iD/issues/8927" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/8927/hovercard">#8927</a>)</li>
<li>Tweak preset-matching to penalize non-searchable presets when matching OSM objects to presets</li>
<li>Do not overwrite existing <code class="notranslate">*=no</code> tags by a preset's <code class="notranslate">addTags</code></li>
<li>Imply <code class="notranslate">access=no</code> in access field of <code class="notranslate">highway=construction</code> objects (<a href="https://github.com/openstreetmap/iD/issues/9102" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/9102/hovercard">#9102</a>)</li>
<li>Don't show non-language tag-suffixes in multilingual name field (<a href="https://github.com/openstreetmap/iD/pull/9124" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/iD/pull/9124/hovercard">#9124</a>, thanks <a href="https://github.com/wcedmisten">@wcedmisten</a>)</li>
<li>Render horse riding centers like farmyards (<a href="https://github.com/openstreetmap/iD/issues/9118" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/9118/hovercard">#9118</a>)</li>
<li>Support searching presets by their <code class="notranslate">aliases</code> (<a href="https://github.com/openstreetmap/iD/issues/6139" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/6139/hovercard">#6139</a>)</li>
<li>Allow searching presets by their tag (<code class="notranslate">key=value</code>) (<a href="https://github.com/openstreetmap/iD/issues/8869" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/8869/hovercard">#8869</a>)</li>
</ul>
<h4 dir="auto">Other</h4>
<ul dir="auto">
<li>Redact more API tokens from custom imagery sources in changeset metadata tags (<a href="https://github.com/openstreetmap/iD/issues/8976" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/iD/pull/8976/hovercard">#8976</a>, thanks <a href="https://github.com/k-yle">@k-yle</a>)</li>
<li>New Bing imagery API key and limit tiles vintage API requests (<a href="https://github.com/openstreetmap/iD/pull/9133" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/iD/pull/9133/hovercard">#9133</a>, thanks <a href="https://github.com/mbrzakovic">@mbrzakovic</a>)</li>
</ul>
<h4 dir="auto"><g-emoji class="g-emoji" alias="hammer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f528.png">🔨</g-emoji> Development</h4>
<ul dir="auto">
<li>Switch build system to <a href="https://esbuild.github.io/" rel="nofollow">esbuild</a> for much faster builds (<a href="https://github.com/openstreetmap/iD/pull/8774" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/iD/pull/8774/hovercard">#8774</a>, thanks <a href="https://github.com/mbrzakovic">@mbrzakovic</a> and <a href="https://github.com/bhousel">@bhousel</a>)</li>
<li>Upgrade dependencies: maki to <code class="notranslate">v7.1</code>, <code class="notranslate">fontawesome</code> to <code class="notranslate">v6.1</code>, <code class="notranslate">d3</code> to <code class="notranslate">v7.4</code>, <code class="notranslate">node-diff</code> to <code class="notranslate">v3.1</code>, <code class="notranslate">mocha</code> to <code class="notranslate">v9.2</code>, <code class="notranslate">svg-sprite</code> to <code class="notranslate">v1.5.4</code>, <code class="notranslate">marked</code> to <code class="notranslate">v4.0</code>, <code class="notranslate">temaki</code> to <code class="notranslate">v5.1</code>, <code class="notranslate">mapillary-js</code> to <code class="notranslate">v4.1</code></li>
</ul>

<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/3561'>https://github.com/openstreetmap/openstreetmap-website/pull/3561</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/commits/c55d346d5f7501fd6f5f636e85c8a60ec67d88ee" class="commit-link">c55d346</a>  Update to iD v2.21.0</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files">70 files</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-7b529b3af70da49fbbf1f49523d108b62b1cfe4ee42175a0bbab967b6f11c92e">CONFIGURE.md</a>
    (32)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-97d92457f6d9fdf1f937ddfe97aad5f7313ac0cee8894400f984d86f9dfa462c">Vendorfile</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-5c2b51e0ba5f2385195ba895842df7b083fc07b716e39a720f01d5a988edeefa">app/assets/javascripts/edit/id.js.erb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-e37bc574e30721f9d7464e669f8c8224398df640a8b215071b41ee3803fc6eaf">app/assets/javascripts/id.js</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-6d5e81e3b26c5d4c13ea433e6a8c861e11dd8d21ff46118c0434f428af64b683">app/views/site/_id.html.erb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-04b315da745cedb77066ff53c411bc4f0630989c735a470f8e23a9ade696a80c">app/views/site/id.html.erb</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-e769bbb8c1ba3711c5403b424ed9c218ffafba7f1890ee394717196f28ff4540">config/settings.yml</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-9f03db15fcff47ba34e79c28103e35c66caf837939a1268a6f6103f9b2eefea0">test/controllers/site_controller_test.rb</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-4eda3ef3523c16dae968ed3d8e4d2d56ea1308fff25bc1a407e7fb147c098a7a">vendor/assets/iD/iD.css.erb</a>
    (46)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-7bfbfa174a52a0444c509d578ea4e570a466ec11dd2c45493019eab72aeaa700">vendor/assets/iD/iD.js</a>
    (198703)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-9ec5e7aa78ee835497808ef5d94a3c0cc1ca400e979799dfde7187d57a913440">vendor/assets/iD/iD/data/imagery.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-852e971e5904b163d1e53caabdfec4a7485db3b91fc7356b06cfc47b724ca0b3">vendor/assets/iD/iD/img/fa-sprite.svg</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-fa23d0b27d497ffe41d7ff95de1cf18b5725b197e15071c57651eb7d5edbe46d">vendor/assets/iD/iD/img/maki-sprite.svg</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-6c2b12527cb2d5de392d38f59b107ea7558f3d6aa2b91f9931b157ba30660012">vendor/assets/iD/iD/img/temaki-sprite.svg</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-3e58682a86a1e986b4803dc9577d4b40515795cf45c902045ee375b3208ebeb9">vendor/assets/iD/iD/locales/ar.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-b4ff0f5543c9ef921d922ff08d7134e51c3b11a45596218449ae6069b0c24a40">vendor/assets/iD/iD/locales/ast.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-a0800c41dcfc2519c8933d39b8522cf7f2fee4e745569e504fe80b229aa1142e">vendor/assets/iD/iD/locales/bg.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-43951c31273d48c8b0c27fe6702fe690a229bf44f60c4261a23404157799226c">vendor/assets/iD/iD/locales/ca.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-e8f62615d00c562538d2d7f03212c598722b62aa741ebcfa007d51c8ef3adc1c">vendor/assets/iD/iD/locales/cs.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-58c46a53ed891b546acb814fb93b07e5adbedff2bf6a9065e4cf70502eda2b48">vendor/assets/iD/iD/locales/da.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-08e0c9fe264879584abaca5596f2f50fb4918633a704663733b75e340e0928f5">vendor/assets/iD/iD/locales/de.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-270e6b3446cf56b54502fd5a20d27cc2b33a5e61b626e1b1a128b5595c8553fc">vendor/assets/iD/iD/locales/el.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-6933df544cd94818c5aac6cddb9ade43aebf2e6ad1b0e111844299b2b10e3767">vendor/assets/iD/iD/locales/en.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-7ed66a2876b814fe793fa65a0b33d30d294ee4d3c91595931e38483f299f1a01">vendor/assets/iD/iD/locales/eo.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-0fc79e737e7ef1e73f61238c0985d30fce480a6a24ef55635364682df78cdfb0">vendor/assets/iD/iD/locales/es.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-7fa3b9681bf0f29731a7356e5adefa850191f8dfeb7b687a864876c6cd8d2dac">vendor/assets/iD/iD/locales/et.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-9fe62493eb44bbfa4f1bb8d274e4dc3369907d6312f5652053f20b2f1978c0c6">vendor/assets/iD/iD/locales/eu.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-d20b9e98ed810932676f6fc924904d0cd4ccb6d45a43d1968f10d6288468c598">vendor/assets/iD/iD/locales/fa.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-a47ebc8dd9c818593db15553777e1c8fdd0a402f904f48c9538b38abaabdb2e7">vendor/assets/iD/iD/locales/fi.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-23158f4f193547015707f63e5c48787dd48f0c6f8a32aad61def316806fba0a5">vendor/assets/iD/iD/locales/fr-FR.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-e5acec5e4670db1d032943a468d293fbf1da7a4747811f6bf718997b03bda73a">vendor/assets/iD/iD/locales/fr.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-d32e6a64dbd6fcd02e8de9af8a5649eff4a951168460254b48853be59a2249e9">vendor/assets/iD/iD/locales/gl.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-6e31936d0cdd771d23bf1a4a09684af82d219a09a6504cf52ccc6300541e53ac">vendor/assets/iD/iD/locales/he.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-926a9ee0629ba7dfe82c964367c6a80147cba2a91349efe478b367a11a78ada3">vendor/assets/iD/iD/locales/hi.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-0a4b030b91a5d6df2964e8699bad44c50681321643a5a96d96817d2c981a2d48">vendor/assets/iD/iD/locales/hr.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-e3a0e5517bfb21e913f6cf31b0fe58b7e540bea539959ef0d814c0fee810dce6">vendor/assets/iD/iD/locales/hu.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-bd0f91b3a554d396cc513f27e5bfbfeb64125fd41ddda3ecd76eca822ad6a884">vendor/assets/iD/iD/locales/index.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-a8c2e1d953cf16c03c326d15f9d22a8c133aba946d416544899689766662cfb2">vendor/assets/iD/iD/locales/is.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-798ecbd07d986691451e617280cf22d08237af67dd8f2806700a00e3c6646055">vendor/assets/iD/iD/locales/it.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-8dfdad8d8bfec60720526dc910f3d61750bb768858845e306cb60a80fbad6e5c">vendor/assets/iD/iD/locales/ja.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-53900c65ba81ae39d31e4cb5fc444af42ef4bd58b675fc83bc21438c28305dee">vendor/assets/iD/iD/locales/km.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-5e488d105b6fa77d479e76632a1b2949e6c89767851cfe370535bf6feaff5f60">vendor/assets/iD/iD/locales/ko.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-18199517863e3cc8e7f0cbf590a805f6d2ba82d87e05cd44815e87f409826547">vendor/assets/iD/iD/locales/lt.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-362830d16905bd925ad7acb75e88a0241fdad479f64b652c13094d5e91cae4d3">vendor/assets/iD/iD/locales/lv.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-7614056f10e2920357b734c35bb479466342dc322cc7e9b4331eaf8ba9b6434a">vendor/assets/iD/iD/locales/mk.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-19aede772dc20d2c9c6fda6bdc6a87391a15dcb82baf2827b6fe2e35135e7e6b">vendor/assets/iD/iD/locales/nl.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-071819b364c66becc5fa5b89a27fa7c92c46e7abbcd7c9a3f6b378c2a9852d51">vendor/assets/iD/iD/locales/no.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-addf90d0f047af5f48b8b9ba2acd682c7c45f9299a939c730ba457b913f958f0">vendor/assets/iD/iD/locales/pl.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-8987d5d3111b24be08485ee8647278a01e75de10d4deea7e84e70dcb004536a0">vendor/assets/iD/iD/locales/pt-BR.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-fe5751938abd657244c6c15affb5afa8c910bea03100040e7b0e3c395c1c2376">vendor/assets/iD/iD/locales/pt.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-12bbdeca879b63793014649db91fd038d9a08a71c20bbb480415f94e3dba19f0">vendor/assets/iD/iD/locales/ru.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-053cc848f804a71ba82ef478cb78a613b2c0ddaaa164023d100529dc07073704">vendor/assets/iD/iD/locales/sk.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-c96580d59b4f9067ac9b2d14b1226b044d548343a734e5ccf0ee01479913e76a">vendor/assets/iD/iD/locales/sr.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-0ae179f87de660db8bf5908bf950e2714deb83c0e26377c78f0e2ebcbbf9c5a7">vendor/assets/iD/iD/locales/sv.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-e337de94baecc28aeb074c213165fad170873e4f03946d325c4cf7b5a7681200">vendor/assets/iD/iD/locales/tr.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-1a22f864dba3685ef1ac716c37d1b3406cd4ab2b26f8e7c4ef7f648fa10adf98">vendor/assets/iD/iD/locales/uk.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-2541008c7cefd6cc8bc0befcadf9a614dcddba38e7a31ece789a7bfa5a18deaa">vendor/assets/iD/iD/locales/vi.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-a91a69e767a172a679f741e282ea293c64fef016f0761d7d1912a630b6df045f">vendor/assets/iD/iD/locales/zh-CN.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-38ec7815ab736af51f822bfea92a375ab160103019b19417ffbe185dd3362ad0">vendor/assets/iD/iD/locales/zh-HK.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-86aa137656ad508b9563d35bf63cb4a208cbaa5e804f7500a7c247fe449503b8">vendor/assets/iD/iD/locales/zh-TW.min.json</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-2b21dd6f2472995a7002a630c10375c94e137ab62a96d328c6f8d09d76a25749">vendor/assets/iD/iD/mapillary-js/mapillary.css</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-7f2d07d53b6322de53bece5d6826fbedae19c1954d990c61ffeacb874662a049">vendor/assets/iD/iD/mapillary-js/mapillary.d.ts</a>
    (1283)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-cb4e25d26d2165b2aba0ee3f9a08ac52164ca3b84d479d1457ad13a8de1fec57">vendor/assets/iD/iD/mapillary-js/mapillary.js</a>
    (16)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-6b68e9c94c90fd466bc1eb9e08c8f8c5516602659e3a431d9c79c51d0ccf18f9">vendor/assets/iD/iD/mapillary-js/mapillary.js.flow</a>
    (8098)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-82b9e66613fcbd881e32d62a1544d349e56c4c7173600b43da5fdeed25932d22">vendor/assets/iD/iD/mapillary-js/mapillary.js.map</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-e5e719bf843c3ae602409eb88d835a3e9242c1f1b5524d5703fa6b2a6c08acc9">vendor/assets/iD/iD/mapillary-js/mapillary.module.js</a>
    (56554)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-3fd3109f1f97bb6d4f3e66c765d1934aff20d2d5db0bc331d472b745d27de275">vendor/assets/iD/iD/mapillary-js/mapillary.module.js.flow</a>
    (8098)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-03eccb84acee203165de90381ffc0cfc838c28d2ccdbbd4709aade60fa1ef7ec">vendor/assets/iD/iD/mapillary-js/mapillary.module.js.map</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-f52c661d99664f4c5318114a8e2218138dbdd74a8594d1ecfee4941197295cc7">vendor/assets/iD/iD/mapillary-js/mapillary.unminified.js</a>
    (52933)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3561/files#diff-cabda73a61d243af37f10289b289d87279199fa6f12eae490bf6321e5891c261">vendor/assets/iD/iD/mapillary-js/mapillary.unminified.js.map</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3561.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/3561.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3561.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/3561.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/3561">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLIYM6LQYB2TVJNBWJDVNIFS3ANCNFSM5XY7ZLFA">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLLXRFUPYEHHDPIGBHTVNIFS3A5CNFSM5XY7ZLFKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4SYZKLRQ.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/3561</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/3561",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3561",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>