Closed (fixed)
Project:
Openlayers
Version:
6.x-1.x-dev
Component:
OpenLayers Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2009 at 22:34 UTC
Updated:
14 Jan 2010 at 01:40 UTC
Tried to have same View (Style: OpenLayers) but with 2 Panel Panes (one filtering content a little finer) show on a single Panel.
Both panes return blank.
Tested this with View in a Panel Pane with the same View in a block on the same page: again blanks.
Comments
Comment #1
zzolo commentedI would assume this is because they have the same map ID.
Just to make sure, can you install Firebug and seeing the JS console output you get. In theory there should be some sort of error.
Comment #2
zzolo commentedI added some simple logic in the render process that makes sure that maps are unique. It should nto affect any non-duplicate maps.