Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
added filter to unclustered layer to fix x icons showing in circle cl…
Browse files Browse the repository at this point in the history
…ustering activity
  • Loading branch information
langsmith committed Nov 4, 2019
1 parent 4418600 commit 758ef4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ private void addClusteredGeoJsonSource(@NonNull Style loadedMapStyle) {
)
)
);
unclustered.setFilter(has("mag"));
loadedMapStyle.addLayer(unclustered);

for (int i = 0; i < layers.length; i++) {
Expand Down

0 comments on commit 758ef4b

Please sign in to comment.