[pmwiki-users] Google Map API 2.2.0 Pre 1 Release

bram brambring bram.brambring at gmail.com
Sat Dec 30 05:45:43 CST 2006


> * What do you want?

Seasons greetings Ben (and others)

I have been playing with your very nice api.

I have a rather longish text and would like to have the map in view
after a map-link is clicked. I messed a bit with your code, maybe
there is a better solution?



function makeGmalink(map, k) {
    map.panTo(points[k]);
    markers[k].openInfoWindowHtml(htmls[k]);
    window.scrollTo(map.top,0);
}

Probably even nicer would be to have some css/javascript to map the
map around, however I didn't manager that (yet)


page involved:

http://www.gryla.nl/Chili2007/StartPagina


bram




More information about the pmwiki-users mailing list