#4745 closed defect (fixed)
[Patch] KML Superoverlay hybrid jpg and png output
Reported by: | ryanl | Owned by: | Robert Coup |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | GDAL_Raster | Version: | svn-trunk |
Severity: | normal | Keywords: | KML Superoverlay kmlsuperoverlay |
Cc: |
Description
The current KML Superoverlay driver cannot output transparent tiles if the output format is jpg.
This patch allows for this hybrid output where a tile is only created in png format if it contains nodata or transparent pixels.
The patch does not include any changes to the docs.
Attachments (9)
Change History (13)
by , 12 years ago
Attachment: | auto_format.diff added |
---|
by , 12 years ago
Attachment: | auto_format_no_empty_tiles.diff added |
---|
by , 11 years ago
Attachment: | auto_format_no_empty_tiles.2.patch added |
---|
updated patch to apply on 1.10 branch
by , 11 years ago
Attachment: | 4745.4.diff added |
---|
comment:1 by , 11 years ago
4745.4.diff fixes missing .kml files at the most detailed level of the superoverlay.
by , 11 years ago
Attachment: | 4745.6.diff added |
---|
fix bad <north> coordinates due to copy/paste error
by , 10 years ago
Attachment: | 4745.7.patch added |
---|
fixes compile errors on trunk (RasterIO signature changed)
by , 8 years ago
Attachment: | 4745.8.patch added |
---|
Fixes bugs in sparse raster output (and adds a test) and fixes broken NetworkLinks to missing KML files.
comment:3 by , 8 years ago
I've done a few changes, mostly suppressing a duplicated VSIMkdir() call that caused warnings to be emitted in kmlsuperoverlay_4 test, and fixing some compiler warnings.
prevents kmlsuperoverlay from generating thousands of empty tiles from sparse raster sources