<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1251">
  </head>
  <body>
    <p><font face="Helvetica, Arial, sans-serif">I am adding information
        to OSM entries for diplomatic missions in Georgia (GE) and
        Azerbaijan (AZ), and have identified some diplomatic POIs for
        which the location in OSM and the street address provided in
        official diplomatic lists of the host countries do not
        correspond.  Obviously the embassies or consulates in these
        cases have moved, and the map needs updating by someone with
        local knowledge.  Are there any mappers in Georgia and
        Azerbaijan who could help out with this?  <br>
      </font></p>
    <p><font face="Helvetica, Arial, sans-serif">This overpass turbo
        script (thanks to user Stereo for it) will show you where they
        are in Georgia.  For Azerbaijan, change target="GE" to
        target="AZ".<br>
      </font></p>
    <p><font face="Helvetica, Arial, sans-serif"></font>//[out:csv(
      diplomatic, embassy, consulate, target, name, "addr:housenumber",
      "addr:street", "addr:city",  country, "contact:phone", website,
      office, amenity, ::id ;true;",")<br>
            [out:json<br>
        ][timeout:25];<br>
      (<br>
        nwr[target="GE"][office=diplomatic][fixme];<br>
      <br>
      );<br>
      out body;<br>
      >;<br>
      out skel qt;<br>
      <br>
      <br>
      {{style:<br>
      node, area<br>
      { color:gray; fill-color:gray; }<br>
      <br>
      area[embassy=yes],<br>
      node[embassy=yes]<br>
      { color:#00A2E1; fill-color:#00A2E1; }<br>
      <br>
      area[embassy=mission],<br>
      node[embassy=mission]<br>
      { color:#00A2E1; fill-color:blue; }<br>
      <br>
      area[embassy=branch_embassy],<br>
      node[embassy=branch_embassy]<br>
      { color:#00A2E1; fill-color:cyan; }<br>
      <br>
      area[embassy=residence],<br>
      node[embassy=residence]<br>
      { color:#00A2E1; fill-color:midnightblue; }<br>
      <br>
      area[consulate=yes],<br>
      node[consulate=yes]<br>
      { color:#F6343F; fill-color:white; }<br>
      <br>
      area[consulate=consular_office],<br>
      node[consulate=consular_office]<br>
      { color:#F6343F; fill-color:#E1E0E0; }<br>
      <br>
      area[consulate=consulate_general],<br>
      node[consulate=consulate_general]<br>
      { color:#F6343F; fill-color:#F6343F; }<br>
      <br>
      <br>
      }}<br>
    </p>
  </body>
</html>