Dear all, I have an enquiry for the behavior of popup with information for items searched .
When I make a search with proximity, in the result I select a specific item, when I click on the relative point on the map nothing happens, when I click on the point relative to proximity results I have the popup with details of the items.
In previous versions of OL also when I click on the point of selected item I had the popup showing.
Can you please explain me what do I have to do? Is this a bug in OL? Or do I have to setup something else I didn't do?
Thanks

Comments

nikonvulcano’s picture

I've the same problem: I don't see the popup for the point created through geofield_formatter.
Can anyone help me, please?
Thanks

Transmitter’s picture

I've got the same problem as well.
The markers change the default/select style. But there is neither a pop up nor a tooltip (tried both - not at the same time).
For me, it's just a normal OL map, Google default (OSM doesn't work as well) with a view displaying all 30 markers - no special settings.
There are two JS errors visible in firebug:

TypeError: e(...).on is not a function
	...="out",this.timeout=setTimeout(function(){n.hoverState=="out"&&n.hide()},n.optio...

ReferenceError: G is not defined
	(66 out of range 57)

Maybe that's where it comes from?
Version: 7.x-2.0-beta9

Anybody’s picture

Absolutely the same problem here with the latest 2.x dev version. Has anyone ever found a solution?

candelas’s picture

You need to have in your map the component openlayers_geofield_component_geofield_popup . You can see the component in admin/structure/openlayers/components and select it in the maps Components admin/structure/openlayers/maps/list/YOUR_MAP/edit/components

It took to me hours to find it :)