diff --git a/plugins/layer_types/openlayers_layer_type_google.inc b/plugins/layer_types/openlayers_layer_type_google.inc index 8189b2f..022d56c 100644 --- a/plugins/layer_types/openlayers_layer_type_google.inc +++ b/plugins/layer_types/openlayers_layer_type_google.inc @@ -72,7 +72,7 @@ class openlayers_layer_type_google extends openlayers_layer_type { '#description' => t('Satellite and hybrid maps are occasionally unavailable at higher zoom levels.'), '#default_value' => isset($this->data['numZoomLevels']) ? - $this->data['numZoomLevels'] : '15' + $this->data['numZoomLevels'] : '21' ), 'animationEnabled' => array( '#type' => 'checkbox',