Skip to content

Commit

Permalink
docs: demo new MapboxCluster props in WithPopupDemo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmlmt committed Oct 6, 2023
1 parent 17d46ff commit ff6e212
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
@mb-close="() => (isOpen = false)">
<pre>{{ content }}</pre>
</MapboxPopup>
<MapboxCluster data="/earthquakes.json" @mb-feature-click="openPopup" />
<MapboxCluster
divId="cluster-popup-demo"
idPrefix="cluster-popup"
data="/earthquakes.json"
@mb-feature-click="openPopup" />
</MapboxMap>
</template>

0 comments on commit ff6e212

Please sign in to comment.