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

Memory vector layer datasource wrongly written in project #17654

Closed
qgib opened this issue Nov 4, 2013 · 2 comments
Closed

Memory vector layer datasource wrongly written in project #17654

qgib opened this issue Nov 4, 2013 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Project

Comments

@qgib
Copy link
Contributor

qgib commented Nov 4, 2013

Author Name: Radim Blazek (@blazek)
Original Redmine Issue: 8997
Affected QGIS version: master
Redmine category:project_loading/saving


Changes to vector memory layer attributes are not written to project file because QgsMapLayer::readLayerXML() is using mDataSource instead of QgsMemoryProvider::dataSourceUri(). QgsMapLayer::readLayerXML() is really very hacky with hardcoded blocks for providers.

@qgib
Copy link
Contributor Author

qgib commented Dec 30, 2015

Author Name: Sebastian Dietrich (Sebastian Dietrich)


See "PR 2624":#2624 for a solution.

@qgib
Copy link
Contributor Author

qgib commented Jan 1, 2016

Author Name: Nyall Dawson (@nyalldawson)


Fixed in changeset "5a42728f3e5b7d49c959dc2a3363d91f411d9b53".


  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Project labels May 24, 2019
@qgib qgib added this to the Future Release - High Priority milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Project
Projects
None yet
Development

No branches or pull requests

1 participant