<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hey Bruno,<br>
      <br>
      you could have a look into the docs where I describe how to handle
      forbidden edges:<br>
<a class="moz-txt-link-freetext" href="https://github.com/graphhopper/graphhopper/blob/master/docs/core/weighting.md">https://github.com/graphhopper/graphhopper/blob/master/docs/core/weighting.md</a><br>
      <br>
      Here is how you can fetch some EdgeIteratorStates from GPS
      coordinates:<br>
<a class="moz-txt-link-freetext" href="https://github.com/graphhopper/graphhopper/blob/master/docs/core/location-index.md">https://github.com/graphhopper/graphhopper/blob/master/docs/core/location-index.md</a><br>
      <br>
      Regards,<br>
      Peter.<br>
      <br>
    </div>
    <blockquote
      cite="mid:1395944741.44986.YahooMailNeo@web164801.mail.gq1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:Courier
        New, courier, monaco, monospace, sans-serif;font-size:8pt">
        <div>Hi everybody,</div>
        <div>I would like to retrieve the osmIds from edges and/or nodes
          in order to be able to blacklist some paths. </div>
        <div>The blacklist will change often, so I can not put it inside
          a FlagEncoder as I would have to reimport every time.</div>
        <div>I think another way is using an ExtendedStorage that would
          store the OSM ids. Please does anyone have one running?</div>
        <div>If not I will try to implement it, probably copying the
          ideas from the TurnCostStorage in khuebner/graphhopper.</div>
        <div>Thanks</div>
        <div>Bruno</div>
      </div>
    </blockquote>
    <br>
  </body>
</html>