I have successfully configured data overlay and my tiles are displayed properly. I also figured out how to use Control.Geolocate after a little while but now I'm stuck with tooltips and popups : the options in map/behavior seems to be empty when I check tooltip box.

This wasn't my priority and as such I postponed it until today where I found (by mistake) that the tooltip and popup layers are actually in the map/behavior page but with a css "display: none;"

After activating them it works just great for the tooltips. The still doesn't works for me but I assume I will will find out soon.

If anyone can tell me whether this is an actual bug or if I'm just missing something.

CommentFileSizeAuthor
#3 layers.PNG36.27 KBsksmithson
#3 popups.PNG40.17 KBsksmithson
Screenshot.png93.07 KBBenjamiB

Comments

codeitwisely’s picture

have you activated first the layers that you want to apply popups or tooltips on "layers & style" section of your preset?

BenjamiB’s picture

Yes always. however I have multiple maps and they are all cloned of the default map which I was experimenting with

I just noticed the exact same problem over cluster behavior which I though was not working.

Apparently, OpenLayers is way more powerful than I though when it gets configured properly ;-)

sksmithson’s picture

StatusFileSize
new40.17 KB
new36.27 KB

I think this is the same issue. I have the layers enabled and activated but they do not appear in the select list for the pop up behaviours? See the screen shots attached.

leschekfm’s picture

I can confirm this. Yesterday i upgraded to the dev version, because in alpha1 the popup behavior wasn't working. The layers that were selectable in alpha1 were gone in dev.

TimelessDomain’s picture

subscribing

zzolo’s picture

Hmmmm. I am going to look into this. @leschekfm, since you upgraded, do your maps still work, or are the layers gone as well? I ask to help figure out if this a problem with the interface only or with data handling.

zzolo’s picture

Status: Active » Closed (fixed)

This was an issue I introduced when I was trying to get the Behaviors interface to work like it used to. It was just a JS thing, and had nothing to do with the actual data. Committed fix:

http://drupalcode.org/project/openlayers.git/commit/3e47a92

sksmithson’s picture

I can confirm this fixes my problem at #3. Thanks zzolo.

BenjamiB’s picture

I also confirm this fixed the problem, I would still like to notice that empty check boxes appears for unactivated layers but I can live with it. thank you very much

zzolo’s picture

Hi @BenjamiB. That was another issue I fixed as well. Just resave the map and only the correct checkboxes will show.

leschekfm’s picture

Works like a charm.
Thank you zzolo.