google-earth

Add image title to infowindow of KML-point in Python

Add image title to infowindow of KML-point in Python Question: I created a KML point with a corresponding image in an infowindow. test_point = kml.newpoint(name="test_name", description = ‘<img src="path/latest_image.jpg" width="500" height="500" align="left"/>’,coords=[(10,70,100)]) The image is displayed correctly but I would like to add a title and a description of the image. Furthermore I want to …

Total answers: 1

Convert x,y position to LLA in decimal degree

Convert x,y position to LLA in decimal degree Question: I am trying to convert a pixel position (x,y) on a map tile to Longitude, Latitude, Altitude (LLA) format (decimal degree). I have a piece of a map from google earth over Spain at night time. I have the LLA for all four corners and I …

Total answers: 2