-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Zipped file upload does not work #1319
Comments
Hey Matt, Your solution makes sense. Thanks for diagnosing. -a On Mon, Dec 23, 2013 at 11:54 AM, Matt Bertrand [email protected]:
|
I am facing the same issue today. Geonode is asking me to rename my file when I try to upload my SHP file (zipped) which I did several time. I hope some one can fix this issue. |
@javedyousafzai which version are you using? For me current version is working perfectly on my local box. |
Thanks Paolo, I found the solution from a colleague. Instead of selecting the SHP in zip, I select all the files and upload and then it works. |
Zipfile upload seems broken again. Error message returned is 'NoneType' object has no attribute 'latlon_bbox'
|
Im not sure we even support zip file uploads anymore? |
We should support zip files. This would be a blocker. |
This is working for me, I have just tested it with standard settings. |
This is with the GeoServer REST upload:
Possible solution: create a new zipfile, rename and copy over the contents of the old zipfile (demolayer.shp -> demolayer_1.shp, etc), and send the new zipfile to Geoserver for importing. I can create a PR for this quickly if it's an acceptable fix.
The text was updated successfully, but these errors were encountered: