Skip to content

Commit

Permalink
fix: Add container ground overlays in KML/KMZ (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdgr8 authored Aug 8, 2023
1 parent dafe844 commit 2010bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ private void addGroundOverlays(HashMap<KmlGroundOverlay, GroundOverlay> groundOv
if (groundOverlayUrl != null && groundOverlay.getLatLngBox() != null) {
// Can't draw overlay if url and coordinates are missing
if (getCachedGroundOverlayImage(groundOverlayUrl) != null) {
addGroundOverlayToMap(groundOverlayUrl, getGroundOverlayMap(), true);
addGroundOverlayToMap(groundOverlayUrl, groundOverlays, true);
} else {
mGroundOverlayUrls.add(groundOverlayUrl);
}
Expand Down

0 comments on commit 2010bb7

Please sign in to comment.