17 #include <grass/gis.h>
18 #include <grass/Vect.h>
29 G_debug(2,
"V1_rewind_ogr(): name = %s", Map->name);
31 Map->fInfo.ogr.lines_num = 0;
32 Map->fInfo.ogr.lines_next = 0;
34 OGR_L_ResetReading(Map->fInfo.ogr.layer);
41 G_debug(2,
"V2_rewind_ogr(): name = %s", Map->name);
int V2_rewind_ogr(struct Map_info *Map)
int V1_rewind_ogr(struct Map_info *Map)
int G_debug(int level, const char *msg,...)
Print debugging message.