mapview icon indicating copy to clipboard operation
mapview copied to clipboard

Unable to map lwd to a variable

Open ffholmes opened this issue 1 year ago • 1 comments

Hi,

I'm able to map lwd to a numeric variable attribute column but can't see any way of controlling the range of the lwd in the plot.

If I manually rescale the variable before plotting it doesn't change anything. If I pass a vector of lwd values it doesn't render anything.

Essentially id like to be able to set a variable as the lwd parameter and control the range to go from (say) 1 to 10, or 1 to 30

Am I missing something? Great package!

ffholmes avatar Jun 23 '24 20:06 ffholmes

Thanks for catching this. It is currently hardcoded here. I'll get this implemented similar to point radius mapping

tim-salabim avatar Jun 24 '24 07:06 tim-salabim