Hello all, I've been searching for a discussion about this all this afternoon but wondered if anyone else has come across my issue here. I've just recently needed to load some data from KML/KMZ files onto my map - which luckily has been considered in the form of the KmlLayer class. My few experiments have been promising except for this: I have some KML documents that have a document schema defined to add custom elements and change the name of the Placemark tag to something different. It appears 'out-of-box' the KmlLayer won't recognize this schema and just not load any of the KML but apparently not throw an error either. Using a text editor I replaced the custom name for 'Placemark' back to 'Placemark' and the points rendered as expected.
Does anyone know of a way to get it to notice & recognize the rules of the <Schema>?