- Messages
- 224
- Country

Hi Jon,
In my tutorial for adding a background image to ADE, one of the options included is using SAS.Planet.
When you save an image file, you have the option to save a kml file as well, which includes the corner coordinates.
Would it be possible to have ADE look for this file when adding a new background image and autofill the corner coordinates?
Example kml:
<?xml version="1.0" encoding="UTF-8"?>
<kml><GroundOverlay><name>FZJC.jpg</name><color>88ffffff</color><Icon>
<href>FZJC.jpg</href>
<viewBoundScale>0.75</viewBoundScale></Icon><LatLonBox>
<north>3.68631232021912</north>
<south>3.66857659753091</south>
<east>28.6111825704575</east>
<west>28.5931527614594</west>
</LatLonBox></GroundOverlay></kml>
In my tutorial for adding a background image to ADE, one of the options included is using SAS.Planet.
When you save an image file, you have the option to save a kml file as well, which includes the corner coordinates.
Would it be possible to have ADE look for this file when adding a new background image and autofill the corner coordinates?
Example kml:
<?xml version="1.0" encoding="UTF-8"?>
<kml><GroundOverlay><name>FZJC.jpg</name><color>88ffffff</color><Icon>
<href>FZJC.jpg</href>
<viewBoundScale>0.75</viewBoundScale></Icon><LatLonBox>
<north>3.68631232021912</north>
<south>3.66857659753091</south>
<east>28.6111825704575</east>
<west>28.5931527614594</west>
</LatLonBox></GroundOverlay></kml>