Working on the next feature: layer control, using mapgl::add_layers_control()
@walkerke :
- Is it possible to rename a layer? In tmap.mapgl, I use structured names for the layers, e.g.
layertmap401polygons_fill, but would like to show other names in the layer control box.
- Is it possible to group layers? Main use case: for polygons I now use two layers,
add_fill_layer and add_line_layer. Ideally, I'd like to have one item for them in the layer control box.
Working on the next feature: layer control, using
mapgl::add_layers_control()@walkerke :
layertmap401polygons_fill, but would like to show other names in the layer control box.add_fill_layerandadd_line_layer. Ideally, I'd like to have one item for them in the layer control box.