Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Processing OMBB] ID parent missing #4694

Closed
wants to merge 1,051 commits into from
Closed

[Processing OMBB] ID parent missing #4694

wants to merge 1,051 commits into from

Conversation

GlaDal
Copy link

@GlaDal GlaDal commented Jun 7, 2017

Could be nice to keep at least a column "ID_parent" from source layer after processing OMBB (the must could be to have the possibility to choose the ID column from the source table) ; It would offer the possibiilty to join the processed layer with the source layer thanks to the ID parent column.
Here an example of use : https://archeomatic.wordpress.com/2014/12/05/whitebox-gat-3-2-qgis-2-x-automatiser-le-calcul-de-longueur-et-dorientation-dun-polygone/

jef-n and others added 30 commits March 13, 2017 10:04
 Add between/not between to numerical fields in select by form
Some WFS servers like QGIS servers can expose GML3 output format for GetFeature
requests, which enable to retrieve curve geometries, instead of linearized ones
with the default GML2 output format. So use GML3 when advertized, and that
no explicit outputFormat is passed in the URI.

Cherry-picked from commit 852f01b
[WFS provider] Select GML3 output format for WFS 1.0 when available
[2.18] OGR data provider: use transactions when changing attributes and geometries (if possible) (#16216)
Starting with GDAL 2.2, there are 2 concepts: unset fields and null fields
whereas previously there was only unset fields. For QGIS purposes, both
states (unset/null) are equivalent.

Cherry-picked from 47dd83d
This change allows customised legends within composer templates
to be correctly restored when creating a new composition from
the template in a different project.

The legend layers will be attached to any loaded layers with a
matching data source as the layer from the original template
composition.

Fix #2738

Sponsored by ENEL, on behalf of Faunalia
…tion

Sponsored by ENEL, on behalf of Faunalia
[composer] Restore legend customisation from composer templates (Fix #2738)
* Set a name to the raster resampling dialog
* Fix "Configure container" dialog
alexbruy and others added 23 commits June 2, 2017 09:18
Also add a comment about lack of support in GDAL up to 2.2.x for
service specification in datasource uri

Ref #16626
Fix tile render mode not applied in 2.18 server
…tputValues

Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
Only enabled when ENABLE_PGTEST is set
Includes test for dbname-less URI and service-only URI
(ref #10600 ref #16625 ref #16626)

The test connects to the `qgis_test` database, or what the
QGIS_PGTEST_DB variable requests (as per tests/README.md)

A raster table is added to the test postgis setup script,
for use by this new test.
Hopefully fixes the new DBManager tests
update Processing SAGA provider for 2.18
update Processing OTB provider for 2.18
Was tested with python2, let's see if it fixes python3 too
…MultiCurve_CompositeCurvePropertyType type as multilinestring layers (#16675)
@luipir
Copy link
Contributor

luipir commented Jun 7, 2017

@GlaDal is it necessary a rebase?

Add test for DBManager's PostGIS connector and plugin
@nyalldawson
Copy link
Collaborator

@GlaDal please open this as a feature request over at https://issues.qgis.org . A pull request is only used for submitting code to QGIS.

@nyalldawson nyalldawson closed this Jun 8, 2017
@nyalldawson
Copy link
Collaborator

@GlaDal incidentally, if you try QGIS 3.0 pre-release, this should already be fixed. You'll just need a build from > 1 week ago as processing is being reworked at the moment and only a small subset of algorithms are currently available.

@GlaDal
Copy link
Author

GlaDal commented Jun 9, 2017

@luipir @nyalldawson You're right. I'm discovering github's world and I've posted too fast ! Sorry for that ! Thanks at all !

@GlaDal
Copy link
Author

GlaDal commented Jun 9, 2017

@nyalldawson I tested OMBB in Qgis 3.0 pre-release : fantastic ! Ok, next time, I'll take time for posting on the right place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet