Revision 4c21ffdb
Added by Andreas Kohlbecker almost 7 years ago
modules/cdm_dataportal/settings.php | ||
---|---|---|
2613 | 2613 |
' may not be accurate in case of image maps, please check the map display in the taxon pages.': |
2614 | 2614 |
'.<br/>Hold down Strg and drag with your mouse to select a bbox to zoom to. <br/>The bbox of the visible area of the map is always displayed below the map.') |
2615 | 2615 |
); |
2616 |
$form['map_preview']['openlayers_map'] = compose_map(NULL, NULL, $dummy_distribution_query, NULL, array(
|
|
2616 |
$form['map_preview']['openlayers_map'] = compose_map('settings-preview', NULL, $dummy_distribution_query, NULL, array(
|
|
2617 | 2617 |
'move' => "this.cdmOpenlayersMap.printInfo", |
2618 | 2618 |
'#execute' => "this.cdmOpenlayersMap.printInfo" |
2619 | 2619 |
), true // resizable |
Also available in: Unified diff
ref #5938 fixing js lib loading order (and defined map container ids)