SymbolixAU
SymbolixAU
@zacdav with your updates, have you noticed any performance issues? I'm wondering if constantly creating a new `WebMercatorViewport()` every time the view changes will take its toll on performance?
Reopening: East & West aren't constrained to `-180:180` - https://github.com/uber/deck.gl/issues/3344#issuecomment-533369203
I've added more events, and an `interactionState` to the `view_change` event https://github.com/SymbolixAU/mapdeck/blob/master/inst/htmlwidgets/mapdeck.js#L83
related: https://github.com/SymbolixAU/mapdeck/issues/237
In the absence of a fix in Deckgl for https://github.com/SymbolixAU/mapdeck/issues/211#issuecomment-533365699, I've added [these conditions](https://github.com/SymbolixAU/mapdeck/blob/master/inst/htmlwidgets/mapdeck.js#L75) ```js const viewport = new WebMercatorViewport(viewState); const nw = viewport.unproject([0, 0]); const se = viewport.unproject([viewport.width, viewport.height]);...
Given the update to v8.0 of deck.gl - https://github.com/SymbolixAU/mapdeck/issues/239 And associated [breaking changes](https://deck.gl/#/documentation/overview/upgrade-guide) - in particular https://github.com/uber/deck.gl/issues/4172 This function will be changing, and so the output returned back to R...
gone back to the source again - https://github.com/uber/deck.gl/issues/4184
I think it's all fine now...
related - https://github.com/uber/deck.gl/issues/3591
@mdsumner @mpadge Given an `sc` object, is the order of the data in the path and vertex columns in the data required / guaranteed? For example, ```r sc