SymbolixAU

Results 144 comments of SymbolixAU

I closed them because the remaining layers, and the icon layer were really low on my priority list I was almost never going to get to them. I'll happily take...

duplicate of - https://github.com/SymbolixAU/mapdeck/issues/160 At the moment this is not possible without writing a custom [layer extension](https://github.com/uber/deck.gl/blob/master/docs/developer-guide/custom-layers/layer-extensions.md#example-layer-extension). I plan to get to this some day, but not immediately.

Yes this would be a very good feature, and one I've also thought about but haven't had any time to get it going. I envisage it would work similar to...

@djouallah Do you have any time to try and get a minimal working prototype?

It's a slightly different approach to a pure Mapbox implementation because I need / should use Deck.gl's [`updateTriggers`](https://github.com/uber/deck.gl/blob/master/docs/api-reference/layer.md#updatetriggers-object-optional) I'm jotting most of my design ideas and prototypes in issue #1

I mean it would need a change to the package. I don't think I'll have time to look into this in the coming days though.

There are a couple of ways I could implement this, and either here or in [spatialwidget](https://github.com/SymbolixAU/spatialwidget/issues/33). Either way, somewhere the `quadmesh` object needs to be reshaped or parsed into the...

prototype example (I may use `add_polygon()` in stead, rather than `add_mesh()`). The `avg_z` fill colour is also a place-holder until I get `colourvalues` to [support lists](https://github.com/SymbolixAU/colourvalues/issues/49) ```r library(quadmesh) library(raster) ##...

And using your [hawaii exmaple](https://github.com/SymbolixAU/mapdeck/issues/40#issuecomment-438614935) ```r library(quadmesh) data("hawaii", package = "marmap") qm % marmap::as.raster() %>% raster::aggregate(fact = 2) %>% quadmesh() mapdeck() %>% add_mesh( data = qm , fill_colour = "avg_z"...

Triangle example ```r tri2