hendriksaragih / kml-samples

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

Kml Generated by Google Earth doesn't validate against 2.2 schema #172

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Comments: 
Same ListStyle error happens against the 2.1 schema, which is how I discovered 
it

Relevant Application(s): 
4.3.7284 Windows

Steps to Reproduce: 

- Namespace error: Finds http://earth.google.com/kml/2.2 and expects 
http://www.opengis.net/kml/2.2
- ListStyle error: Says <bgColor> is not a valid element. In reality, the 
elements are put in a sequence and the order GE generates is different from the 
schema
- LookAt error: <heading> and <tilt> are not in the correct element order 
within <LookAt>

Supporting Files: 
ValidateSchema.kml

Reported By: Ashley S

Original issue reported on code.google.com by api.roman.public@gmail.com on 14 Aug 2008 at 10:54