You are here

public function openlayers_projection::getDefinition in Openlayers 7.2

Return value

String Proj4 style definition

File

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

Class

openlayers_projection
Models a projection, a description of a coordinate system.

Code

public function getDefinition() {
  return $this->definition;
}