-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #13855 Multipoint asJSON made MultiPoint as Multilinestring with only 1 point by linestring. This bugfix adds tests. Conflicts: src/core/geometry/qgsmultipointv2.cpp tests/src/core/testqgsgeometry.cpp
- Loading branch information
Showing
2 changed files
with
53 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8d31372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit has broken travis for 2.10 https://travis-ci.org/qgis/QGIS/builds/92230210
There are no more bugfix releases officially planned.
But you still seem to be backporting, so in case you plan an additional release, keep this in mind.
8d31372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing this issue.
I know that, there's no bugfix releases officialy planned.
But some customers can't update to release 2.12.
I'll fix it
8d31372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tell them the 2.12 upgrade is a free one ;)
8d31372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These commits certainly are interesting as well. I did not backport them since they did not apply cleanly, but if you have customers that are bound to 2.10, you may want to look into it
436c30f 62591d9