- Timestamp:
- 09/02/08 14:54:09 (3 months ago)
- Files:
-
- tools/osm2pgrouting/trunk/src/Export2DB.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/osm2pgrouting/trunk/src/Export2DB.cpp
r210 r217 155 155 result = PQexec(mycon,"CREATE INDEX target_idx ON ways(target);"); 156 156 result = PQexec(mycon,"CREATE INDEX geom_idx ON ways USING GIST(the_geom GIST_GEOMETRY_OPS);"); 157 result = PQexec(mycon,"SELECT assign_vertex_id('ways', 0.000 1, 'the_geom', 'gid');");157 result = PQexec(mycon,"SELECT assign_vertex_id('ways', 0.00001, 'the_geom', 'gid');"); 158 158 159 159 }

