<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">Thanks Quinton, fixed!<br>
      <br>
    </div>
    <blockquote
      cite="mid:E22C1FD7-3199-4FFE-892A-30F6A061C73F@gmail.com"
      type="cite">Thanks Peter,
      <div><br>
      </div>
      <div>In the foot flag encoder, I assume these comments are the
        wrong way around? </div>
      <div><br>
      </div>
      <div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; color: rgb(81, 119, 197); ">/**</div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; color: rgb(81, 119, 197); ">     * Separate ways for
          pedestrians.</div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; color: rgb(81, 119, 197); ">     */</div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; ">    <span style="color: #941965">public</span> <span
            style="color: #941965">boolean</span>
          isAllowedHighway(String highwayValue) {</div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; ">        <span style="color: #941965">return</span>
          <span style="color: #102bc3">allowedHighwayTags</span>.contains(highwayValue);</div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; ">    }</div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; min-height: 15px; "><br>
        </div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; ">    <span style="color: #5177c5">/**</span></div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; color: rgb(81, 119, 197); ">     * Some ways are okay
          but not separate for pedestrians.</div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; color: rgb(81, 119, 197); ">     */</div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; ">    <span style="color: #941965">public</span> <span
            style="color: #941965">boolean</span> isSaveHighway(String
          highwayValue) {</div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; ">        <span style="color: #941965">return</span>
          <span style="color: #102bc3">saveHighwayTags</span>.contains(highwayValue);</div>
        <div style="margin-top: 0px; margin-right: 0px; margin-bottom:
          0px; margin-left: 0px; font: normal normal normal 11px/normal
          Monaco; ">    }</div>
      </div>
      <div><br>
        <div>
          <div>On 30 Apr 2013, at 6:55 AM, Peter K wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">
            <div>Hi all,<br>
              <br>
              the sub-projects 'web' and 'android' are now in the core:<br>
              <a moz-do-not-send="true"
                href="https://github.com/graphhopper/graphhopper/">https://github.com/graphhopper/graphhopper/</a><br>
              <br>
              * Different branches are now easier to handle between the
              subprojects<br>
              as they should be always in-sync.<br>
              * The startscript is now named graphhopper.sh, no need for
              script<br>
              duplication (e.g. in web/)<br>
              * I've added a CONTRIBUTORS.txt file<br>
              * Also with the new tools subproject some development
              stuff is moved<br>
              out of the core (e.g. the web ui instead of the
              MiniGraphUI is now default)<br>
              * The tools subproject has a bzip2 decompressor which will
              in the<br>
              future make it easier and faster to import data directly
              from an URL<br>
              * Now it is easy to start the web service or do an import:<br>
                 ./graphhopper.sh web <your-osm-file><br>
                 ./graphhopper.sh import <your-osm-file><br>
              <br>
              Drawback: several links are pointing into the nirvana and
              the properties<br>
              for the web subproject have changed<br>
              Let me know if something is broken! For now only the
              master branch has<br>
              this structure, the 0.1 branch will follow.<br>
              <br>
              Regards,<br>
              Peter.</div>
          </blockquote>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>