Hi, I would like to know how to change the icon marker of a point. i am using it to render all points with popup
<$geomap
state=<<qualify "$:/state/demo-map">>
popupTemplate="ui/PopupTemplate"
>
<$list filter="[tag[point]]">
<$geolayer lat={{!!lat}} long={{!!long}} alt={{!!alt}} color={{!!color}}
properties={{{ [[{}]jsonset[title],<currentTiddler>] }}}/>
</$list>
</$geomap>
all points have a field marker
with the path of svg icon. so i don’t know how to set the marker icon acoording to its value… I guess it’s through the ‘properties’ parameter in the geolayer widget but i don’t know how to do that.