Title: Multiple marks at same point
Last modified: April 22, 2022

---

# Multiple marks at same point

 *  [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * (@bobjgarrett)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/multiple-marks-at-same-point/)
 * What happens when there are multiple marks to show at the same point? Do they
   all disappear behind one mark?
    Is there any way to shift each a little or have
   a circle to show a number?

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Contributor [hupe13](https://wordpress.org/support/users/hupe13/)
 * (@hupe13)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/multiple-marks-at-same-point/#post-15582559)
 * One possibility would be to [cluster the markers](https://leafext.de/en/doku/cluster/).
 *  Thread Starter [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * (@bobjgarrett)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/multiple-marks-at-same-point/#post-15583887)
 * This looks brilliant but I am struggling to get it to work.
    Do I simply need
   to add [cluster radius=90 disableClusteringAtZoom=10] [zoomhomemap] after the
   list of [leaflet-marker… ] points?
 * Thanks
 *  Plugin Contributor [hupe13](https://wordpress.org/support/users/hupe13/)
 * (@hupe13)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/multiple-marks-at-same-point/#post-15584766)
 * Yes. The first command is `[leaflet-map ...]` of course. 😉
 *  Thread Starter [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * (@bobjgarrett)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/multiple-marks-at-same-point/#post-15588092)
 * Silly me, I did notice this was an extra plugin to install!
 * One question though… if 3 or 4 are at exactly the same location I assume some
   will always be hidden from being able to click on them for details?
 *  Plugin Contributor [hupe13](https://wordpress.org/support/users/hupe13/)
 * (@hupe13)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/multiple-marks-at-same-point/#post-15588130)
 * Please play with the options `spiderfyOnMaxZoom` and `disableClusteringAtZoom`
   and `[leaflet-map max_zoom=... ]`.
 *  Thread Starter [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * (@bobjgarrett)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/multiple-marks-at-same-point/#post-15588614)
 * Thanks for the prompt reply. I am struggling with this now.
    Do I need to install
   extra files? Maybe just the .js file or is it already installed with the Extension?
   Do I just add spiderfyOnMaxZoom into the cluster shortcut?
 *  Plugin Contributor [hupe13](https://wordpress.org/support/users/hupe13/)
 * (@hupe13)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/multiple-marks-at-same-point/#post-15588645)
 * If you have the two plugins installed, you should use the shortcodes like:
 *     ```
       [leaflet-map height=500 max_zoom=9 fitbounds]
       [leaflet-marker lat=...  lng=...   ]xxx[/leaflet-marker] //many markers
       [cluster radius=90 disableClusteringAtZoom=10 spiderfyOnMaxZoom]
       [zoomhomemap fit]
       [fullscreen]
       ```
   
 * I realize I need to write an even better documentation. 😉
 *  Thread Starter [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * (@bobjgarrett)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/multiple-marks-at-same-point/#post-15588747)
 * Magic. It was the max_zoom interaction causing it not to work.
    Many thanks. 
   Super plugins.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Multiple marks at same point’ is closed to new replies.

 * ![](https://ps.w.org/leaflet-map/assets/icon-256x256.png?rev=1693083)
 * [Leaflet Map](https://wordpress.org/plugins/leaflet-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/leaflet-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/leaflet-map/)
 * [Active Topics](https://wordpress.org/support/plugin/leaflet-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/leaflet-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/leaflet-map/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/multiple-marks-at-same-point/#post-15588747)
 * Status: not resolved