Start a new topic

Getting text instead of a POI pointer

Getting text instead of a POI pointer


Hi!

I created a kml file from google maps but when uploaded it shows this (see image).

Any ideas?

here is my kml file: (i recently added and id to all placemarks but google´s kml validator throws some errors)

 

<?xml version="1.0" encoding="UTF-8"?>

<kml xmlns="http://www.opengis.net/kml/2.2">

<Document>

  <name>wikitude df</name>

  <description><!></description>

  <Style id="style7">

    <IconStyle>

      <Icon>

        <href>http://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png</href>

      </Icon>

    </IconStyle>

  </Style>

  <Style id="style6">

    <IconStyle>

      <Icon>

        <href>http://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png</href>

      </Icon>

    </IconStyle>

  </Style>

  <Style id="style4">

    <IconStyle>

      <Icon>

        <href>http://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png</href>

      </Icon>

    </IconStyle>

  </Style>

  <Style id="style1">

    <IconStyle>

      <Icon>

        <href>http://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png</href>

      </Icon>

    </IconStyle>

  </Style>

  <Style id="style3">

    <IconStyle>

      <Icon>

        <href>http://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png</href>

      </Icon>

    </IconStyle>

  </Style>

  <Style id="style8">

    <IconStyle>

      <Icon>

        <href>http://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png</href>

      </Icon>

    </IconStyle>

  </Style>

  <Style id="style5">

    <IconStyle>

      <Icon>

        <href>http://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png</href>

      </Icon>

    </IconStyle>

  </Style>

  <Style id="style2">

    <IconStyle>

      <Icon>

        <href>http://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png</href>

      </Icon>

    </IconStyle>

  </Style>

  <Placemark id="1">

    <name>Megapantalla IMAX</name>

    <description><!></description>

    <styleUrl>#style7</styleUrl>

    <Point>

      <coordinates>-99.194878,19.409554,0.000000</coordinates>

    </Point>

  </Placemark>

  <Placemark id="2">

    <name>Domo Digital Banamex</name>

    <description><!></description>

    <styleUrl>#style6</styleUrl>

    <Point>

      <coordinates>-99.195221,19.409248,0.000000</coordinates>

    </Point>

  </Placemark>

  <Placemark id="3">

    <name>Cine Tonalá</name>

    <description><!></description>

    <styleUrl>#style4</styleUrl>

    <Point>

      <coordinates>-99.160423,19.408911,0.000000</coordinates>

    </Point>

  </Placemark>

  <Placemark id="4">

    <name>Centro de Cultura Digital Estela de Luz</name>

    <description><!></description>

    <styleUrl>#style1</styleUrl>

    <Point>

      <coordinates>-99.175789,19.423065,0.000000</coordinates>

    </Point>

  </Placemark>

  <Placemark id="5">

    <name>Auditorio Blackberry</name>

    <description><!></description>

    <styleUrl>#style3</styleUrl>

    <Point>

      <coordinates>-99.168846,19.406628,0.000000</coordinates>

    </Point>

  </Placemark>

  <Placemark id="6">

    <name>Teatro Fru Fru</name>

    <description><!></description>

    <styleUrl>#style8</styleUrl>

    <Point>

      <coordinates>-99.138611,19.436714,0.000000</coordinates>

    </Point>

  </Placemark>

  <Placemark id="7">

    <name>Casino Metroplitano</name>

    <description><!></description>

    <styleUrl>#style5</styleUrl>

    <Point>

      <coordinates>-99.138504,19.435547,0.000000</coordinates>

    </Point>

  </Placemark>

  <Placemark id="8">

    <name>Teatro de la Ciudad Esperanza Iris</name>

    <description><!></description>

    <styleUrl>#style2</styleUrl>

    <Point>

      <coordinates>-99.137299,19.436472,0.000000</coordinates>

    </Point>

  </Placemark>

</Document>

</kml>

 

Hi,

seems like you chose ARchitect World as type of your World and not KML, when creating your World in the Publish section. Try to create a new World and set the type to KML. Then upload your KML file.
Login or Signup to post a comment