Oslandia / albion

Migrated to: https://gitlab.com/Oslandia/albion
https://gitlab.com/Oslandia/albion
GNU General Public License v3.0
49 stars 17 forks source link

Order logs according to section order in the log view #118

Open DUGUEY opened 4 years ago

DUGUEY commented 4 years ago

Maybe this issue is not on the right place beacause it 's concern the log view......I notice when there is many collars selected on the map with Albion, the order of the log is not respected on the log view can we re_order the log view in order to be conform with the Albion map (as it is on the image below ?)

DUGUEY commented 4 years ago

Can we add also the name of th drillhole on the top of the low view ?

vmora commented 4 years ago

@mhugo is there a slot in QGeologis that could be used to send the list of points to be displayed.

@lbartoletti If it's the case, I think that we could use a custom button in albion to order the collars according to albion's logic.

mhugo commented 4 years ago

Points = QGIS features ("stations") in the root layer ? @vmora the view updates when the associated layer updates its selected features. Adding a public interface for the update of features seems ok for me.

vmora commented 4 years ago

@mhugo I'm wondering if there is a more generic feature behind the request, like a configurable "order by" clause.

In the case of albion it's a bit specific since the order is given by line location, but in most cases ordering along east-west and/or south-north would be just fine.

@DUGUEY do you think an east-west ordering, maybe taking into account the map rotation (like a left-right ordering) would be enought ?

vmora commented 4 years ago

@DUGUEY could you open another issue for the drillholes names (a QGeologis issue I think). I think the name is displayed in the mouse-over already).

DUGUEY commented 4 years ago

yes an east-west and north-South ordering taking in account the rotation map will be perfect