I've been enjoying learning to use {mapgl} after having used {leaflet} almost entirely for my interactive mapping needs. It would be great if the step_expr function could be modified to accommodate categorical data (i.e., not converting numerical data into categories) when using add_fill_layer since I have some use cases where this would be very helpful.
Not sure how it works on the backend, but may alternatively be easier to create a new function to handle categorical variables instead.
I've been enjoying learning to use
{mapgl}
after having used{leaflet}
almost entirely for my interactive mapping needs. It would be great if thestep_expr
function could be modified to accommodate categorical data (i.e., not converting numerical data into categories) when usingadd_fill_layer
since I have some use cases where this would be very helpful.Not sure how it works on the backend, but may alternatively be easier to create a new function to handle categorical variables instead.