fastkml icon indicating copy to clipboard operation
fastkml copied to clipboard

Remove mistake from the usage_guide.rst

Open Quba1 opened this issue 3 years ago • 0 comments

This PR suggests changing file opening in KML file reading example from open(kml_file, 'rt', encoding="utf-8") to opening file in binary mode open(kml_file, 'rb'). Otherwise the latest version of fastkml throws exception "Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration."

Quba1 avatar Jun 21 '22 12:06 Quba1