You are here

function openlayers_layer_type_kml::render in Openlayers 6.2

Same name and namespace in other branches
  1. 7.2 plugins/layer_types/openlayers_layer_type_kml.inc \openlayers_layer_type_kml::render()

Render.

Overrides openlayers_layer_type::render

File

includes/layer_types/kml.inc, line 80
KML Layer Type

Class

openlayers_layer_type_kml
OpenLayers KML Layer Type class

Code

function render(&$map) {
  drupal_add_js(drupal_get_path('module', 'openlayers') . '/includes/layer_types/js/kml.js');
  return $this->options;
}