-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Problem with gzipped KML files (GDAL 2.4.2 and 3.0.1) #1743
Comments
Also confirmed with 3.0.1. For both versions, we are building GDAL |
OK, there's a difference I hadn't noticed before. Is there a way to force it to use the |
Checking options of |
OK, so I tried passing... |
@rouault will the change allow the |
yes |
OK, thanks for fixing. Will wait for 3.0.2. |
Raleigh_Stops.kml.gz
I have a couple of KML files which were received in gzipped form, with a .kml.gz extension. These files are not read correctly by OGR using the /vsigzip virtual path. No error is thrown, and the geo (POLYGON) data comes in correctly, but all the other metadata for each feature is lost, and the other virtual data (name, description etc.) is presented differently.
Using the attached file, the results of...
ogrinfo Raleigh_Stops.kml OGRGeoJSON
...and...
ogrinfo /vsigzip/Raleigh_Stops.kml.gz OGRGeoJSON
...are very different.
This is with GDAL 2.4.2 built on Ubuntu 19.04. I am in the process of testing with 3.0.1.
The text was updated successfully, but these errors were encountered: