qfes / rdeck

Deck.gl widget for R
https://qfes.github.io/rdeck
MIT License
98 stars 0 forks source link

Scales throw error when data frame has no rows #47

Closed anthonynorth closed 2 years ago

anthonynorth commented 2 years ago

Scales throw an error computing the domain, when data has no rows

Warning in min(x) : no non-missing arguments to min; returning Inf
Warning in max(x) : no non-missing arguments to max; returning -Inf
Error in seq.default: 'from' must be a finite number
anthonynorth commented 2 years ago

Fixed in #56