I'm just getting started with Cesium to see if the KML support will work for our project. I immediately ran into a problem when loading a kml file which contains a ground overlay; there appears to be a rectangle drawn in the correct position, but it is not rendering the tif image on the rectangle.
The tif image file is on the file system in the same directory as the KML file, and I've also tried putting a more complete path to the tif file with no improvement.
I also get this javascript error:
Resource interpreted as Image but transferred with MIME type image/tiff
I will attach the tif if I can.
Here is the kml:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
<Document>
<name>Full_survey_5m_1_1_1.kml</name>
<Region>
<LatLonAltBox>
<north>50.89288395</north>
<south>50.84624269</south>
<east>-121.6857134</east>
<west>-121.7598286</west>
<minAltitude>0</minAltitude>
<maxAltitude>0</maxAltitude>
</LatLonAltBox>
<Lod>
<minLodPixels>0</minLodPixels>
<maxLodPixels>-1</maxLodPixels>
</Lod>
</Region>
<GroundOverlay>
<gx:altitudeMode>clampToSeaFloor</gx:altitudeMode>
<drawOrder>20</drawOrder>
<name>Full_survey_5m_1_1_1.tif</name>
<Icon>
<href>Full_survey_5m_1_1_1.tif</href>
</Icon>
<LatLonBox>
<north>50.89288395</north>
<south>50.84624269</south>
<east>-121.6857134</east>
<west>-121.7598286</west>
</LatLonBox>
</GroundOverlay>
</Document>
</kml>
Thanks
Tamar Cohen
Intelligent Robotics Group
NASA Ames Research Center