SpeciesFileGroup/taxonworks

View on GitHub
app/helpers/workbench/map_shape.rb

Summary

Maintainability
A
0 mins
Test Coverage
  module Workbench::MapShape
    def map_shape(params)
      content_tag(:div, '', data: { 
        'map-shape' => true,
        'geojson-object' => params[:geojson_object], 
        'geojson-string' => params[:geojson_string], 
      })
    end
end