Skip Navigation

[Resolved] Map Mark is being presented on the map on wrong place

This support ticket is created 5 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by GuidoP2150 5 years, 4 months ago.

Assisted by: Minesh.

Author
Posts
#1307421
Post Field.JPG
Map Image.JPG

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>

#1307509

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']
#1331325

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 ?