kadas-albireo / kadas-albireo2

KADAS Albireo
GNU General Public License v2.0
67 stars 14 forks source link

Mixed coordinate system in different layers, no result #9

Closed tgdbepe4 closed 4 years ago

tgdbepe4 commented 4 years ago

I have a map layer in Pseudo Mercantor and a DHM Layer in LV03. The DHM Layer ist set as Altitude layer. I try to produce the hillshade (neigung). A new layer is produced but no way to made it visible.

grafik

manisandro commented 4 years ago

Can you attach the project?

tgdbepe4 commented 4 years ago

Again I made a video, https://www.mycloud.ch/s/S00D795708B13A7F0DE6DC92816D1B047201EE5FFC2 Peter

manisandro commented 4 years ago

Is this the correct video? It rather appears to illustrate #7.

tgdbepe4 commented 4 years ago

Corrected now the right video. Sorry

manisandro commented 4 years ago

Cause was the projection for the output file being set equal to the projection of the input file, as returned directly by GDAL, which in this case was an invalid projection.

As per https://github.com/kadas-albireo/kadas-albireo2/commit/c40ac6df4c53113cd0debabb27902b4364d476af, the projection of the heightmap as selected in the layer properties is used.