You are here

function farm_soil_nrcs_farm_map_view in farmOS 7

Implements hook_farm_map_view().

File

modules/farm/farm_soil/farm_soil_nrcs/farm_soil_nrcs.farm_map.inc, line 21
Farm Map hooks implemented by the Farm Soil NRCS module.

Code

function farm_soil_nrcs_farm_map_view($name, $element) {

  // Add a farmOS map behavior that provides the NRCS Soil Survey layer.
  farm_map_add_behavior('soil_survey');
}