ismailsunni / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
http://qgis.org
GNU General Public License v2.0
1 stars 0 forks source link

3D Measurement Tool #2

Closed ismailsunni closed 5 years ago

ismailsunni commented 5 years ago

This feature is part of the GSoC 2019 - QGIS 3D Improvement

Currently, QGIS has a measuring tool in 2D but not in 3D view. I will implement the measuring tool in the 3D view with the z (height) value consideration. The point that will be taken into account is in the one on the foremost object in the 3D view.

The workflow and the features will be more or less the same as the 2D measuring one, but in this case for 3D. The workflow would be user click the starting point and then click to the next point and QGIS will show the distance (or sum of the distances).

ismailsunni commented 5 years ago

Rendering issue: image

The measurement line is the green one. The red line is the normal 3D line. The problems:

ismailsunni commented 5 years ago

Replicating 2D map tool dialogs:

ismailsunni commented 5 years ago

Sample measurement tool on the action: 3d-navigation-with-dialog

ismailsunni commented 5 years ago

The feature is merged to QGIS.