|
@@ -426,6 +426,8 @@ int Vect_get_map_box1(struct Map_info *Map, struct bound_box *Box)
|
|
|
|
|
|
Points = Vect_new_line_struct();
|
|
|
Vect_rewind(Map);
|
|
|
+ G_verbose_message(_("Topology not available for vector map <%s>. "
|
|
|
+ "Registering primitives..."), Vect_get_full_name(Map));
|
|
|
while (TRUE) {
|
|
|
/* register line */
|
|
|
type = Vect_read_next_line(Map, Points, NULL);
|