I actually had a missing bracket in the above code that caused it to
break.
So now I can see a custom icon for the map Legend but not as a custom
icon on the map, is this possible?


On Jan 20, 10:08 am, martin <mwcourte...@yahoo.com> wrote:
> 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 simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to