import simplekml kml = simplekml.Kml() pnt = kml.newpoint(name='A Point') pnt.coords = [(1.0, 2.0)] pnt.style.iconstyle.scale = 3 # Icon thrice as big ...
確定! 回上一頁