pgRouting

Changeset 206

Show
Ignore:
Timestamp:
09/01/08 15:05:56 (3 months ago)
Author:
anton
Message:

Splitted edge ids start with 1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/osm2pgrouting/trunk/src/OSMDocument.cpp

    r198 r206  
    8484                        Node* lastNode=0; 
    8585                         
    86                         Way* splitted_way = new Way( id++, currentWay->visible ); 
     86                        Way* splitted_way = new Way( ++id, currentWay->visible ); 
    8787                        splitted_way->name=currentWay->name; 
    8888                        splitted_way->type=currentWay->type;