<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">Cool.  I got the same errors re:
      topology and unique contraints, so we'll see how it goes under
      actual use.<br>
      <br>
      Best,<br>
      Steve<br>
      <br>
      <br>
      -------------------------------------------<br>
      <br>
      <pre>Hi Steve,

Today I have created a new "develop" branch [1] for osm2pgrouting, merged
some pull requests, fixed conflicts and did some small changes.
If nothing went wrong, then the "develop" branch should now support 32bit
ID's and pgRouting 2.0 function names.

[1]  <a href="https://github.com/pgRouting/osm2pgrouting/tree/develop">https://github.com/pgRouting/osm2pgrouting/tree/develop</a>

I just made one simple test with Bangladesh data and got 2 suspicious
messages:

Classes table created
Adding tag types and classes to database...
ERROR:  duplicate key value violates unique constraint "classes_pkey"
DETAIL:  Key (id)=(100) already exists.
CONTEXT:  COPY classes, line 28: "100 1 unclassified 1 50"

There is a new PRIMARY KEY added for the "id" attribute, so it will just
fail to insert the same class id twice.
Not sure why this happens, but it seems no big issue. Before there was no
unique constraint at all.

And in the end it reported

NOTICE:  0 out of 27919 edges processed
NOTICE:  10000 out of 27919 edges processed
NOTICE:  20000 out of 27919 edges processed
Create Topology failed:
#########################
size of streets: 13123
size of splitted ways : 27919

But the network table actually looked OK, so maybe it's just the error
message that is wrong.
I need to look at this some time later.

If you have a time to test and make sure that it works with 32bit ID's,
that would be great.

Daniel

--------------------------------------
</pre>
      <br>
      <br>
      <br>
      <br>
      On 06/12/2013 11:39 PM, Stephen Mather wrote:<br>
    </div>
    <blockquote cite="mid:51B93EF0.8030605@smathermather.com"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Wos, I wasn't expecting a response so
        soone.  I'll give your new version a test.<br>
        <br>
        Best,<br>
        Steve<br>
        <br>
        On 06/10/2013 11:01 PM, Daniel Kastl wrote:<br>
      </div>
      <blockquote
cite="mid:CABXBSH91chz0UBRtESCfi8nN+rqpvubbpQ8L=zNHr6SXjUV9vQ@mail.gmail.com"
        type="cite">
        <div dir="ltr"><br>
          <div class="gmail_extra"><br>
            <br>
            <div class="gmail_quote">On Tue, Jun 11, 2013 at 11:11 AM,
              Stephen Mather <span dir="ltr"><<a
                  moz-do-not-send="true"
                  href="mailto:mather.stephen@gmail.com" target="_blank">mather.stephen@gmail.com</a>></span>
              wrote:<br>
              <blockquote class="gmail_quote" style="margin:0 0 0
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
                <div dir="ltr">
                  <div>
                    <div>Hi All,<br>
                      <br>
                    </div>
                    Is (for the moment) OSM2pgrouting a zombie project,
                    or has there been work to port this for 2.0?  I'm
                    using OSM2po at the moment, but thought I'd check in
                    on status of free as in freedom alternatives.<br>
                    <br>
                    Thanks,<br>
                    Best,<br>
                    Steve<br>
                  </div>
                </div>
              </blockquote>
              <div><br>
              </div>
              <div style=""><br>
              </div>
              <div style="">Hi Steve,</div>
              <div style=""><br>
              </div>
              <div style="">osm2pgrouting needs some work, because</div>
              <div style="">
                <ol style="">
                  <li style=""> Not compatible with PostGIS 2.0 and the
                    new pgRouting 2.0</li>
                  <li style="">Cannot handle the new OSM bigint ID's</li>
                </ol>
                <div style="">It was some years ago written by Daniel
                  Wendt and then hosted together with pgRouting and like
                  this found its way to Github.</div>
                <div style="">There is not much activity except some
                  modifications over the years. But it has so far worked
                  and just recently we have the issues as described
                  before.</div>
                <div style=""><br>
                </div>
                <div style="">Currently pgRouting has priority. If
                  someone wants to fix the issues with osm2pgrouting,
                  then that's very welcome.</div>
                <div style="">There is a good alternative to process OSM
                  data, named "osm2po". But it's not released under Open
                  Source license, if that's OK for you.</div>
                <div style=""><br>
                </div>
                <div style="">Daniel</div>
              </div>
            </div>
            <br clear="all">
            <div><br>
            </div>
            -- <br>
            <span
style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">Georepublic

              UG & Georepublic Japan<br>
              eMail: <a moz-do-not-send="true"
                href="mailto:daniel.kastl@georepublic.de"
                style="color:rgb(66,99,171)" target="_blank">daniel.kastl@georepublic.de</a><br>
              Web: <a moz-do-not-send="true"
                href="http://georepublic.de/"
                style="color:rgb(66,99,171)" target="_blank">http://georepublic.de</a></span>
          </div>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
pgrouting-dev mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:pgrouting-dev@lists.osgeo.org">pgrouting-dev@lists.osgeo.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/pgrouting-dev">http://lists.osgeo.org/mailman/listinfo/pgrouting-dev</a>
</pre>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>