<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi, last year I was searching pretty much the same thing and
      ended up with this one:</p>
    <p><a class="moz-txt-link-freetext" href="https://help.openstreetmap.org/questions/54268/search-for-objects-created-after-a-certain-date-with-overpass">https://help.openstreetmap.org/questions/54268/search-for-objects-created-after-a-certain-date-with-overpass</a></p>
    You could easily use that same code after tweaking it a little; I'm
    far from being a programmer but I can easily use it.<br>
    <br>
    See this:<br>
    <pre><i><code>[out:xml][timeout:250][adiff:"2015-01-01T00:00:00Z","2016-01-01T00:00:00Z"];
(
node["highway"="crossing"]({{bbox}});
);
out body;
out meta;
>;
out skel qt;</code></i></pre>
    This code returns all the created/edited nodes tagged as
    highway=crossing in between 1-1-2015 and 1-1-2016, if you want to
    search for the amenity=drinking_water created in between two dates
    you just have to replace "highway" with "amenity" and "crossing"
    with "drinking_water", in case you need to search those added/edited
    in another time span, you just need to update the data in the first
    row.<br>
    Keep in mind that "node" on the third row, if you're searching fo
    the highway=path tag, you'll have to replace the "node" with "way",
    because no one uses the highway=path tag on a node (hopefully :D)<br>
    When you're done editing your code you just paste it here
    <a class="moz-txt-link-freetext" href="http://overpass-turbo.eu/">http://overpass-turbo.eu/</a> , move the map on the area where you want
    to search in, and click the start button.<br>
    <br>
    Hopefully it works for you as well.<br>
    Cheers<br>
    Marco<br>
    <br>
    <div class="moz-cite-prefix">Il 11/01/2018 09:53, Javier Sánchez
      Portero ha scritto:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAFZgtEibivt_c-g_CR42pP1aHRJX3=0W94C057uSY0y3wPusQA@mail.gmail.com">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>Hello<br>
                <br>
              </div>
              I can't find a Quality Assurace tool to track additions of
              objects with a specific tag in an area.<br>
              <br>
            </div>
            I know I can do it with a local updated instance of the
            database, but I'm looking for a accesible way for a non
            programer.<br>
            <br>
            <span id="gmail-result_box" class="gmail-" lang="en"><span
                class="gmail-">Does anyone know any?<br>
                <br>
              </span></span></div>
          <span id="gmail-result_box" class="gmail-" lang="en"><span
              class="gmail-">Thank you in advance,<br>
            </span></span></div>
        <span id="gmail-result_box" class="gmail-" lang="en"><span
            class="gmail-">Javier<br>
          </span></span>
        <div>
          <div><br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:talk@openstreetmap.org">talk@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openstreetmap.org/listinfo/talk">https://lists.openstreetmap.org/listinfo/talk</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>