This is a migrated thread and some comments may be shown as answers.

AsyncKmlReader

2 Answers 64 Views
Map
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 2
Andrew asked on 05 May 2015, 01:59 PM
I'm using AsyncKmlReader to read in some .kml files created in Google Earth. Do you support import of "Image Overlays"? The machine does not have internet access so all the image files are local file references. However none of the images seem to display.

2 Answers, 1 is accepted

Sort by
0
Andrew
Top achievements
Rank 2
answered on 05 May 2015, 02:57 PM

Here is the .kml file in question 

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<GroundOverlay>
 <name>Untitled Image Overlay</name>
 <Icon>
  <href>C:/Temp/test1.png</href>
  <viewBoundScale>0.75</viewBoundScale>
 </Icon>
 <altitude>4.999999999999999</altitude>
 <altitudeMode>absolute</altitudeMode>
 <LatLonBox>
  <north>52.25275855920668</north>
  <south>52.25260142391241</south>
  <east>4.443181859708076</east>
  <west>4.441600477929923</west>
  <rotation>353.2392975321373</rotation>
 </LatLonBox>
</GroundOverlay>
</kml>

0
Petar Mladenov
Telerik team
answered on 08 May 2015, 10:40 AM
Hi Andrew,

Unfortunately, "GroundOverlay" KML type is not supported in RadMap's KML readers. You can submit a feature request in our feedback portal. Later we will review it it will be available for voting.

Regards,
Petar Mladenov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Map
Asked by
Andrew
Top achievements
Rank 2
Answers by
Andrew
Top achievements
Rank 2
Petar Mladenov
Telerik team
Share this question
or