You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would have thought the CPL_VSIL_USE_TEMP_FILE_FOR_RANDOM_WRITE YES would have fixed it like this issue #3604 but no change after trying all different GDAL_HTTP_VERSION
What is the bug?
When trying to write a KMZ to Google Cloud storage I get this
ERROR 6: Seek not supported on writable /vsigs/ files
Steps to reproduce the issue
I have no issue with writing KML's but KMZ wont work. I have tried
ogr2ogr -f LIBKML "/vsigs/PROJECT/kml/kml_output/cities.kmz" --config CPL_VSIL_USE_TEMP_FILE_FOR_RANDOM_WRITE YES PG:"host=127.0.0.1 port=5435 user=user dbname=dbname password=password" --config GS_ACCESS_KEY_ID REMOVED --config GS_SECRET_ACCESS_KEY REMOVED -sql "SELECT * EXCLUDE(tab_style, insert_date), 'LABEL(w:0);SYMBOL(id:\""https://maps.google.com/mapfiles/kml/shapes/placemark_circle.png\"",s:1)' AS OGR_STYLE HIDDEN FROM cities " -dialect OGRSQL -mapFieldType DateTime=String
I would have thought the CPL_VSIL_USE_TEMP_FILE_FOR_RANDOM_WRITE YES would have fixed it like this issue #3604 but no change after trying all different GDAL_HTTP_VERSION
Versions and provenance
Windows 11 and tried on Ubuntu 20 WSL
GDAL 3.10
Additional context
#10138 (comment)
The text was updated successfully, but these errors were encountered: