Tell us what you are trying to do?
Highlight a single map icon as different from the rest
Is there any documentation that you are following?
Toolset maps documentation at : https://toolset.com/documentation/programmer-reference/maps/maps-shortcodes/#wpv-map-render
Is there a similar example that we can see?
What is the link to your site?
hidden link – the mp is being pulled from a view which includes the listing. Can the individual listing marker being different?
Hello,
Is there any condition for the "individual listing marker"? you can try with wpv-conditional shortcode to display different map marker, for example:
1) Find and select the map block, in block settings, section "Source for the marker", choose option: Address
2) Find and select the view block, in view's loop, use conditional block to display different marker shortcodes.
More help:
https://toolset.com/course-lesson/using-toolset-conditional-block/
https://toolset.com/documentation/programmer-reference/maps/maps-shortcodes/
The view queries all the locations, but the condition for the one I want to highlight is outside of the view, in the content templte where the view is shown. Can I pull the condition from the templated inside the view dynamically?
In your case, you can setup the special marker shortcode manually by following our document:
https://toolset.com/documentation/programmer-reference/maps/maps-shortcodes/#wpv-map-marker
And you need to specific "map_id" attribute as the same as the Toolset map block setting.