我使用Leaflet Js添加了一个L.divIcon到一个层,并尝试bringBack该层,但标记仍然显示在所有现有层的前面。我也尝试了现有的图层,但标记仍然在所有的层,任何改变,以移动添加标记回所有现有的层在小叶Js var LayerFeatureGroup = new L.FeatureGroup();var LabelCount = new L.FeatureGroup(); map.addLayer(La
类似于Search for markers in a markercluster group Leaflet-MarkerCluster 但我使用的是Marker Cluster之上的ControlarrayOfMarkers refers to layers to be added under the parent group as sub group featuremySubGroup = L.featureGroup.subGroup(parentGroup, arrayOfMarkers);
parentGroup.addTo( map