| bio | website | directdesign.ro |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Apr 20 at 15:27 | |
| stats | profile views | 3 |
|
Nov 27 |
answered | Insert Javascript code in Popup.FramedCloud? |
|
Nov 23 |
comment |
Remove duplicate names in FeaturePopups cluster tooltips and popups Jorix updated the control and set an extended example here: jorix.github.com/OL-FeaturePopups/examples/… Now the list of features from the cluster tooltip and popup is very simple to manage. This solved my problem. Thank you Jorix! |
|
Nov 22 |
comment |
How to not overlap cluster popups with FeaturePopups control? First solution is working ok, but the second not. The second popup is not showing after the first popup is automatically closed. Thank you! |
|
Nov 22 |
comment |
Remove duplicate names in FeaturePopups cluster tooltips and popups It works but only for popups. It would be nice to have a solution for tooltips also. I just add this condition on your code: if (jQuery.inArray(sel.features[ii].attributes["name"], namesInPopup) == -1) { // ******** FILTER DUPLICATES HERE ******************
and the initialisation of namesInPopup array some lines before:
var html = [], htmlAux = [],
namesInPopup = []; |
|
Nov 22 |
awarded | Supporter |
|
Nov 19 |
comment |
Remove duplicate names in FeaturePopups cluster tooltips and popups Thank you Aragon! I don't need to remove popups, but links on the first popup which open other popups. You can see how it looks here: jorix.github.com/OL-FeaturePopups/examples/feature-popups.html Just clicl on a big yellow circle. |
|
Nov 19 |
comment |
How to not overlap cluster popups with FeaturePopups control? An acceptable solution for my project is also to remove first popup when the second is born. |
|
Nov 19 |
asked | How to not overlap cluster popups with FeaturePopups control? |
|
Nov 19 |
asked | Remove duplicate names in FeaturePopups cluster tooltips and popups |
|
Nov 15 |
comment |
Insert Javascript code in Popup.FramedCloud? This script is using some protection based on referrer. I think I need to include it in this way, as it was designed. |
|
Nov 15 |
comment |
Insert Javascript code in Popup.FramedCloud? Thank you Aragon, I will try both solutions and came back here. |
|
Nov 14 |
awarded | Student |
|
Nov 14 |
asked | Insert Javascript code in Popup.FramedCloud? |