Opened 11 years ago
Closed 11 years ago
#4738 closed enhancement (fixed)
[PATCH] GroundOverlay support in OGR LIBKML driver
Reported by: | saml | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.10.0 |
Component: | OGR_SF | Version: | svn-trunk |
Severity: | normal | Keywords: | libkml |
Cc: | winkey |
Description
Currently OGR LIBKML parser does not handle GroundOverlay KML elements.
The attached patch (by Trevor Clarke, with minor addition & documentation by me), fixes this.
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | overlay.patch added |
---|
comment:1 by , 11 years ago
Cc: | added |
---|---|
Keywords: | libkml added |
comment:2 by , 11 years ago
Summary: | GroundOverlay support in OGR LIBKML driver → [PATCH] GroundOverlay support in OGR LIBKML driver |
---|
comment:3 by , 11 years ago
Milestone: | 1.9.2 → 2.0.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
trunk r24994 "LIBKML: add support for GroundOverlay reading (adapted from patch by Trevor Clarke and saml, #4738)"
Note: The major fix I did was to fix lat and long that were inverted... I also added support for <gx:LatLonQuad>
Note:
See TracTickets
for help on using tickets.
Patch to add support for KML GroundOverlay