Project

General

Profile

« Previous | Next » 

Revision 4c21ffdb

Added by Andreas Kohlbecker over 7 years ago

ref #5938 fixing js lib loading order (and defined map container ids)

View differences:

modules/cdm_dataportal/includes/pages.inc
94 94
            $occurrence_query = $occurrence_queryDto->occurrenceQuery;
95 95
            $legend_format_query = null;
96 96
            $distribution_query = NULL;
97
            $render_array['map'] = compose_map(NULL, $occurrence_query, $distribution_query, $legend_format_query, array());
97
            $render_array['map'] = compose_map('specimens', $occurrence_query, $distribution_query, $legend_format_query, array());
98 98
        }
99 99
    }
100 100
    if(variable_get('cdm_dataportal_compressed_specimen_derivate_table')){

Also available in: Unified diff