zoran-cuckovic / QGIS-visibility-analysis

Quantum GIS plugin for visibility analysis
GNU General Public License v3.0
73 stars 18 forks source link

Wrong projection in output #21

Closed ghtmtt closed 6 years ago

ghtmtt commented 6 years ago

Having both point and dtm layer in 32632 (metric), the output generated is placed in a wrong position (seems wrong output CRS).

Following picture with points and resulting layer:

selection_134

Following picture with points and dtm:

selection_135

zoran-cuckovic commented 6 years ago

Hello,

The "Create viewpoints" routine is re-projecting points in case when they have different reference system than DEM. Note that you can override the ref system in QGIS, which may cause confusion if made by accident.

Looking at your data it seems that the edge of the visibility field is oval in shape : this is a sign of an un-projected system (??)

I'm curious about this error - especially if it's due to lat/lon format. Perhaps you could upload a sample ?

ghtmtt commented 6 years ago

Hi,

thanks for the reply. Actually both data are in the same CRS 32632. I made another test with other data and it works fine.

I guess the issue can be closed, sorry for the noise ;)