trafficonese

Results 130 comments of trafficonese

It still crashes. Not sure if it helps, but in the Rstudio session log I am getting this Error: ``` ERROR CLIENT EXCEPTION (rsession-user): (TypeError) : Cannot read property 'O'...

This runs and returns: ``` res $defaults $defaults$fill_colour [1] "#44015400" "#3B528B3F" "#21908C7F" "#5DC963BF" "#FDE725FF" $legend $legend$stroke_colour [1] TRUE ```

yes that works ``` res $parameter [1] "fill_colour" $parameter_type [1] 16 $data_column_index [1] 0 ```

I'm not sure if this was asked, but I could imagine OP wants to use the "compare" plugin from mapbox. https://github.com/mapbox/mapbox-gl-compare With 2 map elements next to each other and...

You need ``` .mapdeckmap { height: 100%; } ```

What if you use `100% !important` instead? It worked for me without `!important` in the browser, but not in the RStudio Viewer.

I was just setting it in the browser inspector. But I think this should do it for the markdown: ``` --- title: "trial" runtime: shiny output: flexdashboard::flex_dashboard: css: styles.css ---...

Indeed, interesting. In shiny I thought it would work by setting `mapdeckOutput("map", height = "100%")` which should achieve the same thing. Apparently setting the `height` to any percentage doesnt work,...

I think it is because of the new roxygen version. But you should be able to look at the conflicts, resolve them and merge the results.