aldenwels / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

Invalid KML shown on KML Reference page (AnimatedUpdate example) #368

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the full URL of the page with the documentation error?

http://code.google.com/apis/kml/documentation/kmlreference.html#gxanimatedupdate

Please provide a short description of the documentation error:

Within the displayed code for the Animated Update example, there are two errors 
which cause the KML to be invalid when validated against the Google Extension 
schema (http://code.google.com/apis/kml/schema/kml22gx.xsd).

1. The <scale> element should not be a subelement of <Icon>, but rather should 
be a subelement of <IconStyle>.
2. The <gx:duration> element should be the first subelement of <gx:FlyTo>, 
rather than being placed after the <gx:flyToMode> element.

Note that the corresponding downloadable URL (animatedupdate_example.kml) does 
not match the code displayed on the page, and is a valid document.

Original issue reported on code.google.com by tylerick...@gmail.com on 1 Dec 2010 at 4:36