Hi,
I try to load KML file, but no hapen nothing when charge this files, I use another file and work as well.
I dont know if something is wrong with this KML.
<?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">
<Document>
<name>Casa.kml</name>
<Style id="sn_purple-circle">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/purple-circle.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LabelStyle>
<scale>2</scale>
</LabelStyle>
<BalloonStyle>
</BalloonStyle>
<ListStyle>
<ItemIcon>
<href>http://maps.google.com/mapfiles/kml/paddle/purple-circle-lv.png</href>
</ItemIcon>
</ListStyle>
</Style>
<StyleMap id="msn_purple-circle">
<Pair>
<key>normal</key>
<styleUrl>#sn_purple-circle</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_purple-circle</styleUrl>
</Pair>
</StyleMap>
<Style id="sh_purple-circle">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/purple-circle.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LabelStyle>
<scale>2</scale>
</LabelStyle>
<BalloonStyle>
</BalloonStyle>
<ListStyle>
<ItemIcon>
<href>http://maps.google.com/mapfiles/kml/paddle/purple-circle-lv.png</href>
</ItemIcon>
</ListStyle>
</Style>
<Placemark>
<name>Casa</name>
<LookAt>
<longitude>-74.09234749751791</longitude>
<latitude>4.634500900224893</latitude>
<altitude>0</altitude>
<heading>2.005427191916487e-10</heading>
<tilt>0</tilt>
<range>1048.81294011835</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#msn_purple-circle</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-74.09234749751791,4.634500900224893,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>
Please let me know how can sort out this.
Thanks
Hi Jose,
Have you already tried to take a look at this DataMiner help article for KLM files?
https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_4%2Fmaps%2FLayer_types.htm
There is also a handy link for documentation included in the Help page.
Hope this helps 🙂