<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Anqi,<br>
    <br>
    an OSMway is split into "graphhopper edges" at OSMreader.addOSMway()<br>
    So I would suggest <br>
    (1) to store in every OSMway the NodeIds of traffic signs, and than
    in addOSMway distribute them accordingly to the edges<br>
    (2) store the information per Node, e.g. in the nodeFlagsMap and
    than add the information again in the addOSMway method<br>
    <br>
    Cheers,<br>
    Jan <br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 27.02.2015 um 20:24 schrieb 高安琪:<br>
    </div>
    <blockquote
cite="mid:CAGT7ENc8EOa-wqUrS84BvAQdvUTxWjr92GzpvWT0VG5C5w72Vg@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi,

I am a student majored in computer science from University of Nottingham.
There is a group project for my second year module. We are working on
adding new features to Graphhopper.

We try to show the number of traffic signals to user on Graphhopper.

We get the number of traffic signals by using node.hasTag(). Then store it
in OSMWay.

We show the number of traffic signals for specific way on the front-end.
(we do it in the same way as showing road name of specific way)

The problem is that user may pass through a part of road(OSMWay), not
entire road(OSMWay) and it shows the total traffic signals on this roads
which is useless for user.

E.g. There are 2 traffic signals on Ilkeston Road, user will encounter one
of them. We do it in the way mentioned above and it just shows the total
traffic signals instead of the exact number of traffic signals user
may encounter.

[image: 内嵌图片 1]

May I ask is it possible for us to show exact number of traffic signals
user may encounter. If we could do it, may I ask for some suggestions about
how to implement it?

Regards,
Anqi

</pre>
      <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>