Changes between Version 68 and Version 69 of Grass7/RasterLib


Ignore:
Timestamp:
Apr 24, 2014, 12:56:49 PM (10 years ago)
Author:
neteler
Comment:

+Troubleshooting with G_get_set_window() and Rast_get_window()

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/RasterLib

    v68 v69  
    7272
    7373See [wiki:Grass7/RasterLib/ListOfFunctions].
     74
     75== Troubleshooting ==
     76
     77 * To avoid the problem "ERROR: Input window changed while maps are open for read", essentially replace G_get_set_window() with Rast_get_window() - see e.g. r47601. Note that Rast_set_window() should be called before the map is opened.