You are here

function openlayers_preset_load in Openlayers 7.2

Same name and namespace in other branches
  1. 6.2 openlayers.module \openlayers_preset_load()

File

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

Code

function openlayers_preset_load($name = '', $reset = FALSE) {
  return openlayers_map_load($name, $reset);
}