Hi! in my table views map not showing markers for all posts, even each post has a google map location saved in custom field "project location". for more information of the prob you can see this video that relates. hidden link. This is the loop editor where i placed marker code hidden link.
Also some markers are showing very wrong locations(very far in map from the point where it was supposed to be) But my post view has accurate location for that. More detail of prob in this hidden link
There's no theme installed in site yet, and als tried disabling the few plugins but cant find the solutions.
I want the all markers for all posts to appear in map.
Thanks
I skimmed through the videos a little, it looks like you recorded them for someone else.
I observed two issues.
Your View is paginated, so the Map (which is output using the same View) only shows markers for the current page of results.
If you want a map to show all results irrespective of pagination you would need to create a second View without pagination that generates the map.
The other issue was how addresses are added.
I saw that you had copied and pasted full URLs from maps.google.com.
That's not how it is designed to work.
The address field is linked to the Google API and retrieves an address object with coordinates when you type in an address and choose from one of the auto-complete suggestions that the API offers as a potential match. So the field should contain an address string, not a URL.