Start a new topic

ARML File no POI displayed

ARML File no POI displayed


I tried to greate my first World with an ARML file and the upload worked perfect.

But if I start the Wikitude app at my mobile i find the world but there isn't any POI.

I don't know what I did wrong.

The File is: http://s3-eu-west-1.amazonaws.com/w4-bucket-live/asset/live/49d0d918-da6c-4055-9bae-c89be76d7721/arml.xml

Can anybody help?

Thanks a lot

Christoph from Austria


Hi Christoph,

please check that your ARML file is valid XML, which in your case e.g. is missing the correct namespace declaration:

<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:ar="http://www.openarml.org/arml/1.0" xmlns:wikitude="http://www.openarml.org/wikitude/1.0">

Also make sure that the reference to the AR provider is identical within the XML file

id="kartographiesches Projektpraktikum"

<ar:provider>KARTOGRAPHISCHES PROJEKTPRAKTIKUM ss2013</ar:provider>
<ar:provider>Kartographisches Projektpraktikum</ar:provider>

All of the above must be identical.

Hi Philipp,

Thanks. My first World works!!!

Hi! I have the same issue, I tried to apply what you just indicate, but nothing seems to work, I am a little concerned about the POI location, as I think it's wrong, but I don't know how to debug it.

If you could please check my arml syntax I would really appreciate your help.

Thanks in advance

This is the arml

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

<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:ar="http://www.openarml.org/arml/1.0" xmlns:wikitude="http://www.openarml.org/wikitude/1.0">

 

    <Document>

        <ar:provider id="UBIKUA">

            <ar:name>El Mundo Aumentado de Ubikua</ar:name>

            <ar:description>Los Lugares de UBIKUA en Canarias</ar:description>

            <wikitude:providerUrl>http://www.ubikua.com </wikitude:providerUrl>

            <wikitude:tags>ruta, canarias, adeje, ubikua</wikitude:tags>

            <wikitude:logo>http://www.creadesignstudio.com/ubikua-logo.png </wikitude:logo>

            <wikitude:icon>http://www.creadesignstudio.com/ubikua-icon.png </wikitude:icon>

            <wikitude:shortName>Mountain Tours</wikitude:shortName>

            <wikitude:promotionText>Join us for the pick of your dreams!</wikitude:promotionText>

            <wikitude:promotionGraphic>http://www.creadesignstudio.com/ubikua-PromotionGraphic.png </wikitude:promotionGraphic>

            <wikitude:hiResIcon>http://www.creadesignstudio.com/ubikua-hiResIcon.png </wikitude:hiResIcon>

            <wikitude:featureGraphic>http://www.creadesignstudio.com/ubikua-FeatureGraphic.png </wikitude:featureGraphic>

            <wikitude:noPromotion>true</wikitude:noPromotion>

        </ar:provider>

        <Placemark id="123">

            <ar:provider>UBIKUA</ar:provider>

            <name>CDTCA</name>

            <description>El estudio de Ubikua se encuentra en el Centro de Desarrollo Turistico de Adeje</description>

            <wikitude:info>

                <wikitude:thumbnail>

                http://www.creadesignstudio.com/ubikua-estudio-thumb.png 

                </wikitude:thumbnail>

                <wikitude:hiResImageUrl>

                http://www.creadesignstudio.com/ubikua-estudio-highresimage.png 

                </wikitude:hiResImageUrl>

                <wikitude:phone>615-684195</wikitude:phone>

                <wikitude:url name="Servicios">http://www.ubikua.com/p/servicios.html</wikitude:url>

                <wikitude:email>info@ubikua.com</wikitude:email>

                <wikitude:address>Calle Amantillo 6, 38670 Adeje, Spain</wikitude:address>

            <wikitude:attachments>

                <wikitude:attachment name="Adjunto pdf">

                <wikitude:attachment-url>http://www.creadesignstudio.com/UBIKUA-brochure.pdf </wikitude:attachment-url> 

                </wikitude:attachment>

                <wikitude:attachment name="Adjunto imagen"> 

                <wikitude:attachment-thumbnail>http://www.a-site.com/ubkua-attachment-thumb.png </wikitude:attachment-thumbnail>

                <wikitude:attachment-url>http://www.creadesignstudio.com/UBIKUA-brochure.pdf </wikitude:attachment-url> 

                </wikitude:attachment>

                </wikitude:attachments>              

        </wikitude:info>

            <Point>

                <coordinates>28.12,-16.73</coordinates>

            </Point>

        </Placemark>

           </Document>

</kml>

        

 

Hi Francis,

Please change the order for Latitude/Longitude. The correct format is: longitude, latitude, altitude. Altitude is optional.

Should you have further questions to the format of the ARML file, please check the specification which is available here.

Nicola

Wonderful! thanks a lot for your help!

Kind Regards

Francis Ortiz
Login or Signup to post a comment