Some markers are missing
-
Hi,
Thank you for what seems to be a very cool plugin.
I am running into an issue though.
I’m trying to create a map with a rather large amount of markers. The lat/lng are fields in a cpt created with the plugin ‘pods’, and are called after using a pods shortcode by using {@fieldname}. After calling the pods shortcode, it should cycle through the different cpt’s and echo all mentioned fields. This seems to work really well, but it gives me a map with around 90+ markers, but there are supposed to be 162 markers.Currently my shortcode looks like this:
[leaflet-map zoomcontrol lat=51.81120171227107 lng=4.678341150283814 zoom=16] [pods name="boomtegel" orderby="tegelnummer ASC" limit= "-1" cache_mode="cache" expires="7200"] [leaflet-marker iconUrl="http://...marker.png" lat={@geo_latitude} lng={@geo_longitude}]<img src="{@thumbnail._src.medium}" style=" width:100%;"><br /><a href="{@permalink}">{@post_title}</a><br /><b>{@soortnaam} {@cultivar}</b><br /><i>{@nederlandse_naam}</i>[/leaflet-marker][/pods]Any idea what could be causing this and how to solve it?
The list is displayed correctly when not nested in your shortcode btw
The topic ‘Some markers are missing’ is closed to new replies.