Since the latest updates to fullscreen behaviour, it has become wonky
If you include
'behaviors' => array(
'experimental_map_fullscreen' => array (
'id' => 'experimental_map_fullscreen',
'type' => 'openlayers_behaviors_fullscreen',
'default' => 'on',
),
),
In your preset, the map will render correctly iin Firefox (windows and linux)
Map starts fullscreen and you can switch out of fullscreen
but not in Chrome (linux or windows)
Map starts normal and full screen option is not available
IE 7 cannot render my maps at all (separate issue). It seems to error out on var style=document.createStyleSheet() - I remember reading about this somewhere but cant find it.
Comments
Comment #1
spydmobile commentedAfter discovering this:
http://drupal.org/node/478238
explaining how fivestar conflicts with openlayers, i disabled fivestar, this got the maps rendering,
but there is still an error during rendering, during the addition of behaviours, most likely the fullscreen behaviour, which is not working in IE at all, nor in chrome.
Comment #2
phayes commentedFixed. http://drupal.org/cvs?commit=280986
Still buggy in IE7, does not work in IE6, see http://drupal.org/node/609092