I’ve been playing with the Geospatial Plugin, and I think I’m missing something with the color
property on $geolayer
.
If I modify the “Map with geomarker” example from the plugin site (under “docs” and “geomap widget”):
<$geomap
state=<<qualify "$:/state/demo-map">>
>
<$list filter="[all[tiddlers+shadows]tag[$:/tags/GeoMarker]]">
<$geolayer lat={{!!lat}} long={{!!long}} alt={{!!alt}} color="purple"/>
</$list>
</$geomap>
the color isn’t shown. The point of interest dot stays blue.
I’m able to vary the color of regions (like in “Map with geofeature”), but not points. Am I missing something?