You are here

function openlayers_build_preset in Openlayers 7.2

Alias Functions

These functions temporarily map the alias the renamed 'map' functions to their previous 'preset' functions to allow time for contrib modules to catch up. These will eventually be removed

These should be removed in 7.x-3.x

File

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

Code

function openlayers_build_preset($map = array()) {
  return openlayers_build_map($map);
}