qfes / rdeck

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

H3HexagonLayer, H3ClusterLayer and S2Layer broken #10

Closed anthonynorth closed 3 years ago

anthonynorth commented 4 years ago

h3_hexagon_layer, h3_cluster_layer and s2_layer fail if get_polygon refers a column that doesn't exist. Either remove the prop from these layers, or make it default NULL.

Error in make_accessor(rlang::enquo(get_polygon), data, TRUE) : 
  rlang::is_empty(data) || rlang::has_name(data, name) is not TRUE
anthonynorth commented 3 years ago

closed in #18