Show item on hovering over map marker instead of clicking on it
I'm using a map to display film-set and TV-set locations (on-location.nl)
Now A user needs to click in the MAP on the MARKER to open the marker item (in the map) from here the user can click again and open the related item.
I would like change this to the hover function, so when a user is in the map, and hover over the marker, this show the item, and when the user then click the item is opened.
I have an example of a site that is offering the functionality: hidden link
There is another section that will hold the content when marker is hover as you can see with the screenshot you should add all details there whatever you want to display when marker hover.
Regarding the clicking on the map you want to auto center the marker, there is no such feature available but you can add a focus on marker link that will do the same but its different mechanism. You will have to add focus on marker button or link within your view's loop area and when you click any specific item's focus on marker.