Ticket #4528 (closed defect: fixed)

Opened 16 months ago

Last modified 9 months ago

[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

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

Change History

Changed 16 months ago by ryanl

Patch for r24007

Changed 16 months ago by ryanl

Patch for r24015 including test

Changed 16 months ago by ryanl

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

Changed 12 months ago by ryanl

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

Changed 9 months ago by rouault

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 2.0.0

Patch committed in trunk (r25028). Thanks

Note: See TracTickets for help on using tickets.