grst / geos

Google Earth Overlay Server - display map overlays in Google Earth
https://grst.github.io/geos
BSD 3-Clause "New" or "Revised" License
42 stars 12 forks source link

Incompatability with Python 3.9+ use of getchildren() #42

Open cauldnz opened 1 year ago

cauldnz commented 1 year ago

Issue geos currently calls getChildren() which is deprecated and removed from Python 3.9. This means that it is currently incompatible with Python 3.9.

See details on deprecation: https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren