I am using the below for a map view:
<div ex:role="coder" ex:coderClass="Icon" id="icons">
<span ex:icon="icons/A.png">Recreation Facility</span>
<span ex:icon="icons/B.png">City Park</span>
<span ex:icon="icons/C.png" ex:case="others"Nature Park </span>
<span ex:icon="icons/D.png" ex:case="default">Greenway - Unpaved</
span>
<span ex:icon="icons/E.png" >Greenway - Paved</span>
</div>
and in the map view itself I am calling it like:
<div ex:role="exhibit-view"
ex:viewclass="Map"
ex:label="Map"
ex:iconCoder="icons"
ex:iconKey=".Type">
</div>
but when loading the page I get an error:
"Caught Exception: IconCoder: Error processing configuration of coder"
I hit OK and then another:
Caught Exception: Undefined Details 'FirstChild.node value' is null or
not an object.
I have searched and came up with some references to a " restaurant/
hotel coder " from here:
http://simile.mit.edu/wiki/Exhibit/2.0/Coders
but I am unable to find the sample web page that demonstrates this,
can anyone shed some light on this for me?
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en.