You are here

function views_geojson_ctools_plugin_api in Views GeoJSON 7

Implements hook_ctools_plugin_api().

File

./views_geojson.module, line 21
Provide a GeoJSON Views feed style.

Code

function views_geojson_ctools_plugin_api($module, $api) {
  return array(
    'version' => 1,
    'path' => drupal_get_path('module', 'views_geojson') . '/includes',
  );
}