Listing multiple collection items on g-maps
Posted: Mon Jan 19, 2015 2:13 pm
I have a problem - I'm trying to show multiple markers on g-maps. The data is in a database, and I'm using a list service to place the markers on the map.
However, I always have to run the list service twice. The first time I run it, one marker is displayed (one item in the DB collection). The second time I run the list service, all the other markers are displayed.
Any ideas how to get them all to display at once, running the list service only once?