You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to a function call, this 10 needs to apply to every row of data.
When using the columnar format the sf object is unlisted and processed. This should be the other way around, so the colours (etc.) are calculated and assigned on smaller data, then expanded. Which will also mean this 10 is applied to every row.
TODO
Move the sf_to_df() into spatialwidget::create_columnar()
The text was updated successfully, but these errors were encountered:
If the user supplied an argument like
to a function call, this 10 needs to apply to every row of data.
When using the columnar format the
sf
object is unlisted and processed. This should be the other way around, so the colours (etc.) are calculated and assigned on smaller data, then expanded. Which will also mean this10
is applied to every row.TODO
sf_to_df()
intospatialwidget::create_columnar()
The text was updated successfully, but these errors were encountered: