You are here

function openlayers_error_check_preset in Openlayers 7.2

File

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

Code

function openlayers_error_check_preset($map, $log_errors = TRUE) {
  return openlayers_error_check_map($map, $log_errors);
}