You are here

function openlayers_style_plugin::render in Openlayers 6.2

Render the style.

2 methods override openlayers_style_plugin::render()
openlayers_test_rnd_factor::render in tests/plugins/style_plugin/openlayers_test_rnd_factor.inc
Render function
openlayers_test_rnd_int::render in tests/plugins/style_plugin/openlayers_test_rnd_int.inc
Render function

File

./openlayers.module, line 996
Main OpenLayers API File

Class

openlayers_style_plugin
Base class for style plugins

Code

function render() {

  // Render style.
}