Does Geospatial's "color" attribute work for points?

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?

Good question @Peter

I too would like to know how to change the color of the geomarker.

Cheers, Rob

Hi @Peter

I have done a bit more digging and it would appear that the marker is defined by an image $:/plugins/tiddlywiki/geospatial/images/markers/pin and so changing its color is probably not that simple!

1 Like

Thanks for checking @Rob_Jopling. Maybe a good feature request!

1 Like