Hello, Im just trying to start one of my first sites here, and it involves Google Maps. I´m using Wordpress. What I´m trying to do is to embedd a map, and automatically (?) the site/code takes all the markers of that map, and put a link to each one of them in a sidebar. Please see this example: EXAMPLE (click on one of the links on the sidebar). I also checked google code site, and many sites more, but I can´t find a proper way that I can understand (I´m just strated to learn JavaScript and PHP). Thank you very much!
Well that example is working fine isn't it? You can just copy and paste the source code, changing the co-ordinates, or you could load them in to the map using XML and create a sidebar that way. If you want them in your wordpress sidebar, it'll be more difficult, because the map isn't going to be on every page...that just wouldn't make sense design wise.
Thank you Andy, I was looking for a more "automatic" (?) way of doing it... if I have hundreds of markers in a single map, maybe it is some kind of tiring to do it for every map I build. Thank you for your reply. Anyone else?