|
@@ -1635,8 +1635,8 @@ int GS_load_att_map(int id, const char *filename, int att)
|
|
|
rast_head.south >= wind.north ||
|
|
|
rast_head.east <= wind.west || rast_head.west >= wind.east) {
|
|
|
|
|
|
- G_fatal_error(_("Raster map <%s@%s> is outside of current region. Load failed."),
|
|
|
- filename, mapset);
|
|
|
+ G_warning(_("Raster map <%s> is outside of current region. Load failed."),
|
|
|
+ G_fully_qualified_name(filename, mapset));
|
|
|
}
|
|
|
|
|
|
while (!reuse && (0 < hdata)) {
|