Active
Project:
Openlayers
Version:
7.x-2.x-dev
Component:
OL API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2012 at 20:46 UTC
Updated:
24 Feb 2014 at 11:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mgiffordA screenshot might be nice too. Also, not sure why you'd want this. Seems like a confusing thing to do to a map.
Comment #2
farald commentedI can understand why it may seem so.
But using openlayers' fullscreen capabilities, together with Overlay theme & Overlay paths, you can get some pretty cool overlay usage. What I want is actually everything except for frontpage to open up in an overlay, menu links and everything works, but no links appearing inside the bubble. They do normal redirects.
See this screenshot.
Comment #3
sonoutlaw commentedI am trying to do something similar. I want to use an overlay when a user click a link in the bubble, so that they don't lose their place on the map when viewing that locations content.
I have tried both colorbox_node and Overlay Paths, but Openlayers grabs the "click" event.
Any idea how to get the admin overlay or colorbox to respond to a 'click' event inside the bubble?
Comment #4
milos.kroulik commentedI confirm, that this bug still exists on current dev version. Were you able to make any progress on this?
Comment #5
milos.kroulik commentedComment #6
azuledu commentedIt is possible to "force" the overlay adding a link to '#overlay=admin/structure' inside the popup.
And it works.
Comment #7
milos.kroulik commentedThanks a lot, azuledu. I just tested your workaround and it works nicely.
Comment #8
vistree commentedHi, how did you manage to fill in the #overlay= string??
I want to put this in a module. But everytime I click on the link, the string is converted to
%23overlay%3D
Is there a trick to do this?
Comment #9
milos.kroulik commentedI'm using OpenLayers Feature Popups module, which allows me to create title template for popups (in Behaviors tab of Map configuration). I simply added the needed string there (see screenshot). Unfortunately, I don't know, how to add it to module.
Comment #10
azuledu commentedIt is not necessary to add the OpenLayers Feature Popups module to get this. Just add something like:
[title]
in admin->Structure->Views->Openlayers Data Overlay->Fields->Title->Rewrite Results
Comment #11
vistree commentedHi, I have the problem, that I want to open links in overlay that I can't rewrite. I use the privatemsg module which views-field do not offer the rewrite option.
The same module sents out email with a link I also want to open in overlay:
http://www.mydomain.com/drupal/messages/view/3#privatemsg-mid-5As this has nothing to do with openlayers anymore, I opened a new thread: https://drupal.org/node/2202285