You are here

function openlayers_preset_options in Openlayers 7.2

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

File

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

Code

function openlayers_preset_options($reset = FALSE) {
  return openlayers_map_options($reset);
}