Reply To: POI list links anchored to map on page

Home Forums MapPress Support POI list links anchored to map on page Reply To: POI list links anchored to map on page

#12458
not2old2learn
Participant

    Since I’m using a table under the map anyway (more detailed than what the POI list can give me) I found that if I use the following type of format for the text link in the each row of the first column I can get the corresponding POI to open, problem, how to incorporate an anchor tag. I tried rapping the tag, tried replacing the # with the #nameofanchor, etc but only can get map infowindow to open, can’t get anchor to jump back up to map. <a href=”#” onclick=”mapp0.getPoi(10).open(); return false;”>Show me Gibraltar Heights on map</a>

    I tried replacing the # with #gibraltarmap above and added the <a name=”gibraltarmap”></a> just before the map div on the page.  If I can get this to work I can have each link in my table correspond to the map poi and when user clicks it will take them back to map where infowindow is open. Thanks in advance for help.