mgdevereux / googleearthtoolbox

Automatically exported from code.google.com/p/googleearthtoolbox
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

option in ge_groundoverlay inconsistent with documentation #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
N = 33
E =  -84
S =  32
W =  -82

kmlStr = ge_groundoverlay(N,E,S,W,'imgURL','image.png')

What is the expected output? What do you see instead?
expected is: a KML file. What you see is an error, because 'imgURL' is not
an authorized option.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jhspaaks@hotmail.com on 18 May 2009 at 2:43

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by jhspaaks@hotmail.com on 22 Jun 2009 at 10:19