Hi,
anyone has an idea why r.info prints the title in this way:
compose_line(out, "Title: %s ( %s )",
cats_ok ? cats.title : "??",
hist_ok ? Rast_get_history(&hist, HIST_TITLE) : "??");
most raster maps then show:
( elevation )
because cats.title is empty which looks pretty confusing. Is this some
legacy issue, should it be changed?
Thanks,
Anna