Hi
I am ruling out how can I display two event with two differents colors
with what I already have.
I am doing a genealogie timeline and location, I started from the
President example, Items 1 and 2 below work fine (thank you
Presidents). The Map shows in Green the birth locations and in Grey
the death locations.
I would like in Item 3 to show both events and colors
1. <div ex:role="view"
ex:viewClass="Map"
ex:label="Naissances"
ex:latlng=".birthLatLng"
ex:center="38.479394673276445, -115.361328125"
ex:zoom="3"
ex:bubbleWidth="200"
ex:color="green"
ex:shapeWidth="30"
ex:shapeHeight="30"
ex:selectCoordinator="individu"
>
</div>
2. <div ex:role="view"
ex:viewClass="Map"
ex:label="Décès"
ex:latlng=".deathLatLng"
ex:center="38.479394673276445, -95.361328125"
ex:zoom="3"
ex:bubbleWidth="200"
ex:color="grey"
ex:shapeWidth="30"
ex:shapeHeight="30"
ex:selectCoordinator="individu"
>
</div>
3. <div ex:role="view"
ex:viewClass="Map"
ex:label="Individus"
----> ex:latlng=".birthLatLng, .deathLatLng" <----
does not work
ex:center="38.479394673276445, -95.361328125"
ex:zoom="3"
ex:bubbleWidth="200"
-----> ex:color= ?????? <---- How can I do a
condition based on birthLatLng and deathLatLng
ex:shapeWidth="30"
ex:shapeHeight="30"
ex:selectCoordinator="individu"
>
</div>
Thank you, 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.