From the previous thread:
We output the map using the shortcode [gd_listing_map width=100% height=300 scrollwheel=false category=”16924″ post_type=gd_event]
What was meant in reply, is:
in v1 it is not possible to use gd_listing_map outside GeoDirectory pages
in v2 now it is possible to use GD Map widget anywhere within site, on normal WP Pages and GeoDirectory pages, too.
In V2 there is also the option to show markers for particular category.
Lastly, V2 has the added parameter “posts” in gd_map
so if you want to show particular markers on the map example post ids 134, 3947, 499
then you just have to add shortcode parameter like
posts=”134,3947,499″
The questionj asked here https://wpgeodirectory.com/support/topic/beta-version-testing/#post-441075
can be solved via this feature, but will require a customization, to grab relevant IDs that would be used to populate the posts param of the shortcode.