wonder-sk / point-cloud-experiments

Just some prototyping for QGIS point clouds implementation
1 stars 0 forks source link

[2d] support for identify map tool #50

Closed wonder-sk closed 3 years ago

wonder-sk commented 3 years ago

Probably we should identify always just one closest point, using the list of nodes that were used also for map canvas rendering?

(Otherwise we are probably risking that we would be returning huge amounts of data in the identify results view)

wonder-sk commented 3 years ago

https://github.com/qgis/QGIS/pull/40569

NEDJIMAbelgacem commented 3 years ago

Now I'm working with the reasoning of get whatever is rendered an not getting all the points in the dataset and choosing close ones. My current algorithm is somewhat like this: