You are here

function openlayers_views_openlayers_views_vector_openlayers_layer_types in Openlayers 7.2

Ctools plugin definition

File

modules/openlayers_views/plugins/layer_types/openlayers_views_vector.inc, line 10
OpenLayers Views Vector Layer Type

Code

function openlayers_views_openlayers_views_vector_openlayers_layer_types() {
  return array(
    'title' => t('OpenLayers Views'),
    'description' => t('OpenLayers Views Vector'),
    'layer_type' => array(
      'file' => 'openlayers_views_vector.inc',
      'class' => 'openlayers_layer_type_openlayers_views_vector',
      'parent' => 'openlayers_layer_type',
    ),
  );
}