I need to have multiple layer of icons drawed on my map. Each set of that icon must be rendered or not by clicking on the option panel. I found all examples that shown how to add a single marker or a group of markers, but nothing about a plurality of groups.
i'm working in angular with Asymmetrik/ngx-leaflet but ithink the concept i missing i think is for all implementation.
markersLayersLev_1: Marker[] = [];
markersLayersLev_2: Marker[] = [];
markersLayersLev_3: Marker[] = [];
How can i put this "layers" in separate manner on the map?