Passer la navigation

[Résolu] not all marker are shown on map

This support ticket is created Il y a 3 années et 6 mois. 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.

Ce sujet contient 1 réponse, a 1 voix.

Dernière mise à jour par tipinoncomuni Il y a 3 années et 6 mois.

Auteur
Publications
#2273045

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

Link to a page where the issue can be seen:
lien caché

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!