Closed troopa81 closed 5 years ago
You can select one or several feature to be displayed in the widget. It replace the "select an other feature" functionnality available from data_selector
Is the multi selection implemented or not ?
However there is a problem with the configuration of timeseries named Cote de nappe (mesures manuelles) , it crashes QGIS.
Any clue ?
Is the multi selection implemented or not ?
Yes
However there is a problem with the configuration of timeseries named Cote de nappe (mesures manuelles) , it crashes QGIS.
Any clue ?
My first guess was that the coordinate generated from the data were too huge but I try a quick fix and it doesn't work. Or maybe it's because of instantenous timeseries (Actually, chemical measures seem to have the same problem).
It crashes here https://github.com/troopa81/QGIS/blob/multithreads_tests/src/core/symbology/qgsmarkersymbollayer.cpp#L1020
I complete the PR with new feature, the ability to add a plot configuration and save it to your QGIS project.
cc @vmora
@troopa81 Good job !
First quick review:
Pros:
Cons / Not sure:
I'll then create a branch and work on some of these issues before merging into master
@troopa81 Regarding my main concerns, and after some more thoughts, I think the following additional tasks would make the plugin usable for the different use cases we have :
@troopa81 After some more testing and considerations:
I've worked in the branch https://github.com/Oslandia/QGeoloGIS/tree/ergonomic_refactor
I will then merge it into master. I close this ticket.
Thanks !
This PR implements modification described in issue #14
Contrary of what was previously described:
All other existing features are supposedly still working. However there is a problem with the configuration of timeseries named
Cote de nappe (mesures manuelles)
, it crashes QGIS.Sorry for the size of the PR...