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

Missing DCE layers in RS Viewer #539

Open
KellyMWhitehead opened this issue Dec 2, 2024 · 1 comment
Open

Missing DCE layers in RS Viewer #539

KellyMWhitehead opened this issue Dec 2, 2024 · 1 comment
Assignees
Labels
🐛 bug Something isn't working

Comments

@KellyMWhitehead
Copy link
Collaborator

Data and view are there, but layers are not showing up in qgis.

@KellyMWhitehead KellyMWhitehead added the 🐛 bug Something isn't working label Dec 2, 2024
@KellyMWhitehead KellyMWhitehead self-assigned this Dec 2, 2024
@KellyMWhitehead
Copy link
Collaborator Author

After a lot of trial and error, I believe QGIS was not flushing or writing the edited features to disk after editing a layer. Export was working properly after 1) restarting QGiS, 2) Removing the edited layer from the map, 3) opening the gpkg in an external tool.

I was able to resolve the issue in the export tool by adding one line of code that refreshes all map layers in the document prior to making a copy of the gpkg for the export.

Taking the time to document this in case this kind strange behavior crops up in the future.

Fix is included for version 1.0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant