-
Notifications
You must be signed in to change notification settings - Fork 17
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
Create downloadable QGIS project on the fly #157
Comments
@gubuntu What is the priority of this? I guess it shouldn't be too complex, as we may only update paths using the existing QGIS project. Only a string replacement in the XML in the Django view. Let's check. |
push to be reviewed and discussed as there still a few works to be done fix kartoza#157
Done in OTF-plugin to generate QLR and QGS usign remote layers. I wouldn't zip it. It's only a small XML file, the size will not change a lot (users doesn't care about a few kb more when they use geonode I guess), and it's easier for the user to not unzip it. |
note: these code depend on kartoza/otf-project#11 fix kartoza#157
* add download QGS layer file * add Links in post save signal note: these code depend on kartoza/otf-project#11 fix #157
The File extension must be .qgs not .qgs.xml. or the file won't open in QGIS |
passed on testing, except for #360. But let's deliver what we have. |
Create downloadable QGIS project on the fly that references GeoNode layers including setting the mime type to pop up in QGIS after downloading. This is similar to the .qlr file download for maps, but instead of providing the user with a QGIS .qlr, we will instead generate a QGIS project file (.qgs) which they can open locally on their computer. QGIS Backend only.
Zip the file for download
Will use https://github.com/kartoza/otf-project
The text was updated successfully, but these errors were encountered: