Start a new topic

ARML Publishing Errors - Description Not Displaying

ARML Publishing Errors - Description Not Displaying
1 Comment


Hello all,

I am trying to develop an ARML world, and I keep running into an odd situation.  The points display well, as they should, but when I click on them I get a screen that looks a bit broken that says "(Description not available)".  Screengrab here: https://dl.dropboxusercontent.com/u/16460701/IMG_4788.PNG

My original efforts in ARML were fairly ambitious, including about 44 points, images, long descriptions, etc.  In an effort to isolate the problem, I generated a file that's very small, and doesn't have many of the features I desire, and it still displays the error.  I did manage to get it to work once with a single point, but have been unable to reproduce the success.  It is code modified from this example: http://openarml.org/wikitude4.html

Consequently, I have a few questions:

1.  What am I doing that is generating this error state, and how can I avoid doing it in the future?

2.  Are there any limitations regarding what tags I can use CDATA in?  I particularly want <name> and <description>

3.  Are there limitations on the length of <name> or <description>?

4.  Is ARML fussy about linebreaks?  I'd like to generate my code out of a spreadsheet, and it's a good bit easier if I don't have to insert line breaks in the code.

Many thanks!!

Code published here: http://arlink.wikitude.com?dk=fxdovqj

<?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="riverlife.umn.edu">
<ar:name>River Life: River Atlas</ar:name>
<ar:description>Join River Life for a tour of the St Anthony Falls Heritage Zone and learn about the history of the area from a series of significant places along the river.</ar:description>
<wikitude:providerUrl>http://riverlife.umn.edu </wikitude:providerUrl>
<wikitude:tags>history</wikitude:tags>
<wikitude:logo>http://riverlife.umn.edu/wp-content/uploads/2012/12/wikitude_logo.png </wikitude:logo>
<wikitude:icon>http://riverlife.umn.edu/wp-content/uploads/2012/12/wikitude_icon.png </wikitude:icon>
<wikitude:shortName>River Atlas </wikitude:shortName>
<wikitude:promotionText>A sense of where you are. </wikitude:promotionText>
<wikitude:promotionGraphic>http://riverlife.umn.edu/wp-content/uploads/2012/12/wikitude_promotiongraphic.png </wikitude:promotionGraphic>
<wikitude:hiResIcon>http://riverlife.umn.edu/wp-content/uploads/2012/12/wikitude_hiresicon.png </wikitude:hiResIcon>
<wikitude:featureGraphic>http://riverlife.umn.edu/wp-content/uploads/2012/12/wikitude_featuregraphic.png </wikitude:featureGraphic>
<wikitude:noPromotion>true</wikitude:noPromotion>
</ar:provider>
<Placemark id="200">
<ar:provider>riverlife.umn.edu</ar:provider>
<name>IonE One</name>
<description>Description written here</description>
<wikitude:info>
<wikitude:hiResImageUrl>http://riverlife.umn.edu/wp-content/uploads/2013/03/DSC_0073.jpg</wikitude:hiResImageUrl>
</wikitude:info>
<Point>
<coordinates>-93.182677,44.984275,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>

 
Login or Signup to post a comment