Ticket #4528 (closed defect: fixed)
[PATCH] KML Superoverlay does not display in Google Earth if it crosses the anti-meridian
| Reported by: | ryanl | Owned by: | rcoup |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.10.0 |
| Component: | GDAL_Raster | Version: | svn-trunk |
| Severity: | normal | Keywords: | KML Superoverlay kmlsuperoverlay |
| Cc: |
Description
Google Earth does not correctly display rasters correctly if they cross the antimeridian and the east coordinate is less than the west coordinate.
This patch causes the kml superoverlay driver to check that east > west and if not add 360 to east.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

