sib-map: change marker based on property values
We should be able to have different colors of markers depending of the values of a property. This is similar to the group-by
of a list.
The spec could be:
<sib-map
data-src="src"
fields="name, type"
group-by="type"
/>
It should return a map with as many marker colors as different types
Edited by Matthieu Fesselier