Skip Navigation

[Resolved] not all marker are shown on map

This support ticket is created 2 years, 9 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.

This topic contains 1 reply, has 1 voice.

Last updated by tipinoncomuni 2 years, 9 months ago.

Author
Posts
#2273045

I am trying to:
display a map with all the existing items

Link to a page where the issue can be seen:
hidden link

I expected to see:
all of the marker listed (for debug reason) over the map (see the image)

Instead, I got:
just 1 marker shown

As you can see in the image, some of the coordinates are non shown in the debug text AND the corresponding marker is not shown on map. Here is the View code:

[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<wpv-loop>
<p>MarkerID: mm-[wpv-post-id] - Title: [wpv-post-title] - [types field='posizione' format='FIELD_LATITUDE, FIELD_LONGITUDE'][/types]</p>
[wpv-map-marker map_id="mappaimpianti" marker_id="mm-[wpv-post-id]" marker_title="[wpv-post-title]" marker_field="wpcf-posizione"]
<h6 style="margin-bottom:4px;">[wpv-post-link]</h6>
[/wpv-map-marker]
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]hops! Non risultano partner!!![/wpml-string]
[/wpv-no-items-found]
[wpv-map-render map_id="mappaimpianti" map_height="100vh" single_zoom="6" cluster="on" map_type_control="off" street_view_control="off"][/wpv-map-render]
[wpv-layout-end]

#2273089

My issue is resolved now. Thank you!