Add progress bar component to farm areas map.

This commit is contained in:
Michael Stenta 2015-07-30 17:37:45 -04:00
parent c0f742b4c9
commit ba10509365
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ function farm_area_default_openlayers_maps() {
'components' => array(
0 => 'farm_area_component_areas_zoom_to_source',
1 => 'farm_area_component_area_details_popup',
2 => 'farm_map_component_progress_bar',
),
'interactions' => array(
0 => 'openlayers_interaction_doubleclickzoom',