Changeset 206
- Timestamp:
- 09/01/08 15:05:56 (3 months ago)
- Files:
-
- tools/osm2pgrouting/trunk/src/OSMDocument.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/osm2pgrouting/trunk/src/OSMDocument.cpp
r198 r206 84 84 Node* lastNode=0; 85 85 86 Way* splitted_way = new Way( id++, currentWay->visible );86 Way* splitted_way = new Way( ++id, currentWay->visible ); 87 87 splitted_way->name=currentWay->name; 88 88 splitted_way->type=currentWay->type;

