Quick question, for my project, I want to add different kinds of markers. This can be done with the Marker component but iI saw in the documentation, that the layer and feature components are way more performance efficient. However, if I add a second component, it overrides the first layer.
Quick question, for my project, I want to add different kinds of markers. This can be done with the Marker component but iI saw in the documentation, that the layer and feature components are way more performance efficient. However, if I add a second component, it overrides the first layer.
My map component is structured like this:
is there a way to still use Layers? this is just an example, both layers will be full of Markers.