<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Fred,<br>
      <br>
      this is not possible you have to store the tags while import in
      another data structure (same as in your other answer) and fetch
      the osm id from the edge id:<br>
      edge.getEdge<br>
      <br>
      Regards,<br>
      Peter<br>
      <br>
      On 10.07.2015 10:14, Fred Laurent wrote:<br>
    </div>
    <blockquote
cite="mid:CAHCHuSMDqN-JUTb61enAAP7rDD6z3ch-fzS1D6=SdveZBU_M8w@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Hello ,<br>
            EdgeIteratorState edge =
locationIndex.findClosest(-18.8518824,47.4817823,EdgeFilter.ALL_EDGES).getClosestEdge();<br>
          <br>
          how get the specific way_id who has egde like node ref?<br>
          i.e <way id='4958218' timestamp='2007-07-25T01:55:35+01:00'
          version='3' changeset='2211'><br>
                <nd ref='218963'/> ref = edge<br>
        </div>
        thank you<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
GraphHopper mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openstreetmap.org/listinfo/graphhopper">https://lists.openstreetmap.org/listinfo/graphhopper</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>