Title: Summarized map (hooks?)
Last modified: May 4, 2023

---

# Summarized map (hooks?)

 *  Resolved [microteq](https://wordpress.org/support/users/microteq/)
 * (@microteq)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/summarized-map-hooks/)
 * Hi
 * I would like to create a summarized map with waymarks of the starting points 
   of all my routes on all my created maps.
 * Later, I would also like to filter my maps and display only the starting point
   waymarks of the filtered result on my summarized map.
 * I know that this will be some programming work for me.
 * Will I have to change your code (not preferred) or are there some action or filter
   hooks I can use?
 * Many thanks.
 * Daniel

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

 *  Plugin Author [Joe](https://wordpress.org/support/users/morehawes/)
 * (@morehawes)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/summarized-map-hooks/#post-16711434)
 * Hi Daniel,
 * Thanks for reaching out. This is an interesting idea, though I can not think 
   what to suggest in terms of hooks to help you achieve this.
 * One thought I have is that you could add the Maps in question to a Collection,
   then when embedding the Collection using the Shortcode you could hide all Markers
   except the starting points. Something like this:
 *     ```wp-block-code
       [Waymark collection_id="123" hide_marker="photo,food" show_marker="start"]
       ```
   
 * Waymark automatically adds a link to the Map that each Marker belongs to when
   displaying a Collection. You can find more information about this [here](https://www.waymark.dev/docs/shortcodes/#filter-overlays).
 * I hope this helps.
 * Cheers,
 * Joe
 *  Thread Starter [microteq](https://wordpress.org/support/users/microteq/)
 * (@microteq)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/summarized-map-hooks/#post-16714582)
 * Hi Joe
 * Many thanks for your assistance. Your suggestion seems to work well. I tried 
   it with a few routes. I wonder how it performs with a hundred of routes 😉
 * So i only have to figure out now how to filter all those routes.
 * Thanks again and best regards.
 * Daniel.
 *  Plugin Author [Joe](https://wordpress.org/support/users/morehawes/)
 * (@morehawes)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/summarized-map-hooks/#post-16714768)
 * Hi Daniel,
 * I’m glad that was of some help.
 * Cheers,
 * Joe

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

The topic ‘Summarized map (hooks?)’ is closed to new replies.

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

## Tags

 * [action hook](https://wordpress.org/support/topic-tag/action-hook/)
 * [Filter Hook](https://wordpress.org/support/topic-tag/filter-hook/)

 * 3 replies
 * 2 participants
 * Last reply from: [Joe](https://wordpress.org/support/users/morehawes/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/summarized-map-hooks/#post-16714768)
 * Status: resolved