thank you Mark,
I put in uppercase the K with no success, also I only have one Place
noted city in the property; (ref ,y second messqge (15 Nov 22.02) it
is written this way
I have for example one person and 2 events
{ label: 'Nicolas Sylvestre dit Champagne',
type: 'individu',
index: 1,
imageURL: '',
url: '',
party: "Homme",
birth: '1644',
death: '1729-03-10',
birthPlace: 'Pont-sur-Seine, Aube, France',
deathPlace: 'Neuville, Québec, Canada',
},
{ id: 'Nicolas Sylvestre dit Champagne',
index: 1,
couleur: "Naissance",
birthLatLng: '48.5200,3.5980',
city: '48.5200,3.5980'
},
{ id: 'Nicolas Sylvestre dit Champagne',
index: 1,
couleur: "Deces",
deathLatLng: '46.8000,-71.2800',
city: '46.8000,-71.2800'
},
For Death and Birth view only I look for property birthLatLng and
deathLatLng only, for both event I look for property city and would
like to differenciate with the property 'couleur', this is from whre I
would like to have the right color with this condition
<div ex:role="coder" ex:coderClass="Color" id="cities-colors"
style="display: none;">
<span ex:color="#98fb98">Naissance</span>
<span ex:color="#c2c2c2">Deces</span>
<span ex:case="others"
ex:color="#aaa">Indéterminé</span>
</div>
This is ex:colorKey=".couleur" which seems not taking the right
information since the city is at the right place on the Map.
I am doing my test on my computer for now. if I still do have a issue
with coding the property (or the type) I will put on the web.
Herve
--
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.