This topic is locked

Google map in List Page

10/5/2009 12:00:18 PM
PHPRunner General questions
D
dpicky author

I am trying to show a Google map in the footer of a list page with a marker for each record in the list. Each record has a longitude and latitude displayed. For example:
Customer 1, -1.234, 2.00

Customer 2, -1.544, 4.23
I've seen some previous postings on displaying an individual record via Google maps, but wondered if anyone had managed to display several markers programatically based on a displayed list.
TIA
Dave

J
Jane 10/6/2009

Dave,
here are some tips:

  1. create global array,
  2. fill it with record values in the List page: After record processed event on the Events tab,
  3. then use this array in your code in the footer.

D
dpicky author 10/6/2009

Thanks Jane
Just arrived at identical solution - glad I approached the right way.
Dave