Only process geofield zoom to source once.

This commit is contained in:
Michael Stenta 2015-07-31 15:15:51 -04:00
parent 6078fbd1d4
commit f579b820ab
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ function farm_map_default_openlayers_components() {
'zoom' => 'auto',
'enableAnimations' => 1,
'max_zoom' => 20,
'process_once' => 1,
);
$export['farm_map_component_geofield_zoom_to_source'] = $ol_component;