Opened 12 years ago

Closed 12 years ago

#4528 closed defect (fixed)

[PATCH] KML Superoverlay does not display in Google Earth if it crosses the anti-meridian

Reported by: ryanl Owned by: Robert Coup
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 (3)

east_west_fix.diff (1.1 KB ) - added by ryanl 12 years ago.
Patch for r24007
east_west_fix.2.diff (5.2 KB ) - added by ryanl 12 years ago.
Patch for r24015 including test
east_west_fix.3.diff (6.5 KB ) - added by ryanl 12 years ago.
Patch for r24612, including and option to activate and a test

Download all attachments as: .zip

Change History (5)

by ryanl, 12 years ago

Attachment: east_west_fix.diff added

Patch for r24007

by ryanl, 12 years ago

Attachment: east_west_fix.2.diff added

Patch for r24015 including test

comment:1 by ryanl, 12 years ago

I have updated the patch to include a test case for this issue

by ryanl, 12 years ago

Attachment: east_west_fix.3.diff added

Patch for r24612, including and option to activate and a test

comment:2 by Even Rouault, 12 years ago

Milestone: 2.0.0
Resolution: fixed
Status: newclosed

Patch committed in trunk (r25028). Thanks

Note: See TracTickets for help on using tickets.