cleder/fastkml

TypeError: type must be one of 'string', 'int', 'uint', 'short', 'ushort', 'float', 'double', 'bool'

stodge opened this issue · 0 comments

I'm getting this error while parsing my KML:

TypeError: type must be one of 'string', 'int', 'uint', 'short', 'ushort', 'float', 'double', 'bool'

I checked my KML and I don't see any type declarations that aren't one of the support types. Is there any chance you could change the error message to display the invalid type it found, or the KML fragment it was trying to process?

I'll re-check my KML just in case I missed something. Unfortunately I can't post the KML because it's proprietary. Thanks