Dave
Dave
oh yeah - I see what's gonig on. When not using an `id` field the factors are retained ```r sf
I've created a new issue for this specific bug here - https://github.com/dcooley/sfheaders/issues/89
The problem I am having with this is coming up with a clean way to pass in the colours / line widths / etc into the function. All the other...
dashed lines implemented - https://github.com/SymbolixAU/mapdeck/issues/224
hi @chrislim5 , sorry I didn't see this first time around. The specific `div` element that controls the legend's position is the [`.legendContainer`](https://github.com/SymbolixAU/mapdeck/blob/master/inst/htmlwidgets/mapdeck.css#L53). But it's not currently possible to override...
related - https://github.com/SymbolixAU/spatialwidget/issues/42 ```r lapply( other_columns, function(x) { l[[x]]
This _might_ be possible - reference: https://docs.mapbox.com/help/troubleshooting/change-language/
hold off on the colour properties; I'm going to change it once `colourvalues` accepts lists. That way I can use every 'z' value, not just the average. Then every vertex...
I think the soultion is to have a check at the top of each function ```r if( nrow( data ) == 0 ) { return( clear_path( map, layer_id ) )...
What should the legend show, if there isn't any data on the map? If you really do want a legend without any data, you'll have to create the legend [manually](https://symbolixau.github.io/mapdeck/articles/legends.html#manual-legends)....