I have two BMP's that are 1024x1024.
The first I load with a heightfield load node and georeference it to cover one degree.
I then create a heightfield merge node, which references a second heighfield load node that's georeferenced to cover 0.1 degrees (see screenshot below).
My intent is to provide a high-resolution heighfield covering the lower-left 0.1 degrees, with lower resolution for the remainder of the 1x1 degree area. However, the second heightfield seems to be re-scaled to cover the full 1 degree as well.
Is this the expected behavior? Is there a better way to accomplish what I'm looking for other than tiling the whole 1x1 degree area into 100 0.1x0.1 degree areas?