Some map markers are being presented on the map on the right place, but others are being presented on wrong place (the right place is at Brazil and it being presented at United States).
Attached the images of the maps and the field of source location.
I am using the code bellow:
<wpv-loop>
[wpv-map-marker map_id='feed-map-filter' marker_id='marker-1' marker_field='wpcf-feed-address']
[types field='feed-logo' align='left' size='custom' width='30' height='30' resize='proportional' class='logo-feed'][/types][wpv-post-title] <br>[wpv-post-taxonomy type="feed-type" format="name"]</div>
[/wpv-map-marker]
</wpv-loop>
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
What if you try to use the following code - we need each marker_id as unique so we will postfix it with [wpv-post-id]:
[wpv-map-marker map_id='feed-map-filter' marker_id='marker-[wpv-post-id]' marker_field='wpcf-feed-address']
Hi, I did your suggestion using the code you mentioned instead a fixed value, but it did not work ...
What take my attention if there are only two places which are presented wrong on the map. The others are correct.
Any new suggestion ?